From 197bbd361e084f76baea7d1d821029d6bdfbacbd Mon Sep 17 00:00:00 2001 From: Alexandre Linhares Date: Sun, 27 Aug 2017 12:29:47 -0300 Subject: [PATCH 01/52] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a55f18..97db87e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ co.py.cat ========= An implementation of [Douglas Hofstadter](http://prelectur.stanford.edu/lecturers/hofstadter/)'s Copycat algorithm. -The Copycat algorithm is explained [on Wikipedia](https://en.wikipedia.org/wiki/Copycat_%28software%29), and that page has many links for deeper reading. +The Copycat algorithm is explained [on Wikipedia](https://en.wikipedia.org/wiki/Copycat_%28software%29), and that page has many links for deeper reading. See also [Farglexandria](https://github.com/Alex-Linhares/Farglexandria) This implementation is a copycat of Scott Boland's [Java implementation](https://archive.org/details/JavaCopycat). The original Java-to-Python translation work was done by J Alan Brogan (@jalanb on GitHub). From 2cdb9bbb36ba62d1ccb6dbf7bc5d810818c4bf44 Mon Sep 17 00:00:00 2001 From: Alexandre Linhares Date: Sun, 27 Aug 2017 12:30:12 -0300 Subject: [PATCH 02/52] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97db87e..0cb7a35 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ co.py.cat ========= An implementation of [Douglas Hofstadter](http://prelectur.stanford.edu/lecturers/hofstadter/)'s Copycat algorithm. -The Copycat algorithm is explained [on Wikipedia](https://en.wikipedia.org/wiki/Copycat_%28software%29), and that page has many links for deeper reading. See also [Farglexandria](https://github.com/Alex-Linhares/Farglexandria) +The Copycat algorithm is explained [on Wikipedia](https://en.wikipedia.org/wiki/Copycat_%28software%29), and that page has many links for deeper reading. See also [Farglexandria](https://github.com/Alex-Linhares/Farglexandria). This implementation is a copycat of Scott Boland's [Java implementation](https://archive.org/details/JavaCopycat). The original Java-to-Python translation work was done by J Alan Brogan (@jalanb on GitHub). From 67c87c7fde84c3c0da8ba312a4478c422e44f7e2 Mon Sep 17 00:00:00 2001 From: Alexandre Linhares Date: Sun, 27 Aug 2017 23:28:41 -0300 Subject: [PATCH 03/52] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0cb7a35..7bc78d2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ co.py.cat ========= +**Dear potential co-authors,** + +I am planning to use this codebase, or Joseph A. Hager's, to implement a variation of Copycat that uses Entropy instead of Temperature and still preserves the parallel terraced scan in full form. If the change is viable, I plan to write a paper on that. For the general idea, please see pages 41 and 42 of the [*Information Sciences*](https://github.com/Alex-Linhares/FARGlexandria/blob/master/Literature/Chess-Capyblanca-2014-Linhares-Information%20Sciences.pdf) paper on [Capyblanca](https://github.com/Alex-Linhares/FARGlexandria). + +Please see also [FARGlexandria](https://github.com/Alex-Linhares/FARGlexandria), a repository with all FARG projects (and help if you have some of the missing info there, especially about Letter Spirit and George!) + +------------------------------- An implementation of [Douglas Hofstadter](http://prelectur.stanford.edu/lecturers/hofstadter/)'s Copycat algorithm. The Copycat algorithm is explained [on Wikipedia](https://en.wikipedia.org/wiki/Copycat_%28software%29), and that page has many links for deeper reading. See also [Farglexandria](https://github.com/Alex-Linhares/Farglexandria). From 8611e415de6c4e286f78d21bbfb5f5169f5c587d Mon Sep 17 00:00:00 2001 From: Alexandre Linhares Date: Sun, 27 Aug 2017 23:33:52 -0300 Subject: [PATCH 04/52] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7bc78d2..bade19f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ co.py.cat I am planning to use this codebase, or Joseph A. Hager's, to implement a variation of Copycat that uses Entropy instead of Temperature and still preserves the parallel terraced scan in full form. If the change is viable, I plan to write a paper on that. For the general idea, please see pages 41 and 42 of the [*Information Sciences*](https://github.com/Alex-Linhares/FARGlexandria/blob/master/Literature/Chess-Capyblanca-2014-Linhares-Information%20Sciences.pdf) paper on [Capyblanca](https://github.com/Alex-Linhares/FARGlexandria). +**If you would like to help research and publish a paper, please let me know.** + Please see also [FARGlexandria](https://github.com/Alex-Linhares/FARGlexandria), a repository with all FARG projects (and help if you have some of the missing info there, especially about Letter Spirit and George!) ------------------------------- From b5e35a35dd0ad24a2c78bc0d8fc8e19d773507dc Mon Sep 17 00:00:00 2001 From: Alexandre Linhares Date: Mon, 28 Aug 2017 00:02:34 -0300 Subject: [PATCH 05/52] Found entry points for the research project --- copycat.log | 130343 +++++++++++++++++++++++++++++++++- copycat/codeletMethods.py | 13 + copycat/coderack.py | 5 + copycat/curses_reporter.py | 1 + copycat/group.py | 2 + copycat/workspace.py | 1 + 6 files changed, 130358 insertions(+), 7 deletions(-) diff --git a/copycat.log b/copycat.log index 945ec05..d78d333 100644 --- a/copycat.log +++ b/copycat.log @@ -1,3 +1,3550 @@ +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = c from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between a and b +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 95 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:1] == ij from target string +destination: k +object chosen = predecessor bond between i and j from other string +bond strength = 95 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 95 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 95 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +object chosen = c from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: group[0:1] == ij +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:1] == ij from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +bond strength = 95 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[1:2] == bc from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +won fight with group[0:1] == ij +lost fight with group[0:1] == ij +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = k from target string +destination: group[0:1] == ij +initial : relevance = 0, unhappiness=78 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +lost fight with group[0:1] == ab +failed to break Groups: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 95 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[0:1] == ab +lost fight with group[0:1] == ab +failed to break Groups: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[0:1] == ab +lost fight with group[0:1] == ab +failed to break Groups: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:1] == ab from initial string +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[0:1] == ab +won fight with group[0:1] == ab +broke the Groups +building group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = group[0:1] == ab from initial string +object chosen = group[0:1] == ab from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = c from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = i from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = group[1:2] == jk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = i from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = k from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = a from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = successor bond between i and j from other string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = b from initial string +object chosen = c from initial string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 100, unhappiness=94 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string object chosen = j from target string destination: k chosen bond facet: letterCategory @@ -7,14 +3554,562 @@ destination descriptor: K proposing successor bond urgency: 100.0, number: 1, bin: 7 object chosen = j from target string +initial : relevance = 100, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = c from initial string +object chosen = j from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string destination: i chosen bond facet: letterCategory Source: j, destination: i source descriptor: J destination descriptor: I proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -24,6 +4119,22222 @@ destination descriptor: B proposing successor bond object chosen = successor bond between a and b from other string bond strength = 48 for successor bond between a and b +object chosen = b from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = Correspondence between a and i from other string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +object chosen = b from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = group[0:1] == ij from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = group[0:1] == ij from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = k from target string +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:1] == ij from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = k from target string +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +object chosen = c from target string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = Correspondence between a and c from other string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = c from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = successor bond between a and b from other string +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = c from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = b from initial string +object chosen = c from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +object chosen = c from target string +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between c and c from other string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +object chosen = c from target string +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +object chosen = c from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +object chosen = c from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = c from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == cc from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = c from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = c from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:1] == cc from target string +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == cc from target string +no incompatible bonds +won fight with group[0:2] == ccc +lost fight with group[0:2] == ccc +failed to break Groups: Fizzle +object chosen = group[0:1] == cc from target string +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:1] == cc from target string +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:1] == cc from target string +no incompatible bonds +lost fight with group[0:2] == ccc +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == cc from target string +no incompatible bonds +lost fight with group[0:2] == ccc +failed to break Groups: Fizzle +object chosen = group[1:2] == bc from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:1] == cc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == cc from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:1] == cc from target string +no incompatible bonds +won fight with group[0:2] == ccc +lost fight with group[0:2] == ccc +failed to break Groups: Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:1] == cc from target string +no incompatible bonds +won fight with group[0:2] == ccc +lost fight with group[0:2] == ccc +failed to break Groups: Fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = c from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == cc from target string +no incompatible bonds +lost fight with group[0:2] == ccc +failed to break Groups: Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == ccc from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[1:2] == bc from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = a from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = c from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = b from initial string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = c from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = c from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +object chosen = b from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = b from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +object chosen = c from target string +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = c from target string +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == ccc from target string +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between b and c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = Correspondence between c and c from other string +object chosen = Correspondence between c and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = sameness bond between c and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +object chosen = Correspondence between c and c from other string +object chosen = sameness bond between c and c from other string +object chosen = Correspondence between a and c from other string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = Correspondence between b and c from other string +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = sameness bond between c and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between c and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = Correspondence between a and c from other string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = sameness bond between c and c from other string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=94 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=94 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = a from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = a from initial string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = group[1:2] == cc from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = c from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[1:2] == cc from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = group[1:2] == cc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=56 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 33, unhappiness=56 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=56 +target string selected: ccc with 3 letters, 4 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = b from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=56 +target string selected: ccc with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == cc +object chosen = sameness bond between c and group[1:2] == cc from other string +bond strength = 49 for sameness bond between c and group[1:2] == cc +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 33, unhappiness=56 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=56 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=56 +target string selected: ccc with 3 letters, 4 objects, 1 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == cc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 33, unhappiness=56 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=56 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 33, unhappiness=56 +target string selected: ccc with 3 letters, 4 objects, 1 bonds for bond +source: c, destination: group[1:2] == cc +initial : relevance = 0, unhappiness=89 +target : relevance = 33, unhappiness=56 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=56 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = b from initial string +object chosen = b from initial string +initial : relevance = 0, unhappiness=89 +target : relevance = 33, unhappiness=56 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=56 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = sameness bond between c and group[1:2] == cc from other string +bond strength = 49 for sameness bond between c and group[1:2] == cc +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[1:2] == cc from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 33, unhappiness=56 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=56 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=56 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[1:2] == cc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=56 +target string selected: ccc with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == cc, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +initial : relevance = 0, unhappiness=89 +target : relevance = 66, unhappiness=56 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=56 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=56 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=56 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == cc, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 66, unhappiness=56 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == cc, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=56 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == cc, destination: c +initial : relevance = 0, unhappiness=89 +target : relevance = 66, unhappiness=56 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=89 +target : relevance = 66, unhappiness=56 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 66, unhappiness=56 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == cc, destination: c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 66, unhappiness=52 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=52 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 66, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = sameness bond between c and group[1:2] == cc from other string +bond strength = 49 for sameness bond between c and group[1:2] == cc +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 0, unhappiness=89 +target : relevance = 66, unhappiness=52 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 66, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 66, unhappiness=52 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == cc, destination: c +initial : relevance = 0, unhappiness=78 +target : relevance = 66, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=52 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: group[1:2] == cc +initial : relevance = 0, unhappiness=78 +target : relevance = 66, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = c from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=52 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 66, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +no incompatible bonds +won fight with group[1:2] == cc +won fight with group[1:2] == cc +broke the Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between c and group[1:2] == cc from other string +bond strength = 49 for sameness bond between c and group[1:2] == cc +object chosen = group[1:2] == cc from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and group[1:2] == cc from other string +bond strength = 49 for sameness bond between c and group[1:2] == cc +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and group[1:2] == cc from other string +bond strength = 49 for sameness bond between c and group[1:2] == cc +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[1:2] == cc from target string +no incompatible bonds +lost fight with group[0:2] == ccc +failed to break Groups: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and group[1:2] == cc from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between c and group[1:2] == cc from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = b from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = sameness bond between c and c from other string +object chosen = Correspondence between c and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between a and c from other string +object chosen = group[0:2] == ccc from target string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +object chosen = predecessor bond between b and c from other string +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between a and c from other string +object chosen = sameness bond between c and c from other string +object chosen = Correspondence between a and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = a from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between c and c from other string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = sameness bond between c and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = Correspondence between c and c from other string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = sameness bond between c and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +object chosen = successor bond between b and c from other string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +object chosen = Correspondence between b and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between a and c from other string +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = sameness bond between c and c from other string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = c from initial string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +object chosen = c from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = b from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = c from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == cc from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == cc from target string +no incompatible bonds +lost fight with group[0:2] == ccc +failed to break Groups: Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = c from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +object chosen = Correspondence between b and c from other string +object chosen = Correspondence between c and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = Correspondence between c and c from other string +posting bottom up codelets +object chosen = a from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = Correspondence between c and c from other string +object chosen = Correspondence between b and c from other string +object chosen = sameness bond between c and c from other string +object chosen = Correspondence between c and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +object chosen = Correspondence between b and c from other string +object chosen = successor bond between b and c from other string +object chosen = Correspondence between b and c from other string +object chosen = sameness bond between c and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = sameness bond between c and c from other string +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = Correspondence between a and c from other string +object chosen = group[0:2] == ccc from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = Correspondence between b and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 33, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 33, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = c from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=80 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +won fight with group[0:1] == ab +won fight with group[0:1] == ab +broke the Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between b and c +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = c from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[1:2] == bc +broke the groups +building bond predecessor bond between b and c +initial : relevance = 0, unhappiness=80 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=80 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=80 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between c and c from other string +object chosen = group[0:2] == ccc from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = b from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = a from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +object chosen = successor bond between a and b from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = Correspondence between b and c from other string +object chosen = successor bond between b and c from other string +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = c from initial string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = c from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = a from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = a from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = Correspondence between c and c from other string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = Correspondence between a and c from other string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +object chosen = Correspondence between b and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +object chosen = successor bond between b and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between b and c from other string +object chosen = sameness bond between c and c from other string +object chosen = Correspondence between a and c from other string +posting bottom up codelets +object chosen = sameness bond between c and c from other string +object chosen = sameness bond between c and c from other string +object chosen = Correspondence between b and c from other string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = Correspondence between c and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +object chosen = c from target string +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = c from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:1] == ab from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: group[0:1] == ab +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[0:1] == ab +won fight with group[0:1] == ab +broke the Groups +building group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between b and c from other string +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +object chosen = group[0:2] == ccc from target string +object chosen = c from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = b from initial string +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +object chosen = c from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = c from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +object chosen = Correspondence between a and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = Correspondence between c and c from other string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between c and c from other string +object chosen = sameness bond between c and c from other string +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = Correspondence between a and c from other string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between c and c from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = Correspondence between a and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ccc from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = Correspondence between c and c from other string +posting bottom up codelets +object chosen = Correspondence between b and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = b from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +object chosen = successor bond between a and b from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = sameness bond between c and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = sameness bond between c and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between c and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between c and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = a from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = a from initial string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +object chosen = c from target string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = c from initial string +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = c from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = Correspondence between b and c from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = group[0:2] == ccc from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +posting bottom up codelets +object chosen = successor bond between a and b from other string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = sameness bond between c and c from other string +object chosen = Correspondence between a and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between b and c from other string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = Correspondence between a and c from other string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = Correspondence between a and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +object chosen = sameness bond between c and c from other string +object chosen = sameness bond between c and c from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = a from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = c from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from target string +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from target string +object chosen = c from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = b from initial string +object chosen = c from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = b from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = a from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ccc from target string +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = Correspondence between b and c from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +object chosen = Correspondence between c and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +object chosen = successor bond between b and c from other string +object chosen = Correspondence between b and c from other string +posting bottom up codelets +object chosen = sameness bond between c and c from other string +object chosen = Correspondence between b and c from other string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between a and c from other string +object chosen = Correspondence between a and c from other string +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = sameness bond between c and c from other string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = a from initial string +object chosen = group[0:2] == ccc from target string +object chosen = c from target string +object chosen = c from initial string +object chosen = c from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = c from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = group[0:2] == ccc from target string +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between a and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between b and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = Correspondence between b and c from other string +object chosen = Correspondence between b and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = sameness bond between c and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = sameness bond between c and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = sameness bond between c and c from other string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ccc with 3 letters, 3 objects, 0 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = c from target string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = c from initial string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = group[0:2] == ccc from target string +object chosen = a from initial string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = c from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +object chosen = c from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b succeeded: posting bond-builder object chosen = successor bond between a and b from other string number of incompatibleBonds: 0 @@ -37,6 +26348,36094 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +object chosen = group[0:2] == ccc from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = sameness bond between c and c from other string +object chosen = a from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = c from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = c from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = c from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between a and b +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from initial string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = c from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = c from target string +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = c from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = c from initial string +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = c from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = a from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = b from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = c from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = b from initial string +object chosen = a from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == ccc from target string +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = a from initial string +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 95 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 66, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 95 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: group[0:1] == ab +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[0:1] == ab +won fight with group[0:1] == ab +broke the Groups +building group +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[1:2] == bc from initial string +no incompatible bonds +won fight with group[0:1] == ab +broke the Groups +building group +initial : relevance = 33, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 65 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=79 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == bc +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: group[1:2] == bc +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = a from initial string +destination: group[1:2] == bc +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +initial : relevance = 33, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == bc +no firstBond +no firstBond2 +initial : relevance = 33, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=92 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=80 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = a from initial string +destination: group[1:2] == bc +initial : relevance = 66, unhappiness=80 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=80 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[1:2] == bc +won fight with group[1:2] == bc +broke the Groups +building group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between a and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = Correspondence between a and c from other string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = Correspondence between b and c from other string +object chosen = successor bond between b and c from other string +object chosen = Correspondence between a and c from other string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +object chosen = Correspondence between b and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between b and c from other string +posting bottom up codelets +object chosen = successor bond between b and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = Correspondence between b and c from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ab from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +destination: group[0:1] == ab +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: group[0:1] == ab +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: group[0:1] == ab +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +won fight with group[0:1] == ab +won fight with group[0:1] == ab +broke the Groups +building group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +object chosen = successor bond between a and b from other string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = a from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +object chosen = a from initial string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = b from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = c from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = group[0:2] == ccc from target string +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = c from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == ccc from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between a and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = Correspondence between a and c from other string +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +object chosen = Correspondence between a and c from other string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = Correspondence between a and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == ccc from target string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = Correspondence between b and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between b and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between b and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = c from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = sameness bond between c and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = sameness bond between c and c from other string +object chosen = sameness bond between c and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = Correspondence between c and c from other string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ccc with 3 letters, 3 objects, 0 bonds for bond +to object: c +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = c from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +object chosen = group[1:2] == bc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = c from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between c and c from other string +object chosen = predecessor bond between b and c from other string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +object chosen = Correspondence between c and c from other string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = Correspondence between a and c from other string +object chosen = sameness bond between c and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[1:2] == bc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +object chosen = Correspondence between c and c from other string +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = Correspondence between c and c from other string +posting bottom up codelets +object chosen = Correspondence between a and c from other string +object chosen = group[0:2] == ccc from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between a and c from other string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +posting bottom up codelets +object chosen = Correspondence between a and c from other string +object chosen = Correspondence between b and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = Correspondence between a and c from other string +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = Correspondence between a and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = Correspondence between b and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == bc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = c from target string +object chosen = c from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:1] == ab from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = c from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == ccc from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between a and c from other string +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between a and c from other string +object chosen = Correspondence between c and c from other string +object chosen = successor bond between b and c from other string +object chosen = successor bond between a and b from other string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = Correspondence between a and c from other string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = sameness bond between c and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = sameness bond between c and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between c and c from other string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = sameness bond between c and c from other string +object chosen = sameness bond between c and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +object chosen = c from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = c from initial string +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +object chosen = c from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = c from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = c from target string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = b from initial string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +posting bottom up codelets +object chosen = a from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = a from initial string +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +object chosen = Correspondence between b and c from other string +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +object chosen = successor bond between a and b from other string +object chosen = successor bond between b and c from other string +posting bottom up codelets +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +object chosen = group[0:2] == ccc from target string +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = Correspondence between c and c from other string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from target string +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = a from initial string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = c from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = b from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = c from initial string +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = Correspondence between b and c from other string +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = a from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +object chosen = Correspondence between b and c from other string +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ccc from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = c from target string +object chosen = a from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = c from target string +object chosen = c from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +broke the bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ccc from target string +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = Correspondence between c and c from other string +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between b and c from other string +object chosen = Correspondence between b and c from other string +object chosen = sameness bond between c and c from other string +object chosen = Correspondence between c and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = Correspondence between c and c from other string +object chosen = Correspondence between c and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between b and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = sameness bond between c and c from other string +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = sameness bond between c and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = b from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +to object: c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:1] == ab from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = c from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between b and c +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between a and b +broke the bonds +no incompatible Groups +building group +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +object chosen = group[0:2] == ccc from target string +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ccc from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = Correspondence between a and c from other string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = Correspondence between c and c from other string +object chosen = Correspondence between a and c from other string +object chosen = successor bond between b and c from other string +object chosen = Correspondence between b and c from other string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +object chosen = Correspondence between c and c from other string +posting bottom up codelets +object chosen = sameness bond between c and c from other string +object chosen = successor bond between a and b from other string +object chosen = Correspondence between a and c from other string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between b and c from other string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +object chosen = b from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between c and c from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = c from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +object chosen = c from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = c from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between a and b +broke the bonds +no incompatible Groups +building group +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = c from target string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = c from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = c from target string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=94 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = a from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = c from target string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = a from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +to object: c +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = c from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = group[0:2] == ccc from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = b from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +posting bottom up codelets +object chosen = Correspondence between a and c from other string +object chosen = Correspondence between c and c from other string +object chosen = Correspondence between c and c from other string +object chosen = Correspondence between b and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = Correspondence between a and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = Correspondence between c and c from other string +object chosen = sameness bond between c and c from other string +object chosen = Correspondence between b and c from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = Correspondence between c and c from other string +object chosen = successor bond between b and c from other string +object chosen = successor bond between a and b from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = Correspondence between c and c from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = Correspondence between b and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +object chosen = successor bond between b and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = Correspondence between c and c from other string +object chosen = sameness bond between c and c from other string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = Correspondence between c and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +object chosen = sameness bond between c and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = Correspondence between b and c from other string +object chosen = successor bond between a and b from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ccc from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = group[0:1] == ab from initial string +destination: c +object chosen = group[1:2] == bc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=80 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=80 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=80 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 66, unhappiness=80 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[0:1] == ab +won fight with group[0:1] == ab +broke the Groups +building group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 33, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +lost fight with group[0:1] == ab +failed to break Groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[0:1] == ab +won fight with group[0:1] == ab +broke the Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = sameness bond between c and c from other string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = c from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ccc from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = c from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = c from target string +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = c from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = Correspondence between a and c from other string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +firstBond2: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +object chosen = c from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = c from target string +object chosen = group[0:1] == cc from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = c from target string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = c from target string +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = Correspondence between c and c from other string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +object chosen = sameness bond between c and c from other string +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = c from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +object chosen = c from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from initial string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +object chosen = c from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == cc from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +object chosen = b from initial string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = group[0:1] == cc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 66, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 66, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 66, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 66, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 66, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 66, unhappiness=52 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 66, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 66, unhappiness=52 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 66, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = group[0:2] == ccc from target string +no incompatible bonds +lost fight with group[0:1] == cc +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 66, unhappiness=52 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == cc, destination: c +object chosen = c from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 66, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 66, unhappiness=52 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +urgency: 61.6, number: 2, bin: 5 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == cc from target string +initial : relevance = 0, unhappiness=94 +target : relevance = 66, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 66, unhappiness=52 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = group[0:1] == cc from target string +destination: c +chosen bond facet: letterCategory +Source: group[0:1] == cc, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between group[0:1] == cc and c from other string +bond strength = 49 for sameness bond between group[0:1] == cc and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:1] == cc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 66, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 66, unhappiness=52 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == cc, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 66, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = sameness bond between group[0:1] == cc and c from other string +bond strength = 49 for sameness bond between group[0:1] == cc and c +initial : relevance = 0, unhappiness=89 +target : relevance = 66, unhappiness=52 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 66, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = sameness bond between group[0:1] == cc and c from other string +bond strength = 49 for sameness bond between group[0:1] == cc and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 66, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = group[0:2] == ccc from target string +no incompatible bonds +won fight with group[0:1] == cc +won fight with group[0:1] == cc +broke the Groups +building group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=52 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=52 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=52 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=52 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between group[0:1] == cc and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = b from initial string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between group[0:1] == cc and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between a and c from other string +object chosen = successor bond between b and c from other string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = Correspondence between b and c from other string +object chosen = successor bond between a and b from other string +object chosen = successor bond between b and c from other string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +object chosen = successor bond between b and c from other string +object chosen = sameness bond between c and c from other string +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = a from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = Correspondence between c and c from other string +object chosen = successor bond between b and c from other string +object chosen = successor bond between b and c from other string +posting bottom up codelets +object chosen = b from initial string +object chosen = successor bond between a and b from other string +object chosen = sameness bond between c and c from other string +object chosen = successor bond between a and b from other string +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between a and c from other string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between c and c from other string +object chosen = Correspondence between c and c from other string +object chosen = sameness bond between c and c from other string +object chosen = group[0:2] == ccc from target string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = b from initial string +object chosen = b from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = b from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = Correspondence between a and c from other string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = c from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = Correspondence between a and c from other string +posting bottom up codelets +object chosen = sameness bond between c and c from other string +object chosen = successor bond between a and b from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = sameness bond between c and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = successor bond between a and b from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between c and c from other string +object chosen = successor bond between a and b from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = Correspondence between c and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = Correspondence between c and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +object chosen = Correspondence between a and c from other string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = Correspondence between b and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = b from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = Correspondence between b and c from other string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +object chosen = sameness bond between c and c from other string +object chosen = sameness bond between c and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = b from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +object chosen = b from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +object chosen = successor bond between b and c from other string +object chosen = sameness bond between c and c from other string +object chosen = Correspondence between b and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = Correspondence between c and c from other string +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = Correspondence between a and c from other string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = b from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = Correspondence between a and c from other string +object chosen = successor bond between b and c from other string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = Correspondence between a and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = sameness bond between c and c from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +object chosen = Correspondence between a and c from other string +object chosen = successor bond between a and b from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between b and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = c from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +object chosen = group[0:2] == ccc from target string +object chosen = c from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = c from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ccc from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 95 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: group[0:1] == ab +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ab from initial string +destination: c +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[0:1] == ab +lost fight with group[0:1] == ab +failed to break Groups: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: group[0:1] == ab +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +broke the bonds +won fight with group[0:1] == ab +won fight with group[0:1] == ab +broke the Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between c and c from other string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = c from initial string +object chosen = c from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = a from initial string +object chosen = c from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and c from other string +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: b +object chosen = c from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = c from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = a from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +object chosen = a from initial string +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +object chosen = group[0:2] == ccc from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = a from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = a from initial string +object chosen = c from target string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = c from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = b from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = c from initial string +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +object chosen = c from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = c from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = c from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = c from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = group[0:2] == ccc from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +object chosen = c from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 33, unhappiness=89 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=82 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: group[1:2] == bc +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=82 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=82 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: group[1:2] == bc +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=82 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +destination: a +top_down_bond_scout__category +initial : relevance = 66, unhappiness=82 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +object chosen = predecessor bond between b and c from other string +bond strength = 95 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == bc +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 95 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = c from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: group[1:2] == bc +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 95 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +lost fight with group[1:2] == bc +failed to break Groups: Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: group[1:2] == bc +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = predecessor bond between a and b from other string +bond strength = 95 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 95 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[1:2] == bc +won fight with group[1:2] == bc +broke the Groups +building group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == cc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = Correspondence between c and c from other string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == cc from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +object chosen = c from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == cc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = c from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[1:2] == cc from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ccc from target string +no incompatible bonds +won fight with group[1:2] == cc +lost fight with group[1:2] == cc +failed to break Groups: Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +no incompatible bonds +lost fight with group[1:2] == cc +failed to break Groups: Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +no incompatible bonds +lost fight with group[1:2] == cc +failed to break Groups: Fizzle +object chosen = group[0:2] == ccc from target string +no incompatible bonds +won fight with group[1:2] == cc +lost fight with group[1:2] == cc +failed to break Groups: Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 66, unhappiness=52 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +no incompatible bonds +won fight with group[1:2] == cc +won fight with group[1:2] == cc +broke the Groups +building group +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=52 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = c from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from target string +destination: c +chosen bond facet: letterCategory +Source: c, destination: c +source descriptor: C +destination descriptor: C +proposing sameness bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = c from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=88 +target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: c +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between c and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between c and c +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = a from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = b from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +target string selected: ccc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=77 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=77 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[0:2] == ccc from target string +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=80 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: group[0:1] == ab +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: group[0:1] == ab +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ccc from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 33, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 33, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 33, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +initial : relevance = 33, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 33, unhappiness=94 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +initial : relevance = 33, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ccc from target string +object chosen = group[1:2] == bc from initial string +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 33, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 33, unhappiness=94 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=80 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=80 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = c from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 66, unhappiness=80 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 95 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[0:1] == ab +won fight with group[0:1] == ab +broke the Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: sameness bond between c and c +possible group: sameness bond between c and c +trying from c to sameness +proposing group from c to c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: c +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = sameness bond between c and c from other string +bond strength = 100 for sameness bond between c and c +succeeded: posting bond-builder +object chosen = sameness bond between c and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +posting bottom up codelets +object chosen = c from initial string +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=2 +target string selected: ccc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=2 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = b from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ccc from target string +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +urgency: 61.6, number: 2, bin: 5 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and a +object chosen = b from initial string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = b from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = a from initial string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 61.6, number: 2, bin: 5 +object chosen = b from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = b from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +urgency: 100.0, number: 2, bin: 7 +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[1:2] == ba from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between c and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between c and b from other string +bond strength = 94 for successor bond between c and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +lost fight with predecessor bond between c and b +failed to break bonds: Fizzle +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and a +firstBond2: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from b to predecessor +proposing group from c to b +object chosen = a from initial string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == cb from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and a +building bond successor bond between b and c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = Correspondence between b and b from other string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = c from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from c to predecessor +proposing group from c to b +object chosen = a from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:1] == cb from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between c and b +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[0:1] == cb from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between c and b +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +object chosen = group[1:2] == ba from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between c and b from other string +bond strength = 94 for successor bond between c and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[0:1] == cb from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = c from initial string +object chosen = group[1:2] == ba from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and a from other string +bond strength = 94 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +bond strength = 94 for successor bond between c and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = successor bond between c and b from other string +bond strength = 94 for successor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +lost fight with predecessor bond between c and b +failed to break bonds: Fizzle +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +won fight with predecessor bond between c and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and c +building bond successor bond between c and b +object chosen = group[1:2] == ba from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = a from initial string +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == bc from initial string +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = group[1:2] == ba from target string +object chosen = a from target string +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from b to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +object chosen = group[0:1] == cb from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == cba from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from c to a +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from c to a +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = a from initial string +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +broke the bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 61.6, number: 2, bin: 5 +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +won fight with successor bond between c and b +broke the bonds +won fight with group[0:2] == cba +broke the groups +building bond predecessor bond between c and b +object chosen = group[0:2] == cba from target string +lost fight with predecessor bond between c and b +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == cba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +lost fight with predecessor bond between c and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +no firstBond2 +object chosen = group[0:2] == cba from target string +lost fight with predecessor bond between c and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 61.6, number: 2, bin: 5 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == cba from target string +lost fight with predecessor bond between c and b +failed to break bonds: Fizzle +object chosen = group[0:1] == ab from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +won fight with group[0:2] == abc +won fight with group[0:2] == abc +broke the Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == ba from target string +object chosen = successor bond between c and b from other string +bond strength = 94 for successor bond between c and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 61.6, number: 2, bin: 5 +object chosen = predecessor bond between b and a from other string +bond strength = 69 for predecessor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +lost fight with predecessor bond between c and b +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = predecessor bond between b and a from other string +bond strength = 94 for predecessor bond between b and a +succeeded: posting bond-builder +urgency: 61.6, number: 2, bin: 5 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = b from target string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +no incompatible groups +building bond predecessor bond between b and a +object chosen = group[0:1] == cb from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = b from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for group +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = b from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from target string +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between c and b from other string +bond strength = 94 for predecessor bond between c and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between c and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = b from target string +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from c to a +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from c to a +object chosen = group[0:2] == cba from target string +urgency: 89.44, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from c to a +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +firstBond2: predecessor bond between c and b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +won fight with group[0:2] == cba +broke the groups +building bond successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from b to predecessor +proposing group from c to b +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = group[0:1] == cb from target string +object chosen = predecessor bond between b and a from other string +bond strength = 94 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +no incompatible groups +building bond predecessor bond between b and a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from c to a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from c to predecessor +proposing group from c to a +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from c to predecessor +proposing group from c to a +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == cba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = c from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == cb from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from c to a +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +no incompatible bonds +won fight with group[0:1] == cb +won fight with group[0:1] == cb +broke the Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from c to predecessor +proposing group from c to a +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between c and b +firstBond2: predecessor bond between b and a +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 62.5, number: 2, bin: 5 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from c to a +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == cba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = c from target string +urgency: 62.5, number: 2, bin: 5 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between c and b from other string +bond strength = 91 for successor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +won fight with predecessor bond between c and b +broke the bonds +won fight with group[0:2] == cba +broke the groups +building bond successor bond between c and b +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +won fight with successor bond between c and b +broke the bonds +no incompatible groups +building bond predecessor bond between c and b +urgency: 61.6, number: 2, bin: 5 +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +object chosen = group[0:2] == cba from target string +no incompatible bonds +no incompatible Groups +building group +urgency: 61.6, number: 2, bin: 5 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = a from initial string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +posting bottom up codelets +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 89.44, number: 2, bin: 7 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from c to predecessor +proposing group from c to a +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == cba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = c from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = b from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from c to predecessor +proposing group from c to a +object chosen = group[0:2] == cba from target string +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = b from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from b to predecessor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between c and b +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between c and b from other string +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between c and b +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and a from other string +bond strength = 94 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and a +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from c to a +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and a +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = a from target string +urgency: 61.6, number: 2, bin: 5 +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from b to predecessor +proposing group from c to a +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +urgency: 61.6, number: 2, bin: 5 +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between c and b from other string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from b to predecessor +proposing group from c to a +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from c to a +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 61.6, number: 2, bin: 5 +object chosen = b from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == cba from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between c and b from other string +bond strength = 48 for successor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +urgency: 61.6, number: 2, bin: 5 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between b and a from other string +bond strength = 94 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = b from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from c to a +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +object chosen = c from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from c to a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = b from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == cba from target string +urgency: 61.6, number: 2, bin: 5 +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from b to predecessor +proposing group from c to a +urgency: 61.6, number: 2, bin: 5 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from c to a +object chosen = group[0:2] == cba from target string +urgency: 61.6, number: 2, bin: 5 +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 89.44, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from c to a +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 89.44, number: 2, bin: 7 +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -47,12 +62446,53 @@ proposing successor bond Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets object chosen = a from initial string -object chosen = j from target string -destination: i +destination: b chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from target string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A proposing predecessor bond object chosen = a from initial string destination: b @@ -61,3 +62501,67892 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = a from initial string +object chosen = c from initial string +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +object chosen = b from target string +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +object chosen = successor bond between c and b from other string +bond strength = 91 for successor bond between c and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between c and b +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +urgency: 100.0, number: 2, bin: 7 +object chosen = c from target string +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=100 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 94 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 94 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and a +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and c +building bond successor bond between a and b +object chosen = b from initial string +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from b to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == cba from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from c to a +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from b to successor +proposing group from c to a +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +urgency: 100.0, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +urgency: 61.6, number: 2, bin: 5 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 61.6, number: 2, bin: 5 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between c and b from other string +bond strength = 48 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between c and b +object chosen = c from target string +object chosen = b from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 2, bin: 7 +object chosen = b from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between b and a from other string +bond strength = 94 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between c and b from other string +bond strength = 91 for successor bond between c and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and a +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +urgency: 61.6, number: 2, bin: 5 +object chosen = c from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from b to successor +proposing group from c to a +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +no firstBond2 +object chosen = group[0:2] == cba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = c from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = c from target string +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == abc from initial string +urgency: 61.6, number: 2, bin: 5 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +urgency: 89.44, number: 2, bin: 7 +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = b from target string +urgency: 89.44, number: 2, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +urgency: 89.44, number: 2, bin: 7 +object chosen = b from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = b from target string +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 89.44, number: 2, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +urgency: 61.6, number: 2, bin: 5 +object chosen = successor bond between b and a from other string +object chosen = Correspondence between c and c from other string +urgency: 61.6, number: 2, bin: 5 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = Correspondence between b and b from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 78 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 89.44, number: 2, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = c from initial string +object chosen = Correspondence between b and b from other string +urgency: 89.44, number: 2, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +object chosen = c from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 89.44, number: 2, bin: 7 +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 78 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 61.6, number: 2, bin: 5 +posting bottom up codelets +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +lost fight with group[0:2] == cba +failed to break groups: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = c from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +urgency: 61.6, number: 2, bin: 5 +posting bottom up codelets +urgency: 61.6, number: 2, bin: 5 +urgency: 61.6, number: 2, bin: 5 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +object chosen = successor bond between b and c from other string +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from target string +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 78 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 78 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 89.44, number: 2, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 78 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = successor bond between c and b from other string +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +urgency: 89.44, number: 2, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = Correspondence between a and a from other string +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +object chosen = Correspondence between group[0:2] == abc and group[0:2] == cba from other string +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +posting bottom up codelets +object chosen = successor bond between b and c from other string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +no incompatible bonds +no incompatible Groups +building group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 61.6, number: 2, bin: 5 +urgency: 61.6, number: 2, bin: 5 +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = c from target string +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +object chosen = successor bond between c and b from other string +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 78 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 61.6, number: 2, bin: 5 +urgency: 61.6, number: 2, bin: 5 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between c and b from other string +bond strength = 78 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between c and b from other string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from target string +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 89.44, number: 2, bin: 7 +object chosen = group[0:2] == cba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +object chosen = Correspondence between group[0:2] == abc and group[0:2] == cba from other string +object chosen = Correspondence between b and b from other string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +no firstBond2 +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +object chosen = successor bond between b and a from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = b from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +won fight with successor bond between c and b +broke the bonds +lost fight with group[0:2] == cba +failed to break groups: Fizzle +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +urgency: 61.6, number: 2, bin: 5 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +urgency: 61.6, number: 2, bin: 5 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +urgency: 61.6, number: 2, bin: 5 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +won fight with successor bond between c and b +broke the bonds +lost fight with group[0:2] == cba +failed to break groups: Fizzle +urgency: 89.44, number: 2, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 61.6, number: 2, bin: 5 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +posting bottom up codelets +urgency: 61.6, number: 2, bin: 5 +urgency: 61.6, number: 2, bin: 5 +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = Correspondence between c and c from other string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 61.6, number: 2, bin: 5 +urgency: 61.6, number: 2, bin: 5 +urgency: 61.6, number: 2, bin: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 78 for successor bond between c and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +object chosen = Correspondence between b and b from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from c to a +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +object chosen = b from target string +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from b to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 61.6, number: 2, bin: 5 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 89.44, number: 2, bin: 7 +object chosen = a from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == cba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 61.6, number: 2, bin: 5 +object chosen = a from initial string +urgency: 61.6, number: 2, bin: 5 +urgency: 61.6, number: 2, bin: 5 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = b from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +urgency: 89.44, number: 2, bin: 7 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between c and b from other string +bond strength = 78 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = Correspondence between group[0:2] == abc and group[0:2] == cba from other string +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +object chosen = successor bond between c and b from other string +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = successor bond between b and c from other string +object chosen = Correspondence between a and a from other string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = Correspondence between c and c from other string +urgency: 89.44, number: 2, bin: 7 +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = Correspondence between c and c from other string +object chosen = successor bond between c and b from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between c and b from other string +bond strength = 78 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 78 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 78 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between c and b from other string +bond strength = 78 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between c and b from other string +bond strength = 78 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +urgency: 89.44, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = Correspondence between group[0:2] == abc and group[0:2] == cba from other string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from c to a +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +won fight with successor bond between c and b +broke the bonds +lost fight with group[0:2] == cba +failed to break groups: Fizzle +object chosen = c from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 78 for successor bond between b and a +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between c and b from other string +bond strength = 78 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 78 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 78.88000000000001, number: 1, bin: 6 +urgency: 78.88000000000001, number: 1, bin: 6 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from b to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between b and a from other string +posting bottom up codelets +object chosen = Correspondence between c and c from other string +object chosen = successor bond between a and b from other string +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from b to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +urgency: 89.44, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +won fight with successor bond between c and b +broke the bonds +won fight with group[0:2] == cba +broke the groups +building bond predecessor bond between c and b +urgency: 89.44, number: 2, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 69 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +won fight with predecessor bond between c and b +broke the bonds +no incompatible groups +building bond successor bond between c and b +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 78 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +object chosen = c from target string +urgency: 89.44, number: 2, bin: 7 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = b from target string +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 89.44, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 78 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between c and b from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = successor bond between c and b from other string +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +urgency: 61.6, number: 2, bin: 5 +urgency: 61.6, number: 2, bin: 5 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 61.6, number: 2, bin: 5 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = a from initial string +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +lost fight with group[0:2] == cba +failed to break groups: Fizzle +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 61.6, number: 2, bin: 5 +urgency: 61.6, number: 2, bin: 5 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +object chosen = successor bond between c and b from other string +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 89.44, number: 2, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = successor bond between b and a from other string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = successor bond between b and c from other string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 61.6, number: 2, bin: 5 +posting bottom up codelets +object chosen = Correspondence between a and a from other string +object chosen = successor bond between b and c from other string +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +object chosen = successor bond between c and b from other string +object chosen = successor bond between b and c from other string +posting bottom up codelets +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +urgency: 61.6, number: 2, bin: 5 +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 78 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +urgency: 89.44, number: 2, bin: 7 +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and a +firstBond2: successor bond between c and b +urgency: 89.44, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = successor bond between c and b from other string +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +object chosen = successor bond between b and c from other string +urgency: 89.44, number: 2, bin: 7 +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +won fight with successor bond between c and b +broke the bonds +won fight with group[0:2] == cba +broke the groups +building bond predecessor bond between c and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 69 for successor bond between c and b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 89.44, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = Correspondence between b and b from other string +object chosen = c from target string +destination: group[1:2] == ba +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=80 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +no firstBond2 +object chosen = a from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=80 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = predecessor bond between b and a from other string +bond strength = 94 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between a and b +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +object chosen = Correspondence between b and b from other string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +no firstBond2 +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: group[1:2] == ba +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 33, unhappiness=80 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=84 +target : relevance = 33, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 33, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 33, unhappiness=80 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == ba, destination: c +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: group[1:2] == ba +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between c and b from other string +bond strength = 94 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +lost fight with predecessor bond between c and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 78.88000000000001, number: 1, bin: 6 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[1:2] == bc from initial string +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = predecessor bond between b and a from other string +bond strength = 94 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and a +firstBond2: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from b to predecessor +proposing group from c to b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[0:1] == cb from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == ba, destination: c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = c from initial string +initial : relevance = 100, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == cb from target string +no incompatible bonds +lost fight with group[1:2] == ba +failed to break Groups: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == ba, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +won fight with predecessor bond between c and b +broke the bonds +won fight with group[1:2] == ba +won fight with group[1:2] == ba +broke the Groups +building group +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 89.44, number: 2, bin: 7 +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == cba from target string +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from c to a +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = a from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +urgency: 89.44, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == cba from target string +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +no incompatible bonds +won fight with group[0:2] == abc +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between c and b +firstBond2: successor bond between b and a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between c and b +firstBond2: successor bond between b and a +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +urgency: 92.5, number: 2, bin: 7 +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 92.5, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 92.5, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +object chosen = c from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = c from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +object chosen = c from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and a +building bond successor bond between b and c +object chosen = group[1:2] == bc from initial string +object chosen = group[1:2] == bc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 66, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +object chosen = group[0:2] == cba from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == bc from initial string +destination: a +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 95 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == cba from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 0, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 66, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +top_down_bond_scout__category +initial : relevance = 66, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +initial : relevance = 0, unhappiness=92 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = a from initial string +initial : relevance = 0, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=92 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 66, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +initial : relevance = 0, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +initial : relevance = 66, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == bc +no firstBond +no firstBond2 +urgency: 89.44, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 66, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +object chosen = successor bond between b and c from other string +bond strength = 95 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +top_down_bond_scout__category +initial : relevance = 66, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between a and b from other string +bond strength = 95 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 95 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 61.6, number: 2, bin: 5 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 66, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from b to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 95 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 66, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 66, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between a and b from other string +bond strength = 95 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +destination: a +initial : relevance = 0, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from c to a +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[1:2] == bc +won fight with group[1:2] == bc +broke the Groups +building group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == cba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from c to a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from c to a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = a from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +urgency: 61.6, number: 2, bin: 5 +object chosen = group[0:2] == cba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +urgency: 89.44, number: 2, bin: 7 +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +urgency: 89.44, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +urgency: 89.44, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = c from target string +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from b to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +urgency: 89.44, number: 2, bin: 7 +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 61.6, number: 2, bin: 5 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 61.6, number: 2, bin: 5 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 48 for successor bond between c and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 61.6, number: 2, bin: 5 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +urgency: 100.0, number: 1, bin: 7 +urgency: 61.6, number: 2, bin: 5 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: cba with 3 letters, 3 objects, 0 bonds for bond +to object: b +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = a from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between c and b +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between c and b +no firstBond2 +object chosen = c from initial string +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=100 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from b to predecessor +proposing group from c to b +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = b from target string +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:1] == ab from initial string +object chosen = Correspondence between a and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +to object: a +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from c to predecessor +proposing group from c to b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from b to predecessor +proposing group from c to b +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = group[0:1] == cb from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from target string +object chosen = group[0:1] == cb from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:1] == cb from target string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=89 +target string selected: cba with 3 letters, 4 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=89 +target string selected: cba with 3 letters, 4 objects, 1 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and a +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +bond strength = 94 for predecessor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == cb from target string +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == cb +no firstBond +no firstBond2 +object chosen = group[0:1] == cb from target string +destination: a +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: group[0:1] == cb +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and c +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 33, unhappiness=92 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=84 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = group[1:2] == ba from target string +initial : relevance = 50, unhappiness=84 +target : relevance = 33, unhappiness=92 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and a +firstBond2: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from b to predecessor +proposing group from c to b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 33, unhappiness=92 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 94 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and a +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:1] == ab from initial string +object chosen = group[0:1] == cb from target string +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +bond strength = 94 for successor bond between c and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=82 +target string selected: cba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=82 +target string selected: cba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=82 +target string selected: cba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[0:1] == cb +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and a +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 66, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from c to a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == cba from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +won fight with predecessor bond between c and b +broke the bonds +won fight with group[0:1] == cb +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +no firstBond2 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 66, unhappiness=93 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 66, unhappiness=93 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 95 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=93 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=93 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +no incompatible bonds +won fight with group[0:1] == cb +won fight with group[0:1] == cb +broke the Groups +building group +object chosen = b from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=93 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=93 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=93 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between c and b from other string +bond strength = 91 for successor bond between c and b +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +posting bottom up codelets +urgency: 62.5, number: 2, bin: 5 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between c and b from other string +bond strength = 78 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == cba from target string +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +won fight with group[0:2] == cba +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and a +building bond successor bond between b and a +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +object chosen = b from target string +object chosen = group[0:2] == cba from target string +lost fight with successor bond between b and a +failed to break bonds: Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == abc from initial string +urgency: 61.6, number: 2, bin: 5 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 94 for successor bond between c and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +lost fight with predecessor bond between c and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 89.44, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +object chosen = c from target string +urgency: 89.44, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: cba with 3 letters, 4 objects, 1 bonds for bond +source: c, destination: b +object chosen = group[0:2] == cba from target string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: cba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from target string +destination: group[1:2] == ba +object chosen = group[0:2] == cba from target string +no incompatible bonds +won fight with group[1:2] == ba +won fight with group[1:2] == ba +broke the Groups +building group +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=82 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from b to successor +proposing group from c to a +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=82 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=82 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +urgency: 89.44, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +urgency: 89.44, number: 2, bin: 7 +object chosen = a from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +urgency: 89.44, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 89.44, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from c to a +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 89.44, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +urgency: 89.44, number: 2, bin: 7 +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = c from target string +urgency: 89.44, number: 2, bin: 7 +object chosen = c from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between c and b from other string +bond strength = 78 for successor bond between c and b +object chosen = group[0:2] == abc from initial string +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +posting bottom up codelets +object chosen = b from target string +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +urgency: 89.44, number: 2, bin: 7 +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = b from target string +object chosen = c from initial string +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 78 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between c and b from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +object chosen = successor bond between c and b from other string +posting bottom up codelets +object chosen = successor bond between b and c from other string +object chosen = Correspondence between group[0:2] == abc and group[0:2] == cba from other string +object chosen = successor bond between b and c from other string +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = successor bond between b and a from other string +object chosen = successor bond between a and b from other string +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = c from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between a and b from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +urgency: 89.44, number: 2, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = Correspondence between c and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +posting bottom up codelets +object chosen = successor bond between c and b from other string +bond strength = 78 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +urgency: 89.44, number: 2, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = b from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = Correspondence between b and b from other string +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between c and b from other string +bond strength = 78 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 78 for successor bond between b and a +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = Correspondence between a and a from other string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +urgency: 61.6, number: 2, bin: 5 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and a +firstBond2: successor bond between c and b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=84 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 66, unhappiness=84 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from c to a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == bc +no firstBond +no firstBond2 +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 95 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +won fight with successor bond between c and b +broke the bonds +lost fight with group[0:2] == cba +failed to break groups: Fizzle +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between c and b from other string +bond strength = 78 for successor bond between c and b +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[1:2] == bc +won fight with group[1:2] == bc +broke the Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +urgency: 89.44, number: 2, bin: 7 +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 62.5, number: 2, bin: 5 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +urgency: 62.5, number: 2, bin: 5 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 92.5, number: 2, bin: 7 +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = b from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +urgency: 92.5, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 92.5, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from b to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 92.5, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 92.5, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 92.5, number: 2, bin: 7 +urgency: 89.44, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 92.5, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between c and b from other string +bond strength = 78 for successor bond between c and b +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 48 for successor bond between c and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 2, bin: 7 +object chosen = c from initial string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and a +object chosen = b from initial string +object chosen = b from initial string +object chosen = c from initial string +posting bottom up codelets +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between c and b from other string +bond strength = 69 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between c and b from other string +bond strength = 91 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between c and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 94 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and c +building bond successor bond between a and b +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +object chosen = c from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 91 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +object chosen = a from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[1:2] == ba from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +firstBond2: successor bond between c and b +possible group: successor bond between c and b +trying from b to successor +proposing group from c to b +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = group[0:1] == cb from target string +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +object chosen = group[1:2] == ba from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 94 for successor bond between b and a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == cb from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from b to successor +proposing group from c to b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to b +object chosen = group[0:1] == cb from target string +object chosen = group[0:1] == cb from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for group +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = predecessor bond between c and b from other string +bond strength = 94 for predecessor bond between c and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between c and b +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +object chosen = b from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between c and b from other string +bond strength = 91 for successor bond between c and b +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +won fight with predecessor bond between c and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and c +building bond successor bond between c and b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between c and b from other string +bond strength = 94 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +object chosen = c from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +lost fight with successor bond between c and b +failed to break bonds: Fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between c and b +firstBond2: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +object chosen = group[0:2] == cba from target string +lost fight with successor bond between c and b +failed to break bonds: Fizzle +object chosen = group[1:2] == ba from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == cb from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +object chosen = successor bond between c and b from other string +bond strength = 91 for successor bond between c and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = group[1:2] == ba from target string +object chosen = successor bond between c and b from other string +bond strength = 91 for successor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +bond strength = 69 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and c +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between c and b +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == cba from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 62.5, number: 2, bin: 5 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from c to predecessor +proposing group from c to a +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +no incompatible bonds +lost fight with group[0:2] == cba +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == cba from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = a from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = Correspondence between c and a from other string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 89.44, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 91 for successor bond between c and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = a from target string +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = c from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from c to predecessor +proposing group from c to a +object chosen = Correspondence between c and a from other string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between c and b from other string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = Correspondence between group[0:2] == abc and group[0:2] == cba from other string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from target string +object chosen = c from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 61.6, number: 2, bin: 5 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = Correspondence between b and b from other string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = Correspondence between b and b from other string +object chosen = group[0:2] == abc from initial string +urgency: 62.5, number: 2, bin: 5 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = c from initial string +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = c from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 62.5, number: 2, bin: 5 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = c from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +won fight with predecessor bond between c and b +broke the bonds +won fight with group[0:2] == cba +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and c +urgency: 61.6, number: 2, bin: 5 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +object chosen = a from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = c from target string +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == cba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +object chosen = group[0:2] == cba from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from c to a +object chosen = group[0:2] == cba from target string +urgency: 92.5, number: 2, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +object chosen = b from target string +object chosen = predecessor bond between c and b from other string +object chosen = Correspondence between c and a from other string +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between b and a from other string +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +object chosen = Correspondence between c and a from other string +object chosen = a from target string +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = Correspondence between group[0:2] == abc and group[0:2] == cba from other string +object chosen = b from target string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +object chosen = successor bond between a and b from other string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 89.44, number: 2, bin: 7 +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = c from initial string +object chosen = predecessor bond between b and a from other string +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = b from target string +object chosen = a from target string +object chosen = Correspondence between c and a from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between a and c from other string +object chosen = successor bond between a and b from other string +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = Correspondence between group[0:2] == abc and group[0:2] == cba from other string +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +urgency: 61.6, number: 2, bin: 5 +object chosen = group[0:2] == cba from target string +object chosen = a from target string +object chosen = successor bond between b and c from other string +object chosen = predecessor bond between c and b from other string +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = Correspondence between group[0:2] == abc and group[0:2] == cba from other string +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +object chosen = Correspondence between c and a from other string +object chosen = a from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = Correspondence between c and a from other string +object chosen = b from target string +object chosen = group[0:2] == cba from target string +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = c from target string +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +object chosen = a from target string +object chosen = Correspondence between b and b from other string +object chosen = a from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +object chosen = b from target string +object chosen = successor bond between a and b from other string +object chosen = successor bond between b and c from other string +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = a from initial string +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 91 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +lost fight with predecessor bond between c and b +failed to break bonds: Fizzle +object chosen = c from initial string +object chosen = a from target string +object chosen = b from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 91 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +won fight with predecessor bond between c and b +broke the bonds +won fight with group[0:2] == cba +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between a and c +building bond predecessor bond between a and b +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 74.39999999999999, number: 3, bin: 6 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 92.96, number: 3, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between a and b +broke the bonds +no incompatible Groups +building group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between c and b from other string +bond strength = 91 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +lost fight with predecessor bond between c and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +urgency: 74.39999999999999, number: 3, bin: 6 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 62.5, number: 2, bin: 5 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +urgency: 92.96, number: 3, bin: 7 +urgency: 92.5, number: 2, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +urgency: 92.5, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 92.5, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 92.5, number: 2, bin: 7 +urgency: 92.96, number: 3, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 89.44, number: 2, bin: 7 +urgency: 92.5, number: 2, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 89.44, number: 2, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 91 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +won fight with predecessor bond between c and b +broke the bonds +lost fight with group[0:2] == cba +failed to break groups: Fizzle +object chosen = Correspondence between c and a from other string +urgency: 25.0, number: 1, bin: 2 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = Correspondence between c and a from other string +object chosen = c from initial string +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +won fight with group[0:2] == cba +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and a +building bond successor bond between b and a +object chosen = b from initial string +object chosen = successor bond between a and b from other string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and a from other string +bond strength = 94 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +bond strength = 94 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +no incompatible groups +building bond predecessor bond between b and a +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from target string +object chosen = predecessor bond between c and b from other string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = c from target string +object chosen = b from initial string +object chosen = a from target string +object chosen = b from initial string +urgency: 61.6, number: 2, bin: 5 +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from target string +urgency: 61.6, number: 2, bin: 5 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 61.6, number: 2, bin: 5 +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from c to a +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from target string +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == cba from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between c and b from other string +bond strength = 91 for successor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +urgency: 61.6, number: 2, bin: 5 +object chosen = successor bond between a and b from other string +object chosen = c from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = a from initial string +object chosen = successor bond between a and b from other string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = a from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +won fight with predecessor bond between c and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and c +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +object chosen = b from target string +object chosen = group[0:2] == cba from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +won fight with group[0:2] == cba +broke the groups +building bond successor bond between b and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = a from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == cba from target string +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +object chosen = b from target string +object chosen = group[0:2] == cba from target string +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = b from target string +object chosen = group[0:1] == cb from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from c to predecessor +proposing group from c to b +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 94 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == cb from target string +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +no incompatible groups +building bond predecessor bond between b and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = b from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 61.6, number: 2, bin: 5 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between c and b from other string +bond strength = 69 for predecessor bond between c and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = c from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +urgency: 61.6, number: 2, bin: 5 +urgency: 61.6, number: 2, bin: 5 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +urgency: 92.96, number: 3, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between c and b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from b to predecessor +proposing group from c to b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from b to predecessor +proposing group from c to b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = b from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == cb from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 94 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +building bond successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = group[0:1] == cb from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 94 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 94 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +no incompatible groups +building bond predecessor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == cb from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == cb +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between c and b from other string +bond strength = 95 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == cb, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == cb from target string +destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +building bond successor bond between b and a +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == cb +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +object chosen = group[0:1] == cb from target string +destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == cb, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == cb, destination: a +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:1] == cb from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +lost fight with predecessor bond between c and b +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from b to predecessor +proposing group from c to b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == cb from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == cb from target string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == cba from target string +lost fight with predecessor bond between c and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +bond strength = 94 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 89.44, number: 2, bin: 7 +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == cb from target string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: group[0:1] == cb +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = a from target string +destination: group[0:1] == cb +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from c to predecessor +proposing group from c to b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: group[0:1] == cb +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == cb, destination: a +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:1] == cb from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +bond strength = 94 for predecessor bond between b and a +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from c to predecessor +proposing group from c to b +object chosen = group[0:1] == cb from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: group[0:1] == cb +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +won fight with successor bond between b and a +broke the bonds +won fight with group[0:1] == cb +lost fight with group[0:1] == cb +failed to break Groups: Fizzle +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == cb +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 100, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == cba from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = b from target string +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == cb +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between c and b from other string +bond strength = 94 for successor bond between c and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == cb, destination: a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == cb +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between c and b +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[1:2] == ba from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +lost fight with predecessor bond between c and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:1] == cb from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +bond strength = 65 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between c and b from other string +bond strength = 94 for successor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +won fight with predecessor bond between c and b +broke the bonds +won fight with group[0:1] == cb +broke the groups +building bond successor bond between c and b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from c to a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == cba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +lost fight with group[0:2] == cba +failed to break groups: Fizzle +object chosen = b from initial string +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +won fight with group[0:2] == cba +broke the groups +building bond predecessor bond between b and a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +building bond successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and a +firstBond2: successor bond between c and b +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +object chosen = group[0:2] == cba from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = group[1:2] == ba from target string +no incompatible bonds +lost fight with group[0:2] == cba +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == cba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from c to a +object chosen = c from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +urgency: 92.5, number: 2, bin: 7 +urgency: 92.5, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +posting bottom up codelets +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +won fight with successor bond between c and b +broke the bonds +won fight with group[0:2] == cba +broke the groups +building bond predecessor bond between c and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = c from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +urgency: 100.0, number: 1, bin: 7 +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for group +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: cba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and c +building bond predecessor bond between c and b +object chosen = group[0:2] == cba from target string +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +lost fight with predecessor bond between c and b +failed to break bonds: Fizzle +object chosen = group[1:2] == ba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between c and b +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 2, bin: 7 +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from target string +object chosen = successor bond between b and c from other string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = successor bond between c and b from other string +bond strength = 48 for successor bond between c and b +urgency: 100.0, number: 2, bin: 7 +object chosen = b from target string +object chosen = c from initial string +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +target string selected: cba with 3 letters, 3 objects, 0 bonds for bond +to object: a +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: cba with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: cba with 3 letters, 3 objects, 0 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: cba with 3 letters, 3 objects, 0 bonds for bond +to object: b +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between c and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between c and b from other string +bond strength = 91 for successor bond between c and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +lost fight with predecessor bond between c and b +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and a +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and a +firstBond2: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from b to predecessor +proposing group from c to b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:1] == cb from target string +object chosen = c from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between c and b from other string +bond strength = 94 for successor bond between c and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[0:2] == cba from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from c to predecessor +proposing group from c to b +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +won fight with predecessor bond between c and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and c +building bond successor bond between c and b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:1] == cb from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from c to a +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == cba from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == ba from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +no incompatible bonds +won fight with group[1:2] == ba +won fight with group[1:2] == ba +broke the Groups +building group +object chosen = group[1:2] == bc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: group[1:2] == bc +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from c to a +object chosen = predecessor bond between a and b from other string +bond strength = 65 for predecessor bond between a and b +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between a and b from other string +bond strength = 65 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +won fight with group[0:2] == cba +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and a +building bond predecessor bond between b and a +object chosen = group[0:2] == cba from target string +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = predecessor bond between c and b from other string +bond strength = 94 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +won fight with predecessor bond between b and a +broke the bonds +no incompatible Groups +building group +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[1:2] == bc from initial string +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == bc +no firstBond +no firstBond2 +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from target string +object chosen = group[1:2] == bc from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +destination: a +object chosen = a from initial string +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +won fight with group[1:2] == bc +lost fight with group[1:2] == bc +failed to break Groups: Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: group[1:2] == bc +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +destination: a +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == bc +no firstBond +no firstBond2 +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == bc +no firstBond +no firstBond2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +destination: a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +initial : relevance = 33, unhappiness=80 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=80 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +urgency: 61.6, number: 2, bin: 5 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: group[1:2] == bc +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from b to successor +proposing group from c to a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == cba from target string +urgency: 61.6, number: 2, bin: 5 +object chosen = group[0:2] == cba from target string +urgency: 61.6, number: 2, bin: 5 +urgency: 61.6, number: 2, bin: 5 +object chosen = group[1:2] == bc from initial string +destination: a +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = a from initial string +object chosen = group[1:2] == bc from initial string +object chosen = b from target string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[1:2] == bc from initial string +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between c and b from other string +bond strength = 78 for successor bond between c and b +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=80 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +urgency: 61.6, number: 2, bin: 5 +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from c to a +object chosen = group[1:2] == bc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[0:2] == cba from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from c to a +object chosen = group[0:2] == cba from target string +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +lost fight with successor bond between c and b +failed to break bonds: Fizzle +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == bc +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = c from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +possible group: successor bond between c and b +trying from c to successor +proposing group from c to a +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[1:2] == bc +won fight with group[1:2] == bc +broke the Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +urgency: 62.5, number: 2, bin: 5 +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +urgency: 62.5, number: 2, bin: 5 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between c and b from other string +bond strength = 78 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +urgency: 92.5, number: 2, bin: 7 +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +posting bottom up codelets +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +object chosen = a from initial string +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between c and b from other string +bond strength = 96 for successor bond between c and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between c and b +urgency: 61.6, number: 2, bin: 5 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between c and b from other string +bond strength = 48 for successor bond between c and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from c to predecessor +proposing group from c to b +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +urgency: 61.6, number: 2, bin: 5 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = c from target string +object chosen = group[0:1] == cb from target string +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 94 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +bond strength = 48 for successor bond between c and b +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = c from target string +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from b to predecessor +proposing group from c to a +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from c to a +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == cba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from c to a +object chosen = group[0:2] == cba from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +won fight with group[0:2] == cba +broke the groups +building bond successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +object chosen = a from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from c to predecessor +proposing group from c to b +object chosen = group[0:1] == cb from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from b to predecessor +proposing group from c to b +object chosen = group[0:1] == cb from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == cb from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == cb from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +object chosen = group[0:2] == cba from target string +object chosen = group[0:1] == cb from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 94 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = a from target string +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +no incompatible groups +building bond predecessor bond between b and a +object chosen = group[0:2] == cba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = a from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = b from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +won fight with predecessor bond between b and a +won fight with predecessor bond between c and b +broke the bonds +won fight with group[0:1] == cb +won fight with group[0:1] == cb +broke the Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +won fight with group[0:2] == cba +broke the groups +building bond predecessor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between c and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == cb from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between c and b +firstBond2: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == cb +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == cb +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == cb +no firstBond +no firstBond2 +object chosen = group[0:1] == cb from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +won fight with successor bond between c and b +broke the bonds +won fight with group[0:1] == cb +won fight with group[0:1] == cb +broke the Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +urgency: 61.6, number: 2, bin: 5 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between c and b from other string +bond strength = 91 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +lost fight with predecessor bond between c and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +won fight with group[0:2] == cba +broke the groups +building bond successor bond between b and a +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = successor bond between c and b from other string +bond strength = 94 for successor bond between c and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +lost fight with predecessor bond between c and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 94 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 61.6, number: 2, bin: 5 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between c and b +urgency: 61.6, number: 2, bin: 5 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +urgency: 61.6, number: 2, bin: 5 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 61.6, number: 2, bin: 5 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +urgency: 61.6, number: 2, bin: 5 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +urgency: 61.6, number: 2, bin: 5 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: cba with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: cba with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: cba with 3 letters, 3 objects, 0 bonds for bond +to object: a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: cba with 3 letters, 3 objects, 0 bonds for bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between c and b from other string +bond strength = 48 for successor bond between c and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: cba with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = c from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: cba with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and a +building bond successor bond between b and a +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +object chosen = b from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +to object: a +urgency: 89.44, number: 2, bin: 7 +object chosen = c from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +object chosen = a from initial string +object chosen = group[1:2] == ba from target string +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +urgency: 89.44, number: 2, bin: 7 +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +object chosen = c from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from target string +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = c from target string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between c and b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +object chosen = c from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between c and b from other string +bond strength = 48 for predecessor bond between c and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[1:2] == ba from target string +object chosen = successor bond between c and b from other string +bond strength = 94 for successor bond between c and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between c and b from other string +bond strength = 94 for successor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +bond strength = 94 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=80 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +lost fight with predecessor bond between c and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +object chosen = b from target string +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=80 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +lost fight with predecessor bond between c and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == ba, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == ba, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from target string +destination: group[1:2] == ba +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from c to predecessor +proposing group from c to b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == ba, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 61.6, number: 2, bin: 5 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:1] == cb from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=80 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: group[1:2] == ba +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == ba, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == ba, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from b to predecessor +proposing group from c to b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +no firstBond2 +object chosen = group[0:1] == cb from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = c from target string +destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from c to predecessor +proposing group from c to b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == cb from target string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == ba, destination: c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == cb from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from c to predecessor +proposing group from c to b +object chosen = group[0:1] == cb from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +no firstBond2 +object chosen = c from target string +destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == ba, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == ba, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == ba, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from b to predecessor +proposing group from c to b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +destination: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=80 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[1:2] == ba from target string +destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == ba, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=80 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=80 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between c and b from other string +bond strength = 94 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == ba, destination: c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between c and b from other string +bond strength = 94 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and a +firstBond2: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from b to predecessor +proposing group from c to b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == cb from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: group[1:2] == ba +object chosen = group[0:1] == cb from target string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +urgency: 89.44, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == cb from target string +object chosen = c from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +lost fight with predecessor bond between c and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == ba, destination: c +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 1 +predecessor bond between c and b +lost fight with predecessor bond between c and b +failed to break bonds: Fizzle +object chosen = group[0:1] == cb from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == cba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +won fight with predecessor bond between c and b +broke the bonds +won fight with group[1:2] == ba +won fight with group[1:2] == ba +broke the Groups +building group +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 61.6, number: 2, bin: 5 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between b and a from other string +bond strength = 96 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:1] == cb from target string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == cba from target string +won fight with successor bond between b and a +won fight with successor bond between c and b +broke the bonds +lost fight with group[0:2] == cba +failed to break Groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == cba from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == cba from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 61.6, number: 2, bin: 5 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == cba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == cba from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = b from target string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +bond strength = 94 for successor bond between c and b +succeeded: posting bond-builder +object chosen = successor bond between c and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and c +building bond successor bond between c and b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == cb from target string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 1 +successor bond between c and b +won fight with successor bond between c and b +broke the bonds +lost fight with group[0:1] == cb +failed to break groups: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 1 bonds for group +urgency: 61.6, number: 2, bin: 5 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +no firstBond2 +object chosen = group[0:1] == cb from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=89 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +bond strength = 94 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +urgency: 89.44, number: 2, bin: 7 +object chosen = group[0:1] == cb from target string +destination: a +object chosen = a from target string +object chosen = predecessor bond between c and b from other string +bond strength = 91 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 89.44, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == cb, destination: a +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == cb from target string +destination: a +object chosen = group[0:1] == cb from target string +destination: a +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +no incompatible groups +building bond predecessor bond between b and a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between c and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between c and b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == cba from target string +object chosen = c from target string +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == cba from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +lost fight with group[0:2] == cba +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 92.5, number: 2, bin: 7 +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from c to a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = group[0:2] == cba from target string +object chosen = group[0:1] == cb from target string +no incompatible bonds +lost fight with group[0:2] == cba +failed to break Groups: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == cba from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between c and b from other string +bond strength = 96 for predecessor bond between c and b +succeeded: posting bond-builder +urgency: 89.44, number: 2, bin: 7 +object chosen = predecessor bond between c and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from c to predecessor +proposing group from c to a +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 92.5, number: 2, bin: 7 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from c to a +urgency: 92.5, number: 2, bin: 7 +object chosen = group[0:2] == cba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between c and b +possible group: predecessor bond between c and b +trying from c to predecessor +proposing group from c to a +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == cba from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between b and a from other string +bond strength = 96 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = Correspondence between c and a from other string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = d from target string +urgency: 61.6, number: 2, bin: 5 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = b from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and a +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +object chosen = a from target string +urgency: 100.0, number: 2, bin: 7 +urgency: 61.6, number: 2, bin: 5 +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between a and b from other string +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = d from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +building bond successor bond between b and a +object chosen = a from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = a from target string +object chosen = group[0:1] == ab from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 33, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 33, unhappiness=89 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 33, unhappiness=89 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = a from target string +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 95 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 66, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: group[0:1] == ab +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +object chosen = b from target string +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 95 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 66, unhappiness=78 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = a from target string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[0:1] == ab +won fight with group[0:1] == ab +broke the Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and a +building bond predecessor bond between b and a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = d from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = d from target string +object chosen = b from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = group[1:2] == ba from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = a from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[1:2] == ba from target string +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = b from target string +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = a from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:1] == ab from initial string +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: a +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +object chosen = b from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +object chosen = group[1:2] == bc from initial string +object chosen = group[0:1] == ab from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +object chosen = group[1:2] == bc from initial string +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = c from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[1:2] == bc from initial string +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: d, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: d, destination: b +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and a +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ab from initial string +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = group[0:1] == ab from initial string +no incompatible bonds +won fight with group[0:2] == abc +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = group[1:2] == ba from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = b from target string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = d from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = b from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +no incompatible bonds +won fight with group[1:2] == ba +won fight with group[1:2] == ba +broke the Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +object chosen = d from target string +destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = b from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = d from target string +destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[1:2] == ba from target string +object chosen = d from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = d from target string +destination: group[1:2] == ba +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +destination: group[1:2] == ba +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +object chosen = d from target string +object chosen = group[1:2] == ba from target string +destination: d +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = d from target string +destination: group[1:2] == ba +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from target string +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +object chosen = b from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = a from target string +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = d from target string +destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = d from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: a +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = d from target string +destination: group[1:2] == ba +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = d from target string +destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = d from target string +destination: group[1:2] == ba +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +no firstBond2 +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = d from target string +destination: group[1:2] == ba +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = group[0:2] == abc from initial string +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = d from target string +destination: group[1:2] == ba +object chosen = b from target string +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +won fight with group[1:2] == ba +broke the groups +building bond predecessor bond between b and a +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 61.6, number: 2, bin: 5 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and a +building bond successor bond between b and a +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 61.6, number: 2, bin: 5 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: d, destination: b +object chosen = group[1:2] == ba from target string +object chosen = d from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: d, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 61.6, number: 2, bin: 5 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = d from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = b from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from target string +object chosen = b from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +building bond successor bond between b and a +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +no firstBond2 +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +urgency: 78.88000000000001, number: 1, bin: 6 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[0:2] == abc from initial string +urgency: 89.44, number: 2, bin: 7 +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 78.88000000000001, number: 1, bin: 6 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = b from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +no firstBond2 +object chosen = group[1:2] == ba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=89 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: group[1:2] == ba +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: group[1:2] == ba +object chosen = d from target string +destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +object chosen = d from target string +destination: group[1:2] == ba +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = d from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = d from target string +object chosen = b from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +destination: group[1:2] == ba +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = d from target string +destination: group[1:2] == ba +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = d from target string +destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: group[1:2] == ba +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = a from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[1:2] == ba from target string +destination: d +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +urgency: 61.6, number: 2, bin: 5 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == ba from target string +destination: d +object chosen = a from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = d from target string +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from target string +urgency: 61.6, number: 2, bin: 5 +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = d from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 61.6, number: 2, bin: 5 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: d, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = a from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = b from target string +object chosen = a from target string +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and a +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: d, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = a from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +object chosen = b from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[1:2] == bc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and a +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and a +building bond successor bond between b and a +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = a from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +no incompatible groups +building bond predecessor bond between b and a +object chosen = a from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and a +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +urgency: 78.88000000000001, number: 1, bin: 6 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = d from target string +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +object chosen = successor bond between b and c from other string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +urgency: 100.0, number: 2, bin: 7 +object chosen = group[1:2] == bc from initial string +object chosen = a from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = d from target string +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:1] == ab from initial string +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +building bond successor bond between b and a +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = a from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = a from target string +object chosen = d from target string +object chosen = a from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = group[1:2] == ba from target string +object chosen = d from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +no incompatible groups +building bond predecessor bond between b and a +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = d from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = b from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: d, destination: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=89 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=89 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +won fight with group[1:2] == ba +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[1:2] == ba from target string +destination: d +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = d from target string +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +won fight with group[1:2] == ba +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +destination: d +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=18 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = d from target string +destination: group[1:2] == ba +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=18 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=18 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=18 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = d from target string +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = d from target string +destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = d from target string +destination: group[1:2] == ba +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +destination: group[1:2] == ba +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +destination: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +won fight with group[1:2] == ba +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and a +building bond predecessor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +building bond successor bond between b and a +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = b from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 61.6, number: 2, bin: 5 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +object chosen = b from target string +urgency: 89.44, number: 2, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: d, destination: b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +no incompatible groups +building bond predecessor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = c from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +building bond successor bond between b and a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +urgency: 61.6, number: 2, bin: 5 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and a +urgency: 100.0, number: 2, bin: 7 +object chosen = d from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = d from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = b from target string +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = d from target string +object chosen = d from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = d from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and a +building bond successor bond between b and c +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 61.6, number: 2, bin: 5 +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = c from initial string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = a from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +no incompatible groups +building bond predecessor bond between b and a +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 61.6, number: 2, bin: 5 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == ba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +building bond successor bond between b and a +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +no incompatible groups +building bond predecessor bond between b and a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = b from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +no firstBond2 +object chosen = d from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = group[1:2] == ba from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=89 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = Correspondence between a and a from other string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: a +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=18 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = c from initial string +urgency: 61.6, number: 2, bin: 5 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +object chosen = a from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: d, destination: b +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and a +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = b from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = a from target string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = d from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +no firstBond2 +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=89 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 50, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[1:2] == ba from target string +destination: d +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +won fight with group[1:2] == ba +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = d from target string +destination: group[1:2] == ba +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = a from target string +initial : relevance = 100, unhappiness=18 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=18 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = group[1:2] == ba from target string +destination: d +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = a from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = d from target string +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[1:2] == ba from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 61.6, number: 2, bin: 5 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = d from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 50, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == bc from initial string +object chosen = group[1:2] == ba from target string +destination: d +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == bc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 33, unhappiness=79 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 33, unhappiness=79 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=79 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 33, unhappiness=79 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 33, unhappiness=79 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +object chosen = group[1:2] == ba from target string +object chosen = a from initial string +destination: group[1:2] == bc +object chosen = a from target string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 75.0, number: 3, bin: 6 +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 33, unhappiness=92 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 33, unhappiness=92 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=94 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=94 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: group[1:2] == bc +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 33, unhappiness=94 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 33, unhappiness=94 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +initial : relevance = 33, unhappiness=94 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +initial : relevance = 33, unhappiness=94 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +initial : relevance = 33, unhappiness=94 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +top_down_bond_scout__category +initial : relevance = 33, unhappiness=94 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=92 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[1:2] == bc +broke the groups +building bond successor bond between b and c +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=92 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[1:2] == bc from initial string +initial : relevance = 100, unhappiness=92 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=92 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +initial : relevance = 0, unhappiness=92 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=92 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ab from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = a from target string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 61.6, number: 2, bin: 5 +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and a +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 2, bin: 7 +urgency: 61.6, number: 2, bin: 5 +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = a from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = a from target string +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and a +building bond successor bond between b and a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: d, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and a +building bond successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +no firstBond2 +object chosen = group[1:2] == ba from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = a from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = b from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[1:2] == ba from target string +object chosen = a from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = a from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +object chosen = a from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +object chosen = d from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[1:2] == ba from target string +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = d from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = d from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = b from target string +object chosen = group[1:2] == ba from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 61.6, number: 2, bin: 5 +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = a from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +object chosen = d from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[1:2] == ba from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=89 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=89 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 61.6, number: 2, bin: 5 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: d +object chosen = a from target string +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = a from initial string +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +urgency: 100.0, number: 1, bin: 7 +object chosen = a from target string +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = c from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: d +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: a +object chosen = b from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = b from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +no incompatible groups +building bond predecessor bond between b and a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = a from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +urgency: 89.44, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = group[1:2] == ba from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +object chosen = d from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +object chosen = a from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +urgency: 89.44, number: 2, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = d from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and a +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = a from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = d from target string +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = a from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = d from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = b from target string +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +destination: d +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +won fight with group[1:2] == ba +broke the groups +building bond successor bond between b and a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 78.88000000000001, number: 1, bin: 6 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +object chosen = b from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = b from target string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = d from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +urgency: 78.88000000000001, number: 1, bin: 6 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = a from target string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=89 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = d from target string +destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +destination: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = a from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: a +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[1:2] == ba from target string +destination: d +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = d from target string +destination: group[1:2] == ba +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +won fight with group[1:2] == ba +broke the groups +building bond predecessor bond between b and a +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +urgency: 89.44, number: 2, bin: 7 +object chosen = group[1:2] == ba from target string +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from target string +object chosen = a from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = group[1:2] == ba from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=89 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = a from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = Correspondence between b and b from other string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = a from target string +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +destination: d +object chosen = a from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and a +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = group[0:2] == abc from initial string +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = b from target string +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +no incompatible bonds +won fight with group[1:2] == ba +won fight with group[1:2] == ba +broke the Groups +building group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: a +object chosen = d from target string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = a from target string +object chosen = b from target string +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[1:2] == ba from target string +destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +destination: group[1:2] == ba +object chosen = b from target string +object chosen = a from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = a from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = d from target string +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = b from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = d from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: a +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = a from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +object chosen = b from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = a from target string +object chosen = d from target string +destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +destination: d +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +destination: d +object chosen = d from target string +destination: group[1:2] == ba +object chosen = d from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = b from target string +object chosen = group[1:2] == ba from target string +destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +won fight with group[1:2] == ba +broke the groups +building bond successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from target string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=89 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 61.6, number: 2, bin: 5 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = a from target string +object chosen = predecessor bond between b and c from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +object chosen = a from target string +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +object chosen = b from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from target string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and a +object chosen = Correspondence between a and d from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and a +building bond predecessor bond between b and c +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between b and b from other string +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = d from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = b from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = d from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and a +building bond predecessor bond between b and a +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = c from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +building bond successor bond between b and a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +no incompatible groups +building bond predecessor bond between b and a +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from target string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +building bond successor bond between b and a +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = a from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from target string +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = a from target string +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = a from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = d from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +no incompatible groups +building bond predecessor bond between b and a +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +building bond successor bond between b and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = a from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = group[1:2] == ba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between b and c +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and a from other string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = a from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = c from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = b from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: d, destination: b +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = b from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between a and d from other string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +object chosen = b from target string +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +object chosen = d from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = d from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = d +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +urgency: 61.6, number: 2, bin: 5 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: d, destination: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: d +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and a +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from target string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=94 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = b from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +object chosen = group[1:2] == ba from target string +object chosen = d from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = c from initial string +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +no incompatible groups +building bond predecessor bond between b and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and a +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = b from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +object chosen = group[1:2] == ba from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=94 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +no incompatible bonds +won fight with group[0:2] == abc +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +destination: d +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[1:2] == ba from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +won fight with group[1:2] == ba +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +lost fight with group[1:2] == ba +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = group[1:2] == ba from target string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = b from target string +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +won fight with group[1:2] == ba +broke the groups +building bond successor bond between b and a +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = a from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +no incompatible groups +building bond predecessor bond between b and a +object chosen = d from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = a from target string +object chosen = d from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = b from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +object chosen = a from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +won fight with group[1:2] == ba +broke the groups +building bond successor bond between b and a +object chosen = b from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +urgency: 61.6, number: 2, bin: 5 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +object chosen = b from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and a +building bond successor bond between b and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from target string +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = d from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and a +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 61.6, number: 2, bin: 5 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and a +building bond successor bond between b and a +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = b from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = d from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = b from target string +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = a from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = c from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +object chosen = d from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = c from initial string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and a +building bond successor bond between b and a +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +no firstBond2 +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = d from target string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = b from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: d +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +urgency: 61.6, number: 2, bin: 5 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = d from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and a +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = Correspondence between a and a from other string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: b +object chosen = b from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = group[1:2] == ba from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = c from initial string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and a +building bond successor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = b from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = d from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[1:2] == ba from target string +object chosen = b from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +urgency: 100.0, number: 1, bin: 7 +object chosen = d from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +urgency: 61.6, number: 2, bin: 5 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = a from target string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = a from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == ba from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +destination: group[1:2] == ba +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = d from target string +destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +object chosen = a from target string +object chosen = a from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = b from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +urgency: 100.0, number: 1, bin: 7 +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 61.6, number: 2, bin: 5 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and a +urgency: 100.0, number: 1, bin: 7 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 61.6, number: 2, bin: 5 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = a from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = d from target string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = c from initial string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +urgency: 89.44, number: 2, bin: 7 +object chosen = group[1:2] == ba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = d from target string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +urgency: 89.44, number: 2, bin: 7 +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = group[1:2] == ba from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=89 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=89 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=89 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: group[1:2] == ba +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = b from target string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = d from target string +destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +destination: d +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = d from target string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = d from target string +destination: group[1:2] == ba +object chosen = b from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = group[1:2] == ba from target string +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from target string +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +destination: group[1:2] == ba +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = d from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = a from target string +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +destination: group[1:2] == ba +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +urgency: 100.0, number: 2, bin: 7 +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[1:2] == ba from target string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == ba from target string +destination: d +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +urgency: 61.6, number: 2, bin: 5 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = a from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = d from target string +destination: group[1:2] == ba +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +destination: d +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +destination: d +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[1:2] == ba from target string +destination: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = d from target string +destination: group[1:2] == ba +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +destination: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 61.6, number: 2, bin: 5 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = d from target string +object chosen = d from target string +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = Correspondence between a and a from other string +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and a +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = d from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = d from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = d from target string +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = b from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from target string +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +no incompatible groups +building bond predecessor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = b from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = b from target string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +object chosen = d from target string +destination: group[1:2] == ba +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +object chosen = d from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[1:2] == ba from target string +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = group[1:2] == ba from target string +destination: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 2, bin: 7 +urgency: 61.6, number: 2, bin: 5 +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and a +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 61.6, number: 2, bin: 5 +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = a from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = b from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = c from initial string +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = b from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[1:2] == ba from target string +destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +destination: d +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[1:2] == ba from target string +destination: d +object chosen = d from target string +destination: group[1:2] == ba +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = d from target string +destination: group[1:2] == ba +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=18 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=18 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = d from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = d from target string +destination: group[1:2] == ba +object chosen = Correspondence between a and a from other string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = d from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = d from target string +destination: group[1:2] == ba +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = b from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[1:2] == ba from target string +destination: d +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = Correspondence between b and b from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = d from target string +destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 78.88000000000001, number: 1, bin: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +urgency: 78.88000000000001, number: 1, bin: 6 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +destination: d +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +object chosen = d from target string +destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: group[1:2] == ba +object chosen = d from target string +destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +destination: d +object chosen = successor bond between a and b from other string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = Correspondence between c and d from other string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: a +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +urgency: 78.88000000000001, number: 1, bin: 6 +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = d from target string +destination: group[1:2] == ba +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +urgency: 89.44, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +destination: d +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 78.88000000000001, number: 1, bin: 6 +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = d from target string +destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = group[1:2] == ba from target string +destination: d +object chosen = a from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: group[1:2] == ba +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: group[1:2] == ba +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = d from target string +destination: group[1:2] == ba +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +destination: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[0:2] == abc from initial string +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = d from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = d from target string +destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = d from target string +destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = d from target string +destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = d from target string +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[1:2] == ba from target string +destination: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 78.88000000000001, number: 1, bin: 6 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +object chosen = b from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = d from target string +destination: group[1:2] == ba +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = d from target string +destination: group[1:2] == ba +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[1:2] == ba from target string +destination: d +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +object chosen = group[1:2] == ba from target string +destination: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +destination: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +destination: d +object chosen = d from target string +destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = Correspondence between b and b from other string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +urgency: 61.6, number: 2, bin: 5 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +destination: d +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = d from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +urgency: 89.44, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: group[1:2] == ba +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: group[1:2] == ba +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[1:2] == ba from target string +destination: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +destination: d +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: a +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = d from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +destination: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = d from target string +destination: group[1:2] == ba +object chosen = a from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and a from other string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = d from target string +destination: group[1:2] == ba +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: group[1:2] == ba +object chosen = group[1:2] == ba from target string +destination: d +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: group[1:2] == ba +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: a +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: group[1:2] == ba +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = d from target string +destination: group[1:2] == ba +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = b from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 66, unhappiness=84 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 66, unhappiness=84 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 66, unhappiness=84 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 95 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = successor bond between b and c from other string +bond strength = 95 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 66, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 66, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +urgency: 85.92, number: 3, bin: 6 +initial : relevance = 66, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == ba from target string +destination: d +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 66, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: group[0:1] == ab +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 66, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 66, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: group[0:1] == ab +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = b from target string +urgency: 85.92, number: 3, bin: 6 +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +destination: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[0:1] == ab +lost fight with group[0:1] == ab +failed to break Groups: Fizzle +initial : relevance = 66, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[0:1] == ab +lost fight with group[0:1] == ab +failed to break Groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 66, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[0:1] == ab +won fight with group[0:1] == ab +broke the Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = b from target string +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[1:2] == ba from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = a from target string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: a +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: a +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[1:2] == ba from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = d from target string +destination: group[1:2] == ba +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = d from target string +destination: group[1:2] == ba +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +posting bottom up codelets +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = d from target string +destination: group[1:2] == ba +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[1:2] == ba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +object chosen = a from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +destination: d +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 61.6, number: 2, bin: 5 +object chosen = b from target string +urgency: 61.6, number: 2, bin: 5 +object chosen = b from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = d from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +top_down_bond_scout__category +initial : relevance = 100, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = a from initial string +initial : relevance = 100, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 61.6, number: 2, bin: 5 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +urgency: 100.0, number: 2, bin: 7 +urgency: 61.6, number: 2, bin: 5 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = d from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: d +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and a +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +no incompatible groups +building bond predecessor bond between b and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +building bond successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[1:2] == ba from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +urgency: 89.44, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 78.88000000000001, number: 1, bin: 6 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 78.88000000000001, number: 1, bin: 6 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 78.88000000000001, number: 1, bin: 6 +urgency: 78.88000000000001, number: 1, bin: 6 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 89.44, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +object chosen = group[1:2] == ba from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 89.44, number: 2, bin: 7 +object chosen = group[1:2] == ba from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=94 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +object chosen = d from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +destination: group[1:2] == ba +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = b from target string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[1:2] == ba from target string +destination: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +possible group: successor bond between b and a +trying from b to successor +proposing group from b to a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = d from target string +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +won fight with group[1:2] == ba +broke the groups +building bond predecessor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=96 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=89 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=89 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +object chosen = group[1:2] == ba from target string +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and a +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = b from target string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from target string +object chosen = group[1:2] == ba from target string +destination: d +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +destination: d +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +no incompatible bonds +won fight with group[1:2] == ba +lost fight with group[1:2] == ba +failed to break Groups: Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 61.6, number: 2, bin: 5 +object chosen = group[1:2] == ba from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +to object: d +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: d +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: d, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = a from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: d +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from target string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = d +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 89.44, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: d +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: d +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +object chosen = group[1:2] == ba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +object chosen = b from target string +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = a from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 89.44, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = d from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = d from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = a from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +object chosen = d from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +object chosen = a from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = b from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = b from target string +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 61.6, number: 2, bin: 5 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = b from target string +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +object chosen = d from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and a from other string +bond strength = 48 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +object chosen = b from initial string +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = d from target string +object chosen = group[1:2] == ba from target string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +object chosen = group[1:2] == ba from target string +object chosen = d from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from b to predecessor +proposing group from b to a +object chosen = b from target string +object chosen = group[1:2] == ba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +building bond successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = d from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and a +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = a from target string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[1:2] == ba from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: b, destination: d +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +won fight with group[1:2] == ba +broke the groups +building bond predecessor bond between b and a +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = d from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = group[1:2] == ba from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +no firstBond2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from target string +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = d from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: a +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: a +object chosen = b from target string +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = d from target string +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: a +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and a +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and a +building bond predecessor bond between b and a +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = b from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +possible group: predecessor bond between b and a +trying from a to predecessor +proposing group from b to a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = b from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and a +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and a from other string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and a from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = d from target string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +won fight with predecessor bond between b and a +broke the bonds +no incompatible groups +building bond successor bond between b and a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +object chosen = group[1:2] == ba from target string +object chosen = b from target string +destination: d +chosen bond facet: letterCategory +Source: b, destination: d +source descriptor: B +destination descriptor: D +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between b and a +possible group: successor bond between b and a +trying from a to successor +proposing group from b to a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 61.6, number: 2, bin: 5 +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = d from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = b from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == ba from target string +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and a +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == ba from target string +no incompatible bonds +won fight with group[1:2] == ba +lost fight with group[1:2] == ba +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = d from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == ba, destination: d +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: d, destination: group[1:2] == ba +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == ba +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +won fight with successor bond between b and a +broke the bonds +won fight with group[1:2] == ba +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and a +building bond predecessor bond between b and a +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between b and a +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 1 +predecessor bond between b and a +lost fight with predecessor bond between b and a +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = a from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from target string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = successor bond between b and a from other string +bond strength = 48 for successor bond between b and a +object chosen = group[0:2] == abc from initial string +object chosen = a from target string +object chosen = c from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = d from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: d, destination: b +object chosen = b from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = d from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = a from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: d +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 0 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and a from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +to object: d +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = d from target string +destination: b +chosen bond facet: letterCategory +Source: d, destination: b +source descriptor: D +destination descriptor: B +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and a from other string +bond strength = 91 for predecessor bond between b and a +succeeded: posting bond-builder +object chosen = group[1:2] == ba from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and a from other string +bond strength = 91 for successor bond between b and a +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +object chosen = successor bond between b and a from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and a from other string +number of incompatibleBonds: 1 +successor bond between b and a +lost fight with successor bond between b and a +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +object chosen = group[1:2] == ba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: d +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: d, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for direction +source chosen = d +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b diff --git a/copycat/codeletMethods.py b/copycat/codeletMethods.py index dad3924..62529a0 100644 --- a/copycat/codeletMethods.py +++ b/copycat/codeletMethods.py @@ -75,8 +75,10 @@ def __structureVsStructure(structure1, weight1, structure2, weight2): temperature = ctx.temperature structure1.updateStrength() structure2.updateStrength() + #TODO: use entropy weightedStrength1 = temperature.getAdjustedValue( structure1.totalStrength * weight1) + #TODO: use entropy weightedStrength2 = temperature.getAdjustedValue( structure2.totalStrength * weight2) return random.weighted_greater_than(weightedStrength1, weightedStrength2) @@ -112,6 +114,7 @@ def __slippability(ctx, conceptMappings): temperature = ctx.temperature for mapping in conceptMappings: slippiness = mapping.slippability() / 100.0 + #TODO: use entropy probabilityOfSlippage = temperature.getAdjustedProbability(slippiness) if random.coinFlip(probabilityOfSlippage): return True @@ -123,6 +126,7 @@ def breaker(ctx, codelet): random = ctx.random temperature = ctx.temperature workspace = ctx.workspace + #TODO: use entropy probabilityOfFizzle = (100.0 - temperature.value()) / 100.0 if random.coinFlip(probabilityOfFizzle): return @@ -139,6 +143,7 @@ def breaker(ctx, codelet): breakObjects += [structure.source.group] # Break all the objects or none of them; this matches the Java for structure in breakObjects: + #TODO: use entropy breakProbability = temperature.getAdjustedProbability( structure.totalStrength / 100.0) if random.coinFlip(breakProbability): @@ -161,6 +166,7 @@ def similarPropertyLinks(ctx, slip_node): result = [] for slip_link in slip_node.propertyLinks: association = slip_link.degreeOfAssociation() / 100.0 + #TODO:use entropy probability = temperature.getAdjustedProbability(association) if random.coinFlip(probability): result += [slip_link] @@ -216,6 +222,7 @@ def description_strength_tester(ctx, codelet): description.descriptor.buffer = 100.0 description.updateStrength() strength = description.totalStrength + #TODO: use entropy probability = temperature.getAdjustedProbability(strength / 100.0) assert random.coinFlip(probability) coderack.newCodelet('description-builder', strength, [description]) @@ -361,6 +368,7 @@ def rule_strength_tester(ctx, codelet): temperature = ctx.temperature rule = codelet.arguments[0] rule.updateStrength() + #TODO: use entropy probability = temperature.getAdjustedProbability(rule.totalStrength / 100.0) if random.coinFlip(probability): coderack.newCodelet('rule-builder', rule.totalStrength, [rule]) @@ -463,6 +471,7 @@ def bond_strength_tester(ctx, codelet): __showWhichStringObjectIsFrom(bond) bond.updateStrength() strength = bond.totalStrength + #Todo: use entropy probability = temperature.getAdjustedProbability(strength / 100.0) logging.info('bond strength = %d for %s', strength, bond) assert random.coinFlip(probability) @@ -745,6 +754,7 @@ def group_strength_tester(ctx, codelet): __showWhichStringObjectIsFrom(group) group.updateStrength() strength = group.totalStrength + #TODO: use entropy probability = temperature.getAdjustedProbability(strength / 100.0) if random.coinFlip(probability): # it is strong enough - post builder & activate nodes @@ -872,6 +882,7 @@ def rule_translator(ctx, codelet): bondDensity = min(bondDensity, 1.0) weights = __getCutoffWeights(bondDensity) cutoff = 10.0 * random.weighted_choice(list(range(1, 11)), weights) + #TODO: use entropy if cutoff >= temperature.actual_value: result = workspace.rule.buildTranslatedRule() if result is not None: @@ -928,6 +939,7 @@ def important_object_correspondence_scout(ctx, codelet): coderack = ctx.coderack random = ctx.random slipnet = ctx.slipnet + #TODO: use entropy temperature = ctx.temperature workspace = ctx.workspace objectFromInitial = chooseUnmodifiedObject(ctx, 'relativeImportance', @@ -998,6 +1010,7 @@ def correspondence_strength_tester(ctx, codelet): objectFromTarget.flipped_version()))) correspondence.updateStrength() strength = correspondence.totalStrength + #TODO: use entropy probability = temperature.getAdjustedProbability(strength / 100.0) if random.coinFlip(probability): # activate some concepts diff --git a/copycat/coderack.py b/copycat/coderack.py index fb58e2a..8687c2c 100644 --- a/copycat/coderack.py +++ b/copycat/coderack.py @@ -83,6 +83,7 @@ class Coderack(object): if 'correspondence' in codeletName: return workspace.interStringUnhappiness / 100.0 if 'description' in codeletName: + #TODO: use entropy return (temperature.value() / 100.0) ** 2 return workspace.intraStringUnhappiness / 100.0 @@ -161,6 +162,8 @@ class Coderack(object): urgency = 3 if codeletName == 'breaker': urgency = 1 + + #TODO: use entropy if temperature.value() < 25.0 and 'translator' in codeletName: urgency = 5 for _ in range(howMany): @@ -287,6 +290,8 @@ class Coderack(object): random = self.ctx.random temperature = self.ctx.temperature assert self.codelets + + #TODO: use entropy scale = (100.0 - temperature.value() + 10.0) / 15.0 chosen = random.weighted_choice(self.codelets, [codelet.urgency ** scale for codelet in self.codelets]) self.removeCodelet(chosen) diff --git a/copycat/curses_reporter.py b/copycat/curses_reporter.py index 08f24db..1bd224a 100644 --- a/copycat/curses_reporter.py +++ b/copycat/curses_reporter.py @@ -239,6 +239,7 @@ class CursesReporter(Reporter): w.border() w.refresh() + #TODO: use entropy def report_temperature(self, temperature): self.do_keyboard_shortcuts() w = self.temperatureWindow diff --git a/copycat/group.py b/copycat/group.py index 015dae3..0d3abb4 100644 --- a/copycat/group.py +++ b/copycat/group.py @@ -96,6 +96,7 @@ class Group(WorkspaceObject): support = self.localSupport() / 100.0 activation = slipnet.length.activation / 100.0 supportedActivation = (support * activation) ** exp + #TODO: use entropy return temperature.getAdjustedProbability(supportedActivation) def flippedVersion(self): @@ -130,6 +131,7 @@ class Group(WorkspaceObject): cubedlength = length ** 3 fred = cubedlength * (100.0 - slipnet.length.activation) / 100.0 probability = 0.5 ** fred + #TODO: use entropy value = temperature.getAdjustedProbability(probability) if value < 0.06: value = 0.0 diff --git a/copycat/workspace.py b/copycat/workspace.py index 3e5228a..fa679cf 100644 --- a/copycat/workspace.py +++ b/copycat/workspace.py @@ -82,6 +82,7 @@ class Workspace(object): self.initial.updateIntraStringUnhappiness() self.target.updateIntraStringUnhappiness() + #TODO: use entropy def getUpdatedTemperature(self): self.calculateIntraStringUnhappiness() self.calculateInterStringUnhappiness() From 0a54c0ee8324b982860f2c633dcac9d9536f800d Mon Sep 17 00:00:00 2001 From: Alexandre Linhares Date: Wed, 6 Sep 2017 16:06:58 -0300 Subject: [PATCH 06/52] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bade19f..dc4fd6b 100644 --- a/README.md +++ b/README.md @@ -82,3 +82,10 @@ $ python ``` The result of `run` is a dict containing the same information as was printed by `main.py` above. + + + +Questions +--------- + +1. Why are codelets **NOT** implemented through lambda? From 36a1a31fe220639a2d5e4f27bfe9f9f7669ff697 Mon Sep 17 00:00:00 2001 From: Alexandre Linhares Date: Thu, 7 Sep 2017 19:26:10 -0300 Subject: [PATCH 07/52] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index dc4fd6b..48287a9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ co.py.cat ========= -**Dear potential co-authors,** - -I am planning to use this codebase, or Joseph A. Hager's, to implement a variation of Copycat that uses Entropy instead of Temperature and still preserves the parallel terraced scan in full form. If the change is viable, I plan to write a paper on that. For the general idea, please see pages 41 and 42 of the [*Information Sciences*](https://github.com/Alex-Linhares/FARGlexandria/blob/master/Literature/Chess-Capyblanca-2014-Linhares-Information%20Sciences.pdf) paper on [Capyblanca](https://github.com/Alex-Linhares/FARGlexandria). +I am planning to use this codebase, or Joseph A. Hager's, to implement a variation of Copycat that uses *Entropy* instead of *Temperature*, while still preserving the parallel terraced scan in full form. If the change is viable, I plan to write a paper on that (if anyone is interested in co-authoring, let me know). For the general idea, please see pages 41 and 42 of the [*Information Sciences*](https://github.com/Alex-Linhares/FARGlexandria/blob/master/Literature/Chess-Capyblanca-2014-Linhares-Information%20Sciences.pdf) paper on [Capyblanca](https://github.com/Alex-Linhares/FARGlexandria). **If you would like to help research and publish a paper, please let me know.** From 0905d356806cce92056c7d8aad9841fd2cf2f751 Mon Sep 17 00:00:00 2001 From: Alexandre Linhares Date: Thu, 7 Sep 2017 19:26:10 -0300 Subject: [PATCH 08/52] start work om distributed decision making --- README.md | 4 +- copycat.log | 304866 ++++++++++++++++++++--------------- copycat/codeletMethods.py | 6 +- copycat/tests.py | 6 +- main.py | 3 + 5 files changed, 176596 insertions(+), 128289 deletions(-) diff --git a/README.md b/README.md index dc4fd6b..48287a9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ co.py.cat ========= -**Dear potential co-authors,** - -I am planning to use this codebase, or Joseph A. Hager's, to implement a variation of Copycat that uses Entropy instead of Temperature and still preserves the parallel terraced scan in full form. If the change is viable, I plan to write a paper on that. For the general idea, please see pages 41 and 42 of the [*Information Sciences*](https://github.com/Alex-Linhares/FARGlexandria/blob/master/Literature/Chess-Capyblanca-2014-Linhares-Information%20Sciences.pdf) paper on [Capyblanca](https://github.com/Alex-Linhares/FARGlexandria). +I am planning to use this codebase, or Joseph A. Hager's, to implement a variation of Copycat that uses *Entropy* instead of *Temperature*, while still preserving the parallel terraced scan in full form. If the change is viable, I plan to write a paper on that (if anyone is interested in co-authoring, let me know). For the general idea, please see pages 41 and 42 of the [*Information Sciences*](https://github.com/Alex-Linhares/FARGlexandria/blob/master/Literature/Chess-Capyblanca-2014-Linhares-Information%20Sciences.pdf) paper on [Capyblanca](https://github.com/Alex-Linhares/FARGlexandria). **If you would like to help research and publish a paper, please let me know.** diff --git a/copycat.log b/copycat.log index d78d333..ffd33bd 100644 --- a/copycat.log +++ b/copycat.log @@ -1,10 +1,3 @@ -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond urgency: 100.0, number: 1, bin: 7 object chosen = a from initial string destination: b @@ -13,9 +6,2175 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string object chosen = successor bond between b and c from other string bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: j +object chosen = k from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = Correspondence between c and k from other string +object chosen = c from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[0:1] == ab from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +object chosen = group[1:2] == jk from target string +object chosen = group[1:2] == bc from initial string +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = b from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[1:2] == jk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = a from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = k from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = j from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = c +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between b and c +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == bc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets object chosen = i from target string destination: j chosen bond facet: letterCategory @@ -25,6 +2184,10 @@ destination descriptor: J proposing successor bond urgency: 23.200000000000003, number: 1, bin: 2 urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 object chosen = c from initial string destination: b chosen bond facet: letterCategory @@ -33,6 +2196,17082 @@ source descriptor: C destination descriptor: B proposing predecessor bond urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = k +no firstBond +no firstBond2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = j from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: j +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = i from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = i from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = a from initial string +object chosen = i from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = Correspondence between c and k from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = Correspondence between c and k from other string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +object chosen = k from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = b from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = group[0:1] == ij from target string +object chosen = c from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=84 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=84 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=84 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond successor bond between i and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = b from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +urgency: 24.1, number: 2, bin: 2 +object chosen = j from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = i from target string +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == jk from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = Correspondence between b and j from other string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = group[1:2] == jk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from j to k +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: j, destination: i +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == jk, destination: i +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == jk +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +object chosen = group[1:2] == jk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +to object: group[1:2] == jk +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == jk, destination: i +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == jk, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: i, destination: group[1:2] == jk +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +lost fight with group[1:2] == jk +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = group[1:2] == jk from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: i, destination: group[1:2] == jk +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[1:2] == jk +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +to object: k +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from j to k +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 95 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[1:2] == jk from target string +object chosen = i from target string +destination: group[1:2] == jk +object chosen = predecessor bond between b and c from other string +initial : relevance = 0, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +won fight with group[1:2] == jk +broke the groups +building bond predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == jk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = a from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[1:2] == jk from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ij from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = b from initial string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = k from target string +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: k +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = k from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +object chosen = b from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = k from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: i +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = k +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +posting bottom up codelets +object chosen = b from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = k from target string +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = b from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = group[1:2] == jk from target string +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = a from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = a from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = i from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +object chosen = successor bond between i and j from other string +bond strength = 78 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[0:2] == ijk from target string +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = j +no firstBond +no firstBond2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = successor bond between b and c from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +object chosen = a from initial string +object chosen = a from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = j +no firstBond +no firstBond2 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = i from target string +object chosen = k from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ij from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = i from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = i from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = predecessor bond between i and j from other string +object chosen = predecessor bond between i and j from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = predecessor bond between j and k from other string +object chosen = j from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = b from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between j and k +no firstBond2 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 78 for successor bond between i and j +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 78 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +object chosen = j from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = b from initial string +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = k from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = k from target string +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = a from initial string +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = predecessor bond between b and c from other string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = group[1:2] == jk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: b +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +posting bottom up codelets +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between b and c +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=94 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between j and k +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: b +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +broke the bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +object chosen = k from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:1] == ij from target string +object chosen = group[0:1] == ij from target string +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond predecessor bond between i and j +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: group[0:1] == ij +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +object chosen = group[1:2] == jk from target string +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=18 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=18 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=18 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +destination: k +object chosen = group[0:1] == ij from target string +destination: k +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[0:1] == ij +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = j from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +to object: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +to object: group[0:1] == ij +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: group[0:1] == ij, destination: k +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +to object: k +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: group[0:1] == ij, destination: k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: group[0:1] == ij, destination: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +object chosen = k from target string +destination: group[0:1] == ij +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: group[0:1] == ij, destination: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: group[0:1] == ij, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: group[0:1] == ij, destination: k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +to object: group[0:1] == ij +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: group[0:1] == ij, destination: k +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +destination: k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: k, destination: group[0:1] == ij +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = k from target string +destination: group[0:1] == ij +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: group[0:1] == ij, destination: k +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +to object: group[0:1] == ij +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: group[0:1] == ij +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:1] == ij +broke the groups +building bond successor bond between i and j +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = j from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = k from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = j from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = k from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = j from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +object chosen = group[1:2] == jk from target string +no incompatible bonds +won fight with group[0:2] == ijk +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = i from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +initial : relevance = 100, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = j from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = c from initial string +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = successor bond between a and b from other string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = c +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = b from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = k from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +object chosen = c from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = group[0:1] == ij from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +no incompatible Groups +building group +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +won fight with successor bond between j and k +won fight with successor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +won fight with group[0:2] == ijk +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets object chosen = j from target string @@ -44,14 +19283,612 @@ destination descriptor: I proposing predecessor bond object chosen = predecessor bond between i and j from other string bond strength = 48 for predecessor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder +already exists: activate descriptors & Fizzle +object chosen = i from target string object chosen = successor bond between i and j from other string bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between j and k +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = k from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond urgency: 100.0, number: 1, bin: 7 object chosen = j from target string destination: k @@ -62,20 +19899,13 @@ destination descriptor: K proposing successor bond object chosen = successor bond between j and k from other string bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = c from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond object chosen = b from initial string destination: c chosen bond facet: letterCategory @@ -83,55 +19913,9 @@ Source: b, destination: c source descriptor: B destination descriptor: C proposing successor bond -object chosen = k from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 object chosen = c from initial string destination: b chosen bond facet: letterCategory @@ -139,455 +19923,102 @@ Source: c, destination: b source descriptor: C destination descriptor: B proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +object chosen = a from initial string object chosen = predecessor bond between b and c from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond predecessor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j +object chosen = i from target string +object chosen = b from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond object chosen = successor bond between b and c from other string bond strength = 48 for successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k +bond strength = 91 for predecessor bond between j and k succeeded: posting bond-builder object chosen = b from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between a and b -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder object chosen = predecessor bond between j and k from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond predecessor bond between j and k -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 95 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b object chosen = group[1:2] == bc from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:1] == ij from target string -destination: k -object chosen = predecessor bond between i and j from other string -bond strength = 95 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 95 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +object chosen = i from target string Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 95 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -object chosen = c from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: group[0:1] == ij -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:1] == ij from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j object chosen = successor bond between b and c from other string number of incompatibleBonds: 1 predecessor bond between b and c @@ -597,730 +20028,77 @@ no incompatible groups trying to break incompatible correspondences won fight with Correspondence between c and k building bond successor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between i and j from other string -bond strength = 95 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[1:2] == bc from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -won fight with group[0:1] == ij -lost fight with group[0:1] == ij -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group object chosen = k from target string -destination: group[0:1] == ij -initial : relevance = 0, unhappiness=78 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction source chosen = k firstBond: predecessor bond between j and k possible group: predecessor bond between j and k trying from k to predecessor -proposing group from i to k -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +proposing group from j to k urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k +object chosen = group[1:2] == jk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b object chosen = predecessor bond between b and c from other string bond strength = 91 for predecessor bond between b and c succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -lost fight with group[0:1] == ab -failed to break Groups: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 95 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[0:1] == ab -lost fight with group[0:1] == ab -failed to break Groups: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[0:1] == ab -lost fight with group[0:1] == ab -failed to break Groups: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:1] == ab from initial string -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[0:1] == ab -won fight with group[0:1] == ab -broke the Groups -building group object chosen = predecessor bond between b and c from other string number of incompatibleBonds: 1 successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and c urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = j from target string +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -1328,201 +20106,173 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j firstBond: predecessor bond between j and k -no firstBond2 +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = c from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between j and k +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[1:2] == jk from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = group[1:2] == jk from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c +no firstBond2 object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 object chosen = predecessor bond between b and c from other string number of incompatibleBonds: 1 successor bond between b and c @@ -1531,6 +20281,618 @@ broke the bonds won fight with group[0:2] == abc broke the groups building bond predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +destination: group[1:2] == jk +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=79 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=79 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == jk, destination: i +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: i, destination: group[1:2] == jk +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between a and b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between a and b +broke the bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between j and k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == jk from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = b from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle object chosen = b from initial string destination: c chosen bond facet: letterCategory @@ -1538,22 +20900,346 @@ Source: b, destination: c source descriptor: B destination descriptor: C proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=15 +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c +bond strength = 96 for successor bond between b and c succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = k from target string +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 urgency: 100.0, number: 1, bin: 7 object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +object chosen = a from initial string +object chosen = k from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = Correspondence between a and i from other string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = Correspondence between c and group[1:2] == jk from other string +object chosen = successor bond between i and j from other string +object chosen = Correspondence between group[0:2] == abc and group[0:2] == ijk from other string +posting bottom up codelets +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = Correspondence between a and i from other string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c object chosen = b from initial string destination: a chosen bond facet: letterCategory @@ -1562,69 +21248,1345 @@ source descriptor: B destination descriptor: A proposing predecessor bond object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c +successor bond between a and b +lost fight with successor bond between a and b failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +object chosen = k from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction source chosen = a firstBond: successor bond between a and b possible group: successor bond between a and b trying from a to successor proposing group from a to b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: i +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets object chosen = predecessor bond between a and b from other string number of incompatibleBonds: 1 successor bond between a and b -won fight with successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between j and k from other string +bond strength = 78 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=94 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = i from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = Correspondence between c and k from other string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +posting bottom up codelets +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j broke the bonds no incompatible groups -building bond predecessor bond between a and b -object chosen = group[0:1] == ab from initial string -object chosen = group[0:1] == ab from initial string +building bond predecessor bond between i and j urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = b from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle object chosen = predecessor bond between i and j from other string bond strength = 96 for predecessor bond between i and j succeeded: posting bond-builder -initial : relevance = 100, unhappiness=79 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 target : relevance = 100, unhappiness=15 target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction source chosen = k @@ -1632,21 +22594,246 @@ firstBond: predecessor bond between j and k possible group: predecessor bond between j and k trying from k to predecessor proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -initial : relevance = 100, unhappiness=78 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 78 for predecessor bond between j and k +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between i and j from other string +bond strength = 78 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder object chosen = predecessor bond between i and j from other string already exists: activate descriptors & Fizzle object chosen = c from initial string @@ -1656,103 +22843,2237 @@ Source: c, destination: b source descriptor: C destination descriptor: B proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = b firstBond: predecessor bond between b and c possible group: predecessor bond between b and c trying from b to predecessor proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b object chosen = predecessor bond between b and c from other string bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between b and c from other string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: k +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +posting bottom up codelets +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder urgency: 100.0, number: 1, bin: 7 object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder +bond strength = 48 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = k from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 33, unhappiness=92 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: group[0:1] == ij +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 33, unhappiness=92 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 33, unhappiness=92 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = group[0:1] == ij from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ij +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:1] == ij from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ij +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = group[1:2] == jk from target string +object chosen = i from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[0:1] == ij from target string +destination: k +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +won fight with group[0:1] == ij +won fight with group[0:1] == ij +broke the Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string object chosen = group[0:2] == ijk from target string already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle object chosen = successor bond between j and k from other string bond strength = 91 for successor bond between j and k succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[1:2] == jk from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = k from target string +object chosen = group[1:2] == jk from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from j to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: predecessor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string no incompatible bonds no incompatible Groups building group -object chosen = c from initial string -initial : relevance = 100, unhappiness=78 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == jk from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +object chosen = group[1:2] == jk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = i from target string +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +object chosen = i from target string +object chosen = group[1:2] == jk from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = b firstBond: predecessor bond between a and b possible group: predecessor bond between a and b trying from b to predecessor proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder object chosen = successor bond between j and k from other string number of incompatibleBonds: 1 predecessor bond between j and k @@ -1762,176 +25083,68 @@ won fight with group[0:2] == ijk broke the groups trying to break incompatible correspondences lost fight with Correspondence between c and k -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j object chosen = j from target string -destination: i +destination: k chosen bond facet: letterCategory -Source: j, destination: i +Source: j, destination: k source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string +object chosen = successor bond between j and k from other string number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j +predecessor bond between j and k +won fight with predecessor bond between j and k broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = a from initial string +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j +source chosen = k firstBond: predecessor bond between j and k possible group: predecessor bond between j and k -trying from j to predecessor +trying from k to predecessor proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a object chosen = predecessor bond between a and b from other string bond strength = 96 for predecessor bond between a and b succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string object chosen = predecessor bond between a and b from other string already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction source chosen = j firstBond: predecessor bond between i and j @@ -1939,82 +25152,10 @@ possible group: predecessor bond between i and j trying from j to predecessor proposing group from i to k object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 object chosen = k from target string destination: j chosen bond facet: letterCategory @@ -2022,13 +25163,20 @@ Source: k, destination: j source descriptor: K destination descriptor: J proposing predecessor bond -object chosen = c from initial string +object chosen = a from initial string destination: b chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C +Source: a, destination: b +source descriptor: A destination descriptor: B -proposing predecessor bond +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond object chosen = b from initial string destination: c chosen bond facet: letterCategory @@ -2036,8 +25184,41 @@ Source: b, destination: c source descriptor: B destination descriptor: C proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond object chosen = predecessor bond between j and k from other string bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c succeeded: posting bond-builder object chosen = b from initial string destination: a @@ -2046,26 +25227,26 @@ Source: b, destination: a source descriptor: B destination descriptor: A proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between a and b from other string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between b and c from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c +building bond successor bond between b and c object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b object chosen = k from target string destination: j chosen bond facet: letterCategory @@ -2073,13 +25254,138 @@ Source: k, destination: j source descriptor: K destination descriptor: J proposing predecessor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = k +no firstBond +no firstBond2 +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: i object chosen = i from target string destination: j chosen bond facet: letterCategory @@ -2087,21 +25393,125 @@ Source: i, destination: j source descriptor: I destination descriptor: J proposing successor bond -object chosen = predecessor bond between b and c from other string +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +object chosen = Correspondence between a and i from other string +object chosen = successor bond between i and j from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c +building bond successor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = b from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string +object chosen = predecessor bond between i and j from other string number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k +successor bond between i and j +won fight with successor bond between i and j broke the bonds no incompatible groups -building bond predecessor bond between j and k +building bond predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ij from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k urgency: 100.0, number: 1, bin: 7 object chosen = k from target string destination: j @@ -2110,18 +25520,657 @@ Source: k, destination: j source descriptor: K destination descriptor: J proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string +object chosen = successor bond between i and j from other string already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = c from initial string +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +object chosen = j from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 @@ -2130,22 +26179,31 @@ initial : relevance = 100, unhappiness=78 target : relevance = 50, unhappiness=89 target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond to object: j -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle initial : relevance = 0, unhappiness=78 target : relevance = 0, unhappiness=89 initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder initial : relevance = 100, unhappiness=78 target : relevance = 50, unhappiness=89 initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction @@ -2160,292 +26218,139 @@ Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 top_down_bond_scout__category initial : relevance = 100, unhappiness=78 target : relevance = 50, unhappiness=89 initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder +source: a, destination: b object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 object chosen = group[0:2] == abc from initial string no incompatible bonds no incompatible Groups building group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = i from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = group[1:2] == jk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 +building bond predecessor bond between j and k +object chosen = c from initial string object chosen = predecessor bond between i and j from other string bond strength = 96 for predecessor bond between i and j succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=78 target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction @@ -2454,111 +26359,242 @@ firstBond: predecessor bond between i and j possible group: predecessor bond between i and j trying from i to predecessor proposing group from i to k +object chosen = j from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = b from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle top_down_bond_scout__category initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=78 target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond source: i, destination: j -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder +already exists: activate descriptors & Fizzle object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string object chosen = group[0:2] == ijk from target string no incompatible bonds no incompatible Groups building group -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder object chosen = group[0:2] == ijk from target string already exists...activate descriptors & fizzle Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -top_down_bond_scout__category +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = i from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 target string selected: ijk with 3 letters, 4 objects, 2 bonds for group object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets object chosen = group[0:2] == abc from initial string +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string already exists...activate descriptors & fizzle initial : relevance = 0, unhappiness=15 target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 top_down_bond_scout__category initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 @@ -2570,35 +26606,21622 @@ succeeded: posting bond-builder object chosen = predecessor bond between j and k from other string already exists: activate descriptors & Fizzle object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder posting bottom up codelets initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = a from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = group[1:2] == jk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == jk, destination: i +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=82 target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond to object: i +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == jk, destination: i +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 95 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 95 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == jk, destination: i +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == jk from target string +destination: i +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: group[1:2] == jk +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 95 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +no incompatible bonds +won fight with group[1:2] == jk +lost fight with group[1:2] == jk +failed to break Groups: Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between a and b +object chosen = group[0:2] == ijk from target string +no incompatible bonds +won fight with group[1:2] == jk +won fight with group[1:2] == jk +broke the Groups +building group +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[1:2] == bc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = b from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond successor bond between i and j +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle object chosen = successor bond between b and c from other string number of incompatibleBonds: 1 predecessor bond between b and c lost fight with predecessor bond between b and c failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = group[1:2] == jk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:1] == ab from initial string +object chosen = group[1:2] == jk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = j from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +object chosen = group[0:1] == ab from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = group[1:2] == jk from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[1:2] == jk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = group[0:1] == ij from target string +destination: k +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: group[0:1] == ij +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: group[0:1] == ij +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:1] == ij from target string +destination: k +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:1] == ij +failed to break Groups: Fizzle +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:1] == ij +failed to break Groups: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: group[0:1] == ij +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: group[0:1] == ij +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +destination: k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +object chosen = group[0:1] == ij from target string +destination: k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 95 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +won fight with group[0:1] == ij +won fight with group[0:1] == ij +broke the Groups +building group +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between c and k from other string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = j from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = k from target string +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = i from target string +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = b from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = Correspondence between a and i from other string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = group[0:1] == ij from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +lost fight with group[0:1] == ij +failed to break Groups: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ij +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +won fight with group[0:1] == ij +won fight with group[0:1] == ij +broke the Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == ijk from target string +won fight with successor bond between j and k +broke the bonds +no incompatible Groups +building group +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +object chosen = b from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = j from target string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i object chosen = predecessor bond between i and j from other string bond strength = 96 for predecessor bond between i and j succeeded: posting bond-builder object chosen = predecessor bond between i and j from other string already exists: activate descriptors & Fizzle urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = k from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = a from initial string +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = a from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = a from initial string +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:1] == ij from target string +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:1] == ab from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = group[0:1] == ij from target string +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +object chosen = group[1:2] == jk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +object chosen = c from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:1] == ab from initial string +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between j and k from other string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: j +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = j from target string +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: b +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: i +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = b from initial string +object chosen = i from target string +object chosen = j from target string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = i from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: j +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from j to k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between j and k +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = j from target string +object chosen = k from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = group[1:2] == bc from initial string +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = i from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ij from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: b +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = i from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond initial : relevance = 0, unhappiness=15 target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +object chosen = a from initial string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = Correspondence between a and i from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = k from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = i from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +object chosen = k from target string +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond predecessor bond between j and k +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = k from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = b from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:1] == ab from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = a from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between a and b +initial : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = c from initial string +object chosen = i from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = b from initial string +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = k from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between j and k from other string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +object chosen = c from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: j +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = i from target string +object chosen = a from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = j from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = i from target string +object chosen = i from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = j from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +won fight with predecessor bond between a and b +broke the bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +urgency: 24.1, number: 2, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = a from initial string +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = j from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond successor bond between i and j +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = k from target string +object chosen = successor bond between b and c from other string +object chosen = predecessor bond between j and k from other string +object chosen = Correspondence between a and i from other string +object chosen = Correspondence between b and j from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:1] == ij from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ij from target string +destination: k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ij +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=80 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ij +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 65 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=80 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: group[0:1] == ij, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: group[0:1] == ij, destination: k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = j +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = group[1:2] == jk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == jk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = group[0:1] == ij from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: successor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = k from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +object chosen = group[0:2] == ijk from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = c from initial string +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = c from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = group[0:1] == ab from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = k from target string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = i from target string +object chosen = k from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:1] == ij from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = j from target string +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +object chosen = b from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = k from target string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = c from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = a from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=100 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=100 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = j from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between a and b from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = j +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = c from initial string +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = i from target string +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = j from target string +object chosen = i from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = i from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[1:2] == jk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = i from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = a from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = a from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +object chosen = b from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: predecessor bond between i and j +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +object chosen = j from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = i from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = group[1:2] == jk from target string +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = Correspondence between a and i from other string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = a from initial string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between a and b +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from j to k +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = j from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 69 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = k from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = k from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = j +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = j from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = group[1:2] == jk from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b top_down_bond_scout__category initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 @@ -2609,11 +48232,9479 @@ bond strength = 96 for predecessor bond between a and b succeeded: posting bond-builder object chosen = predecessor bond between a and b from other string already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = Correspondence between c and k from other string +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = j from target string +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +object chosen = group[0:1] == ij from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = group[1:2] == jk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = group[0:1] == ij from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[1:2] == bc from initial string +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +no incompatible Groups +building group +object chosen = group[1:2] == jk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ab from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[1:2] == bc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = c from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 33, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 33, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:1] == ab from initial string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: group[0:1] == ab +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ab from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +destination: group[0:1] == ab +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:1] == ab +broke the groups +building bond predecessor bond between a and b +object chosen = b from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: successor bond between j and k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 33, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 33, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 33, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 33, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 33, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +object chosen = group[0:1] == ab from initial string +destination: c +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = c from initial string +destination: group[0:1] == ab +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +object chosen = group[0:1] == ab from initial string +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:1] == ab +failed to break Groups: Fizzle +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +object chosen = group[1:2] == bc from initial string +no incompatible bonds +won fight with group[0:1] == ab +broke the Groups +building group +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 65 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = a from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[1:2] == bc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 33, unhappiness=94 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 33, unhappiness=94 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +object chosen = group[0:2] == ijk from target string +initial : relevance = 33, unhappiness=94 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=94 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: group[1:2] == bc +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: group[1:2] == bc +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +object chosen = group[0:1] == ab from initial string +object chosen = a from initial string +destination: group[1:2] == bc +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 65 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: group[1:2] == bc +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[1:2] == bc from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=94 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=94 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[1:2] == bc +failed to break Groups: Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[1:2] == bc +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=94 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=94 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:1] == ab from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = a from initial string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = b from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +object chosen = b from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = i from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 69 for predecessor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = a from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string initial : relevance = 0, unhappiness=15 target : relevance = 0, unhappiness=15 target string selected: ijk with 3 letters, 4 objects, 2 bonds for group Post top down: top-down-bond-scout--category, with urgency: 4 posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between i and j +broke the bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = i from target string +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = k from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = c from initial string +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = c from initial string +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = b from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = Correspondence between a and i from other string +object chosen = successor bond between a and b from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = c from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +object chosen = i from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between i and j from other string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 78 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = k from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 78 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +bond strength = 78 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 24.1, number: 2, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 24.1, number: 2, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = c from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = Correspondence between a and i from other string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = k from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = i from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = k from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = successor bond between j and k from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = group[0:1] == ij from target string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: j, destination: k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: i, destination: j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 66, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 66, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 66, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 66, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=78 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = j from target string +object chosen = successor bond between i and j from other string +bond strength = 95 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 95 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 95 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 95 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +won fight with group[0:1] == ij +won fight with group[0:1] == ij +broke the Groups +building group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = k from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = i from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = j from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: predecessor bond between i and j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: predecessor bond between i and j +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +object chosen = group[1:2] == bc from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = group[1:2] == bc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 33, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +initial : relevance = 33, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 33, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:1] == ab from initial string +initial : relevance = 33, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 33, unhappiness=94 +target : relevance = 33, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=94 +target : relevance = 33, unhappiness=94 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: k, destination: group[0:1] == ij +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == bc +no firstBond +no firstBond2 +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = group[0:1] == ab from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = b from initial string +object chosen = group[0:1] == ab from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: group[1:2] == bc +object chosen = group[0:1] == ij from target string +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between a and b +broke the bonds +won fight with group[1:2] == bc +won fight with group[1:2] == bc +broke the Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction +source chosen = group[0:1] == ij +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ij +no firstBond +no firstBond2 +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ij from target string +destination: k +object chosen = group[0:1] == ij from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:1] == ij +won fight with group[0:1] == ij +broke the Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +posting bottom up codelets object chosen = group[0:2] == ijk from target string object chosen = k from target string destination: j @@ -2622,7 +57713,2781 @@ Source: k, destination: j source descriptor: K destination descriptor: J proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[1:2] == bc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = a from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = i from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond object chosen = k from target string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: k +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for group +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = c from initial string +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = b from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +object chosen = b from initial string +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = group[0:1] == ij from target string +object chosen = group[0:1] == ij from target string +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[1:2] == jk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == jk +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[1:2] == jk from target string +destination: i +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == jk, destination: i +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == jk, destination: i +object chosen = i from target string +destination: group[1:2] == jk +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[1:2] == jk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: group[1:2] == jk, destination: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: group[1:2] == jk +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: group[1:2] == jk +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == jk, destination: i +object chosen = group[1:2] == jk from target string +destination: i +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = i from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +destination: i +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == jk, destination: i +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:1] == ij from target string +no incompatible bonds +won fight with group[1:2] == jk +broke the Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:1] == ij +won fight with group[0:1] == ij +broke the Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = group[1:2] == jk from target string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from j to k +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +object chosen = j from target string +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: i +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = Correspondence between a and i from other string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = i from target string +object chosen = group[1:2] == bc from initial string +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = i from target string +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets object chosen = group[0:2] == ijk from target string already exists...activate descriptors & fizzle initial : relevance = 100, unhappiness=15 @@ -2633,45 +60498,94 @@ firstBond: predecessor bond between b and c possible group: predecessor bond between b and c trying from b to predecessor proposing group from a to c -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string +object chosen = successor bond between a and b from other string number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j +predecessor bond between a and b +won fight with predecessor bond between a and b broke the bonds -won fight with group[0:2] == ijk +won fight with group[0:2] == abc broke the groups trying to break incompatible correspondences lost fight with Correspondence between a and i +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group top_down_bond_scout__category initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle urgency: 100.0, number: 2, bin: 7 object chosen = j from target string destination: i @@ -2683,8 +60597,54201 @@ proposing predecessor bond object chosen = predecessor bond between i and j from other string bond strength = 96 for predecessor bond between i and j succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle object chosen = predecessor bond between i and j from other string already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = j from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = k from target string +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = Correspondence between c and k from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = i from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = group[1:2] == jk from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = group[1:2] == jk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = group[1:2] == jk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[1:2] == jk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +lost fight with group[1:2] == jk +failed to break Groups: Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: group[1:2] == jk +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = i from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: group[1:2] == jk +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = i from target string +destination: group[1:2] == jk +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = b from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +object chosen = k from target string +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == jk from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:1] == ab from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = k from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = b from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = group[1:2] == bc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 33, unhappiness=84 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 33, unhappiness=84 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between j and k +no firstBond2 +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: group[1:2] == bc +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == bc +no firstBond +no firstBond2 +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between b and c from other string +bond strength = 95 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: group[1:2] == bc +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == bc +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +lost fight with group[1:2] == bc +failed to break Groups: Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[1:2] == bc +lost fight with group[1:2] == bc +failed to break Groups: Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[1:2] == bc +won fight with group[1:2] == bc +broke the Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between a and b from other string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = k from target string +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = j from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 100, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=84 +target : relevance = 100, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 100, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = b from initial string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +object chosen = a from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == jk from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = c from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +object chosen = b from initial string +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = group[1:2] == jk from target string +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: successor bond between j and k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +object chosen = k from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = k from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = c from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = a from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 2, bin: 7 +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: k +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +object chosen = k from target string +object chosen = group[1:2] == jk from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = j from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[1:2] == jk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = a from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = j from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = k from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = group[0:1] == ij from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +object chosen = c from initial string +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:1] == ij from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = group[1:2] == jk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == jk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = group[1:2] == jk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[1:2] == jk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:1] == ab +broke the groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:1] == ij from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = a from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[1:2] == jk from target string +object chosen = group[1:2] == jk from target string +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ab from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +initial : relevance = 0, unhappiness=78 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=78 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 95 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == jk, destination: i +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +lost fight with group[1:2] == jk +failed to break Groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +won fight with group[1:2] == jk +won fight with group[1:2] == jk +broke the Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = b from initial string +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = i from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 78 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = i from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = a from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = b from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = group[0:1] == ab from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = group[0:1] == ab from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = i from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = i from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +object chosen = successor bond between a and b from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = b from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = k from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = a from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +won fight with successor bond between j and k +broke the bonds +no incompatible Groups +building group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = i from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ab from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = j from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: j +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = k from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=84 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = c from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +object chosen = predecessor bond between i and j from other string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 69 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = i from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from j to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:1] == ij +lost fight with group[0:1] == ij +failed to break Groups: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 33, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=15 +target : relevance = 33, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: group[0:1] == ij +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between a and b +broke the bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +destination: group[0:1] == ij +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ij from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: group[0:1] == ij +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:1] == ij from target string +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ij from target string +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: group[0:1] == ij +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = k from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ij from target string +destination: k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ij +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ij from target string +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ij from target string +destination: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=92 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ij +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +object chosen = group[0:1] == ij from target string +destination: k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:1] == ij +broke the groups +building bond successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +object chosen = group[0:1] == ij from target string +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = c from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 65 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=94 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ij from target string +no incompatible bonds +won fight with group[0:1] == ij +won fight with group[0:1] == ij +broke the Groups +building group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +won fight with group[0:1] == ij +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between i and j +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 66, unhappiness=94 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=93 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=93 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=93 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond successor bond between i and j +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == jk from target string +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: b +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: k +object chosen = c from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = Correspondence between b and j from other string +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[0:1] == ab +won fight with group[0:1] == ab +broke the Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = j from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = Correspondence between b and j from other string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = j from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = i from target string +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = j from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = j from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = i from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = Correspondence between a and i from other string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = k from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:1] == ab from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == jk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = c from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +object chosen = group[1:2] == jk from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 95 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +won fight with group[1:2] == jk +won fight with group[1:2] == jk +broke the Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +object chosen = a from initial string +object chosen = predecessor bond between a and b from other string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = k from target string +object chosen = b from initial string +object chosen = c from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = j from target string +object chosen = group[1:2] == bc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = a from initial string +object chosen = a from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = Correspondence between c and k from other string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = k from target string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = i from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = b from initial string +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +no incompatible Groups +building group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:1] == ij from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = b from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = k from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[1:2] == bc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[1:2] == bc +won fight with group[1:2] == bc +broke the Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = k from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +bond strength = 78 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = i from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = a from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = i from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = j from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = a from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between a and b +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 33, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == bc +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: group[1:2] == bc +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[1:2] == bc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[1:2] == bc from initial string +destination: a +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 33, unhappiness=80 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[1:2] == bc +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: i +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = b from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = Correspondence between c and k from other string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = i from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +object chosen = i from target string +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +object chosen = c from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = a from initial string +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between i and j from other string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 50, unhappiness=100 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = i from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = k from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = c from initial string +object chosen = b from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = k from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = j from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = b from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = a from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = k from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = j from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = b from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = b from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +object chosen = i from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = a from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 78 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +object chosen = c from initial string +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = b from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = a from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[1:2] == bc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +won fight with predecessor bond between a and b +broke the bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = k from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond successor bond between j and k +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = k from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between a and b from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = a from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: b +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = a from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 78 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = i from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = j from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = predecessor bond between b and c from other string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = c from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 100, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 100.0, number: 2, bin: 7 +object chosen = c from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 2, bin: 7 +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = i from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = i from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = j from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = b from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = b from initial string +object chosen = k from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between j and k +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = b from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = i from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = k from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = c from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[1:2] == jk from target string +object chosen = k from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = c from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = i from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: c +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = b from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = k from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between b and c +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = a from initial string +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = a from initial string +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == bc from initial string +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = b from initial string +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == bc +no firstBond +no firstBond2 +object chosen = group[0:2] == ijk from target string +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: group[1:2] == bc +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[1:2] == bc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[1:2] == bc from initial string +destination: a +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +destination: a +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == bc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == bc +no firstBond +no firstBond2 +object chosen = group[0:2] == ijk from target string +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +lost fight with group[1:2] == bc +failed to break Groups: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == bc +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = j from target string +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = a from initial string +destination: group[1:2] == bc +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[1:2] == bc +won fight with group[1:2] == bc +broke the Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: i +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = group[0:1] == ij from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = c from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = Correspondence between c and k from other string +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == jk from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = k from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = i from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between i and j from other string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = group[0:1] == ij from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = group[0:1] == ij from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:1] == ij from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ab from initial string +object chosen = c from initial string +object chosen = j from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: group[0:1] == ij +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 95 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +object chosen = successor bond between j and k from other string +bond strength = 95 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: group[0:1] == ij +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +lost fight with group[0:1] == ij +failed to break Groups: Fizzle +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +won fight with group[0:2] == abc +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: group[0:1] == ij +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: group[0:1] == ij +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 95 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +destination: k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: group[0:1] == ij +initial : relevance = 50, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +no incompatible bonds +lost fight with group[0:1] == ij +failed to break Groups: Fizzle +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ij +no firstBond +no firstBond2 +object chosen = group[1:2] == jk from target string +no incompatible bonds +won fight with group[0:1] == ij +broke the Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = Correspondence between a and i from other string +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +won fight with group[1:2] == jk +won fight with group[1:2] == jk +broke the Groups +building group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[1:2] == bc from initial string +object chosen = b from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = group[1:2] == bc from initial string +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +object chosen = group[0:1] == ab from initial string +destination: c +object chosen = group[0:1] == ab from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:1] == ab from initial string +object chosen = group[0:1] == ab from initial string +destination: c +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = successor bond between b and c from other string +bond strength = 65 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:1] == ab from initial string +object chosen = group[1:2] == bc from initial string +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:1] == ab +failed to break groups: Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:1] == ab +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: group[0:1] == ab +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 65 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=80 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=80 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 66, unhappiness=80 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:1] == ab +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +initial : relevance = 50, unhappiness=80 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=80 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[1:2] == bc +broke the groups +building bond predecessor bond between b and c +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: successor bond between j and k +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between a and b +broke the bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: i +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = a from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = k from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[1:2] == bc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +object chosen = k from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = Correspondence between c and k from other string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = i from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = c from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = j +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:1] == ij from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = k from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = b from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:1] == ij from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = j from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +object chosen = i from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +object chosen = b from initial string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = b from initial string +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +object chosen = k from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = j from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = c from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = a from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = a from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between i and j from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = j from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = b from initial string +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = group[1:2] == jk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[1:2] == jk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = k from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +object chosen = group[0:1] == ij from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[1:2] == jk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[1:2] == bc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between i and j +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = group[0:1] == ab from initial string +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 66, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 66, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 66, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +initial : relevance = 66, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +initial : relevance = 66, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[0:1] == ab +lost fight with group[0:1] == ab +failed to break Groups: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 95 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[0:1] == ab +won fight with group[0:1] == ab +broke the Groups +building group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = j from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = k from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: successor bond between j and k +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = b from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between a and b from other string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = j from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = a from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = group[0:1] == ab from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = c from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = b from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == jk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[1:2] == jk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +won fight with predecessor bond between a and b +broke the bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond successor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = group[0:1] == ij from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:1] == ij +broke the groups +building bond successor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: successor bond between j and k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +object chosen = k from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = c from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = a from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +object chosen = a from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = k from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 69 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = j from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = j from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +object chosen = j from target string +object chosen = c from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = c from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between a and b from other string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = a from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = b from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = c from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between i and j +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = group[1:2] == jk from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[1:2] == jk from target string +object chosen = j from target string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = c from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +urgency: 100.0, number: 2, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between i and j from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +object chosen = j from target string +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: successor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = b from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = i from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = j from target string +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +object chosen = a from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = group[0:1] == ab from initial string +object chosen = i from target string +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between a and b +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +object chosen = group[1:2] == jk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 24.1, number: 2, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = c from initial string +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = i from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +urgency: 24.1, number: 2, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = a from initial string +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between i and j from other string +bond strength = 78 for predecessor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 78 for predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +bond strength = 78 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = k from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between i and j +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 78 for predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from j to k +object chosen = group[1:2] == jk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 78 for predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = c from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond successor bond between i and j +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = c from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 78 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 78 for predecessor bond between j and k +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 78 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +object chosen = group[0:1] == ab from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 78 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ab from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = b from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 24.1, number: 2, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 78 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = Correspondence between b and j from other string +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = a from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = a from initial string +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = a from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond successor bond between i and j +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = i from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = a from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = a from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = i from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +initial : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +no incompatible bonds +won fight with group[0:2] == abc +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = c from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 69 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between a and b +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = i from target string +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between j and k from other string +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = group[1:2] == jk from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +object chosen = a from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 78 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 78 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = i from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = b from initial string +object chosen = c from initial string +object chosen = a from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle top_down_bond_scout__category @@ -2695,14 +114802,1050 @@ source: k, destination: j object chosen = predecessor bond between j and k from other string bond strength = 96 for predecessor bond between j and k succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group object chosen = group[0:2] == ijk from target string object chosen = group[0:2] == ijk from target string already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = Correspondence between c and k from other string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = c from initial string +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = group[1:2] == jk from target string +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +object chosen = a from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[1:2] == jk from target string +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between i and j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[1:2] == jk from target string +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = j from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +initial : relevance = 100, unhappiness=84 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=84 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +won fight with group[1:2] == jk +won fight with group[1:2] == jk +broke the Groups +building group +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: predecessor bond between i and j +object chosen = group[0:2] == abc from initial string initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction @@ -2712,19 +115855,795 @@ possible group: predecessor bond between j and k trying from k to predecessor proposing group from i to k object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between j and k from other string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = a from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +object chosen = j from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +object chosen = a from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = a from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group object chosen = predecessor bond between j and k from other string bond strength = 96 for predecessor bond between j and k succeeded: posting bond-builder object chosen = predecessor bond between j and k from other string already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction @@ -2733,40 +116652,213 @@ firstBond: predecessor bond between i and j possible group: predecessor bond between i and j trying from i to predecessor proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle +top_down_bond_scout__category initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +source: c, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle top_down_bond_scout__category initial : relevance = 0, unhappiness=15 target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle object chosen = successor bond between i and j from other string bond strength = 91 for successor bond between i and j succeeded: posting bond-builder @@ -2775,11 +116867,10237 @@ number of incompatibleBonds: 1 predecessor bond between i and j lost fight with predecessor bond between i and j failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = i from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string object chosen = group[0:2] == ijk from target string object chosen = group[0:2] == ijk from target string already exists...activate descriptors & fizzle object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = j from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = Correspondence between a and i from other string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = b from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = Correspondence between a and i from other string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +posting bottom up codelets +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = i from target string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = j from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = k from target string +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = i from target string +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = i from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = c from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = j from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = b from initial string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = a from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=18 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=18 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=18 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:1] == ab from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: successor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = k from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = i from target string +object chosen = Correspondence between a and i from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = Correspondence between a and i from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = group[1:2] == jk from target string +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = j from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ab from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = a from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = j from target string +object chosen = k from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = k from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[1:2] == jk from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[1:2] == jk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = k from target string +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between i and j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[1:2] == jk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = c from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = a from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = a from initial string +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = k from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = j from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between a and b from other string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = c from initial string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = c +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: c +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = predecessor bond between a and b from other string +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: a +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = j from target string +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +object chosen = j from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = j from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from j to k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between i and j +broke the bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = j from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +object chosen = j from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +object chosen = a from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = j from target string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +object chosen = j from target string +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = j from target string +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = k from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 @@ -2790,21 +127108,879 @@ possible group: predecessor bond between i and j trying from i to predecessor proposing group from i to k object chosen = group[0:2] == ijk from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string object chosen = group[0:2] == ijk from target string already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = k +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +Post top down: top-down-bond-scout--category, with urgency: 4 posting bottom up codelets object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 object chosen = b from initial string destination: c chosen bond facet: letterCategory @@ -2820,11 +127996,12542 @@ number of incompatibleBonds: 1 predecessor bond between b and c lost fight with predecessor bond between b and c failed to break bonds: Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 78 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = c from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = i from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = i from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +won fight with successor bond between j and k +lost fight with successor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +no incompatible Groups +building group +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: successor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +object chosen = b from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[1:2] == bc from initial string +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = Correspondence between a and i from other string +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = a from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = c from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = c from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = j from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = j from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +succeeded: posting bond-builder +object chosen = Correspondence between c and k from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +posting bottom up codelets +object chosen = i from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = b from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: i, destination: j +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = group[0:1] == ij from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = k from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +object chosen = c from initial string +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:1] == ab from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[1:2] == bc from initial string +object chosen = b from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between i and j +initial : relevance = 33, unhappiness=79 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between i and j +broke the bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +destination: a +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = b from initial string +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: group[1:2] == bc +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = predecessor bond between a and b from other string +bond strength = 65 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ab from initial string +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = b from initial string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[1:2] == bc +broke the groups +building bond successor bond between b and c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = a from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +object chosen = c from initial string +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 95 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 95 for successor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[0:1] == ab +won fight with group[0:1] == ab +broke the Groups +building group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = a from initial string +object chosen = group[1:2] == bc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between j and k +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = i from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: k +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = c from initial string +object chosen = i from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 69 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = j from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == bc from initial string +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond predecessor bond between j and k +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:1] == ij from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = b from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = i from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +object chosen = group[1:2] == jk from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = group[0:1] == ij from target string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = j from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = k from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = i from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between j and k from other string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = i from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = k from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = j from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = c from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[1:2] == bc from initial string +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = group[1:2] == bc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[1:2] == bc +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = j +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: i +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = k +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = predecessor bond between b and c from other string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = c from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = a from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = a from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond successor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: predecessor bond between i and j +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle top_down_bond_scout__category initial : relevance = 0, unhappiness=15 target : relevance = 0, unhappiness=15 target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond source: i, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = a from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ab from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +object chosen = k from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = a from initial string +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = group[1:2] == jk from target string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +object chosen = b from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = i +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = c from initial string +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = j from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond predecessor bond between j and k +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 78 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +object chosen = b from initial string +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +urgency: 24.1, number: 2, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = j from target string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +object chosen = Correspondence between b and j from other string +object chosen = Correspondence between c and k from other string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 25.0, number: 1, bin: 2 +object chosen = Correspondence between a and i from other string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 25.0, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 25.0, number: 1, bin: 2 +object chosen = Correspondence between c and k from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +object chosen = predecessor bond between a and b from other string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between a and b from other string +object chosen = predecessor bond between b and c from other string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +object chosen = successor bond between j and k from other string +object chosen = successor bond between j and k from other string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +object chosen = successor bond between i and j from other string +object chosen = predecessor bond between a and b from other string +object chosen = Correspondence between a and i from other string +posting bottom up codelets +object chosen = Correspondence between b and j from other string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[1:2] == jk from target string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = j from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +broke the bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = k from target string +object chosen = i from target string +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond successor bond between i and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 object chosen = successor bond between i and j from other string bond strength = 91 for successor bond between i and j succeeded: posting bond-builder @@ -2834,18 +140541,2427 @@ predecessor bond between i and j lost fight with predecessor bond between i and j failed to break bonds: Fizzle urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +object chosen = j from target string +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = j from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = i from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[1:2] == bc from initial string +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond predecessor bond between j and k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = b from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = k from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between a and b +broke the bonds +no incompatible Groups +building group +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for group object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = j +no firstBond +no firstBond2 +object chosen = k from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = k +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = c from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = k from target string +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +object chosen = j from target string +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c object chosen = group[0:2] == abc from initial string object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: predecessor bond between i and j +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string object chosen = i from target string destination: j chosen bond facet: letterCategory @@ -2868,55 +142984,33 @@ lost fight with Correspondence between a and i urgency: 100.0, number: 1, bin: 7 posting bottom up codelets urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond +urgency: 100.0, number: 2, bin: 7 urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle object chosen = c from initial string destination: b chosen bond facet: letterCategory @@ -2924,10 +143018,74 @@ Source: c, destination: b source descriptor: C destination descriptor: B proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -object chosen = i from target string -object chosen = k from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 object chosen = b from initial string destination: c chosen bond facet: letterCategory @@ -2936,21 +143094,20 @@ source descriptor: B destination descriptor: C proposing successor bond object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c +bond strength = 48 for successor bond between b and c succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond object chosen = successor bond between b and c from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond successor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder object chosen = j from target string destination: k chosen bond facet: letterCategory @@ -2958,8 +143115,32 @@ Source: j, destination: k source descriptor: J destination descriptor: K proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 +object chosen = successor bond between b and c from other string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 @@ -2970,7 +143151,190 @@ Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets +object chosen = successor bond between b and c from other string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: i, destination: j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = successor bond between i and j from other string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = successor bond between j and k from other string +bond strength = 95 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 50, unhappiness=89 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +object chosen = k from target string +destination: group[0:1] == ij +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -2978,100 +143342,255 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond object chosen = successor bond between a and b from other string bond strength = 94 for successor bond between a and b succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b top_down_bond_scout__category initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 +target : relevance = 66, unhappiness=78 initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b +source: b, destination: c +initial : relevance = 50, unhappiness=89 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +initial : relevance = 50, unhappiness=89 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[1:2] == bc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: group[0:1] == ij +object chosen = group[1:2] == bc from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 95 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle object chosen = successor bond between a and b from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=89 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ij +no firstBond +no firstBond2 +object chosen = group[0:2] == ijk from target string object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder +object chosen = k from target string +object chosen = b from initial string object chosen = successor bond between a and b from other string bond strength = 96 for successor bond between a and b succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +object chosen = successor bond between i and j from other string +bond strength = 95 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = i from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 initial : relevance = 100, unhappiness=78 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +won fight with group[0:1] == ij +won fight with group[0:1] == ij +broke the Groups +building group +initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = a from initial string +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle object chosen = b from initial string destination: a chosen bond facet: letterCategory @@ -3079,66 +143598,6 @@ Source: b, destination: a source descriptor: B destination descriptor: A proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction @@ -3147,10 +143606,214 @@ firstBond: successor bond between i and j possible group: successor bond between i and j trying from i to successor proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle object chosen = successor bond between j and k from other string bond strength = 96 for successor bond between j and k succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction @@ -3159,134 +143822,28 @@ firstBond: successor bond between b and c possible group: successor bond between b and c trying from b to successor proposing group from a to c -urgency: 100.0, number: 1, bin: 7 initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string object chosen = predecessor bond between a and b from other string number of incompatibleBonds: 1 successor bond between a and b lost fight with successor bond between a and b failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle +posting bottom up codelets object chosen = i from target string destination: j chosen bond facet: letterCategory @@ -3294,27 +143851,31 @@ Source: i, destination: j source descriptor: I destination descriptor: J proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 object chosen = k from target string destination: j chosen bond facet: letterCategory @@ -3322,35 +143883,13 @@ Source: k, destination: j source descriptor: K destination descriptor: J proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j +object chosen = c from initial string +destination: b chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A +Source: c, destination: b +source descriptor: C +destination descriptor: B proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -3358,25 +143897,6 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string object chosen = k from target string destination: j chosen bond facet: letterCategory @@ -3384,74 +143904,6 @@ Source: k, destination: j source descriptor: K destination descriptor: J proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = successor bond between i and j from other string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 object chosen = i from target string destination: j chosen bond facet: letterCategory @@ -3459,611 +143911,138 @@ Source: i, destination: j source descriptor: I destination descriptor: J proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder object chosen = predecessor bond between j and k from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond predecessor bond between j and k -object chosen = b from initial string -object chosen = c from initial string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 object chosen = successor bond between a and b from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond successor bond between a and b -initial : relevance = 100, unhappiness=94 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -initial : relevance = 100, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j succeeded: posting bond-builder object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = k from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +object chosen = i from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 +firstBond: successor bond between a and b +no firstBond2 +object chosen = k from target string +object chosen = i from target string +initial : relevance = 50, unhappiness=89 target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction source chosen = a firstBond: successor bond between a and b possible group: successor bond between a and b trying from a to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets object chosen = successor bond between i and j from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond successor bond between i and j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = c from initial string -object chosen = j from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 object chosen = k from target string destination: j chosen bond facet: letterCategory @@ -4071,96 +144050,69 @@ Source: k, destination: j source descriptor: K destination descriptor: J proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -object chosen = predecessor bond between i and j from other string +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups -building bond predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = Correspondence between a and i from other string +building bond predecessor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 object chosen = c from initial string destination: b chosen bond facet: letterCategory @@ -4168,27 +144120,282 @@ Source: c, destination: b source descriptor: C destination descriptor: B proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +object chosen = k from target string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -4196,41 +144403,585 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = a from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +object chosen = group[1:2] == jk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds no incompatible groups trying to break incompatible correspondences lost fight with Correspondence between a and i -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = c from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = i from target string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = b from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = group[0:1] == ij from target string +object chosen = group[1:2] == jk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:1] == ij from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == jk +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: group[1:2] == jk +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ij from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:1] == ij from target string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[1:2] == jk +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle object chosen = k from target string destination: j chosen bond facet: letterCategory @@ -4238,55 +144989,152 @@ Source: k, destination: j source descriptor: K destination descriptor: J proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 +no incompatible Groups +building group object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c +bond strength = 91 for predecessor bond between j and k succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond predecessor bond between i and j object chosen = successor bond between j and k from other string bond strength = 91 for successor bond between j and k succeeded: posting bond-builder object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds no incompatible groups building bond successor bond between j and k -Post top down: top-down-group-scout--direction, with urgency: 3 +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from j to k +object chosen = group[1:2] == jk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -initial : relevance = 50, unhappiness=89 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 target : relevance = 50, unhappiness=79 target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction source chosen = i @@ -4294,154 +145142,36 @@ firstBond: predecessor bond between i and j possible group: predecessor bond between i and j trying from i to predecessor proposing group from i to j -object chosen = b from initial string -initial : relevance = 50, unhappiness=89 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = group[0:1] == ij from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = group[0:1] == ij from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = k from target string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:1] == ij from target string -object chosen = c from initial string -destination: b +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = i from target string +destination: j chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 target : relevance = 50, unhappiness=79 target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = k from target string -object chosen = group[0:1] == ij from target string +to object: j +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c +bond strength = 78 for predecessor bond between b and c succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b object chosen = k from target string destination: j chosen bond facet: letterCategory @@ -4449,32 +145179,529 @@ Source: k, destination: j source descriptor: K destination descriptor: J proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c object chosen = predecessor bond between b and c from other string bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string no incompatible bonds no incompatible Groups building group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=79 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=78 +source: b, destination: a +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:1] == ij from target string +no incompatible bonds +won fight with group[1:2] == jk +broke the Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: group[0:1] == ij +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +won fight with group[0:1] == ij +broke the groups +building bond predecessor bond between i and j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=78 target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor proposing group from i to k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ij from target string +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +to object: k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: group[0:1] == ij, destination: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: k, destination: group[0:1] == ij +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ij from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=96 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=96 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +object chosen = k from target string +destination: group[0:1] == ij +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +bond strength = 95 for predecessor bond between j and k +succeeded: posting bond-builder Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 @@ -4482,106 +145709,1023 @@ Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: group[0:1] == ij urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle top_down_bond_scout__category initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=15 target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 target : relevance = 0, unhappiness=78 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets object chosen = group[0:2] == abc from initial string +urgency: 23.200000000000003, number: 1, bin: 2 object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:1] == ij +broke the groups +building bond successor bond between i and j +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j +bond strength = 94 for predecessor bond between i and j succeeded: posting bond-builder object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k object chosen = predecessor bond between i and j from other string number of incompatibleBonds: 1 successor bond between i and j lost fight with successor bond between i and j failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds +won fight with successor bond between i and j +broke the bonds no incompatible Groups building group initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=79 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = k from target string +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string object chosen = group[0:1] == ij from target string no incompatible bonds lost fight with group[0:2] == ijk failed to break Groups: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor proposing group from i to k -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = c from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +bond strength = 78 for predecessor bond between i and j succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = j from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: i +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = i from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 object chosen = predecessor bond between b and c from other string bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +object chosen = predecessor bond between i and j from other string already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k +object chosen = i from target string +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a firstBond: predecessor bond between a and b @@ -4593,7 +146737,17654 @@ number of incompatibleBonds: 1 successor bond between j and k lost fight with successor bond between j and k failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from j to k +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = b from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = j from target string +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = b from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: k +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 78 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +urgency: 24.1, number: 2, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: successor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = i from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between b and c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between a and b +broke the bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = Correspondence between b and j from other string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: c +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = group[0:1] == ij from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = b from initial string +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:1] == ab from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = k from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +object chosen = group[1:2] == bc from initial string +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = group[0:1] == ij from target string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +object chosen = group[0:1] == ij from target string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +no incompatible bonds +won fight with group[0:2] == ijk +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between b and c +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = k from target string +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = group[0:1] == ab from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +object chosen = a from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = j from target string +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 24.1, number: 2, bin: 2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between a and b +broke the bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 78 for successor bond between j and k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: a +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = j from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = j from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +object chosen = c from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = b from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = k from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ab from initial string +object chosen = group[0:1] == ab from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == bc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = c from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ab from initial string +object chosen = group[0:1] == ab from initial string +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = b from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = a from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: b +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = i from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from j to k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from j to k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == jk from target string +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[1:2] == jk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from j to k +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = a from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[1:2] == jk from target string +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = b from initial string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: j +object chosen = a from initial string +object chosen = j from target string +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = j +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ab from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +object chosen = b from initial string +object chosen = i from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = k from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = j from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = successor bond between j and k from other string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = a from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +object chosen = k from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:1] == ij from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = c from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +object chosen = k from target string +object chosen = k from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond predecessor bond between j and k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = group[0:1] == ab from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ij from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between i and j from other string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = Correspondence between a and i from other string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = i from target string +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +no incompatible Groups +building group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:1] == ij from target string +object chosen = b from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[1:2] == bc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == bc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[1:2] == bc from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 33, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 33, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: group[1:2] == bc +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[1:2] == bc from initial string +destination: a +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = group[1:2] == bc from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +top_down_bond_scout__category +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +won fight with group[1:2] == bc +won fight with group[1:2] == bc +broke the Groups +building group +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 2, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == bc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = k from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = i from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = j from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between a and b +object chosen = k from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +bond strength = 78 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +object chosen = b from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = c from initial string +initial : relevance = 50, unhappiness=100 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between j and k +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = a from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = i from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = k from target string +object chosen = group[1:2] == jk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = k from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = c from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = b from initial string +object chosen = c from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between a and b from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = b from initial string +object chosen = b from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 69 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 69 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +object chosen = j from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = Correspondence between a and i from other string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = i from target string +initial : relevance = 100, unhappiness=94 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=94 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = k from target string +object chosen = a from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = j from target string +object chosen = a from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between a and b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = i from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = a from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: b +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = successor bond between a and b from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = j from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[1:2] == bc from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = j from target string +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = i from target string +object chosen = k from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[1:2] == jk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[1:2] == jk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=84 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond predecessor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond predecessor bond between j and k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets object chosen = predecessor bond between i and j from other string number of incompatibleBonds: 1 successor bond between i and j @@ -4604,60 +164395,107 @@ broke the groups building bond predecessor bond between i and j initial : relevance = 100, unhappiness=15 target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category initial : relevance = 100, unhappiness=15 target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string already exists: activate descriptors & Fizzle top_down_bond_scout__category initial : relevance = 0, unhappiness=15 target : relevance = 50, unhappiness=15 target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 +source: j, destination: k posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder object chosen = successor bond between j and k from other string already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group object chosen = successor bond between i and j from other string number of incompatibleBonds: 1 predecessor bond between i and j @@ -4667,23 +164505,7929 @@ no incompatible groups trying to break incompatible correspondences lost fight with Correspondence between a and i Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = i from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:1] == ij from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = j from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: i +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between i and j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = predecessor bond between i and j from other string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +won fight with successor bond between j and k +broke the bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = i from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond successor bond between j and k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +won fight with successor bond between j and k +broke the bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between i and j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[1:2] == jk from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond successor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == jk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 65 for predecessor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == jk, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=80 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=80 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[1:2] == jk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == jk, destination: i +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == jk +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:1] == ij from target string +object chosen = i from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == jk +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +destination: group[1:2] == jk +initial : relevance = 0, unhappiness=18 +target : relevance = 33, unhappiness=92 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +won fight with group[1:2] == jk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 0, unhappiness=18 +target : relevance = 33, unhappiness=92 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=18 +target : relevance = 33, unhappiness=92 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 33, unhappiness=92 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=92 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=92 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = k from target string +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=92 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=92 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from j to k +object chosen = group[1:2] == jk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +object chosen = j from target string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = k from target string +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = group[0:1] == ij from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction source chosen = i firstBond: predecessor bond between i and j no firstBond2 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = group[1:2] == jk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +object chosen = group[1:2] == jk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == jk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: group[1:2] == jk +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == jk from target string +destination: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +won fight with group[1:2] == jk +won fight with group[1:2] == jk +broke the Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = Correspondence between a and i from other string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between c and k from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = a from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = i from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +object chosen = a from initial string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between j and k from other string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = Correspondence between a and i from other string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = b from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +object chosen = j from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = j from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = i from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = i from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = group[0:1] == ab from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:1] == ab from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = c from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = c from initial string +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = j from target string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = b from initial string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = i from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between b and c from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +object chosen = i from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = a from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = j from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = Correspondence between b and j from other string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=78 target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction @@ -4692,56459 +172436,143 @@ firstBond: predecessor bond between i and j possible group: predecessor bond between i and j trying from i to predecessor proposing group from i to k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -object chosen = c from target string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = Correspondence between a and c from other string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -posting bottom up codelets -object chosen = predecessor bond between b and c from other string +object chosen = predecessor bond between i and j from other string already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = c from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = successor bond between a and b from other string -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string +object chosen = predecessor bond between j and k from other string already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond +object chosen = group[0:2] == ijk from target string object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = c from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string no incompatible bonds no incompatible Groups building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = b from initial string -object chosen = c from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 +target : relevance = 100, unhappiness=78 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: b, destination: c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -object chosen = c from target string -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between c and c from other string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -object chosen = c from target string -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -object chosen = c from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -object chosen = c from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = c from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == cc from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = c from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = c from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:1] == cc from target string -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == cc from target string -no incompatible bonds -won fight with group[0:2] == ccc -lost fight with group[0:2] == ccc -failed to break Groups: Fizzle -object chosen = group[0:1] == cc from target string -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:1] == cc from target string -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:1] == cc from target string -no incompatible bonds -lost fight with group[0:2] == ccc -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == cc from target string -no incompatible bonds -lost fight with group[0:2] == ccc -failed to break Groups: Fizzle -object chosen = group[1:2] == bc from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:1] == cc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == cc from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:1] == cc from target string -no incompatible bonds -won fight with group[0:2] == ccc -lost fight with group[0:2] == ccc -failed to break Groups: Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:1] == cc from target string -no incompatible bonds -won fight with group[0:2] == ccc -lost fight with group[0:2] == ccc -failed to break Groups: Fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = c from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == cc from target string -no incompatible bonds -lost fight with group[0:2] == ccc -failed to break Groups: Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets object chosen = predecessor bond between b and c from other string bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == ccc from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[1:2] == bc from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = a from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = c from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = b from initial string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = c from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = c from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string already exists...activate descriptors & fizzle object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -object chosen = b from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string +object chosen = group[0:2] == ijk from target string already exists...activate descriptors & fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = b from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -object chosen = c from target string -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = c from target string -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == ccc from target string -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between b and c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 +target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a firstBond: predecessor bond between a and b possible group: predecessor bond between a and b trying from a to predecessor proposing group from a to c -object chosen = group[0:2] == abc from initial string initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = Correspondence between c and c from other string -object chosen = Correspondence between c and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = sameness bond between c and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -object chosen = Correspondence between c and c from other string -object chosen = sameness bond between c and c from other string -object chosen = Correspondence between a and c from other string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = Correspondence between b and c from other string -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = sameness bond between c and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between c and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = Correspondence between a and c from other string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = sameness bond between c and c from other string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=94 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=94 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = a from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = a from initial string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = group[1:2] == cc from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = c from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[1:2] == cc from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = group[1:2] == cc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=56 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 33, unhappiness=56 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=56 -target string selected: ccc with 3 letters, 4 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = b from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=56 -target string selected: ccc with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == cc -object chosen = sameness bond between c and group[1:2] == cc from other string -bond strength = 49 for sameness bond between c and group[1:2] == cc -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 33, unhappiness=56 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=56 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=56 -target string selected: ccc with 3 letters, 4 objects, 1 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == cc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 33, unhappiness=56 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=56 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 33, unhappiness=56 -target string selected: ccc with 3 letters, 4 objects, 1 bonds for bond -source: c, destination: group[1:2] == cc -initial : relevance = 0, unhappiness=89 -target : relevance = 33, unhappiness=56 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=56 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = b from initial string -object chosen = b from initial string -initial : relevance = 0, unhappiness=89 -target : relevance = 33, unhappiness=56 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=56 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = sameness bond between c and group[1:2] == cc from other string -bond strength = 49 for sameness bond between c and group[1:2] == cc -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[1:2] == cc from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 33, unhappiness=56 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=56 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=56 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[1:2] == cc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=56 -target string selected: ccc with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == cc, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -initial : relevance = 0, unhappiness=89 -target : relevance = 66, unhappiness=56 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=56 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=56 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=56 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == cc, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 66, unhappiness=56 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == cc, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=56 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == cc, destination: c -initial : relevance = 0, unhappiness=89 -target : relevance = 66, unhappiness=56 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=89 -target : relevance = 66, unhappiness=56 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 66, unhappiness=56 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == cc, destination: c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 66, unhappiness=52 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=52 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 66, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = sameness bond between c and group[1:2] == cc from other string -bond strength = 49 for sameness bond between c and group[1:2] == cc -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 0, unhappiness=89 -target : relevance = 66, unhappiness=52 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 66, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 66, unhappiness=52 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == cc, destination: c -initial : relevance = 0, unhappiness=78 -target : relevance = 66, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=52 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: group[1:2] == cc -initial : relevance = 0, unhappiness=78 -target : relevance = 66, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = c from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=52 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 66, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -no incompatible bonds -won fight with group[1:2] == cc -won fight with group[1:2] == cc -broke the Groups -building group top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between c and group[1:2] == cc from other string -bond strength = 49 for sameness bond between c and group[1:2] == cc -object chosen = group[1:2] == cc from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and group[1:2] == cc from other string -bond strength = 49 for sameness bond between c and group[1:2] == cc -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 +target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: b, destination: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string +object chosen = predecessor bond between j and k from other string already exists: activate descriptors & Fizzle top_down_bond_scout__category initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and group[1:2] == cc from other string -bond strength = 49 for sameness bond between c and group[1:2] == cc -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[1:2] == cc from target string -no incompatible bonds -lost fight with group[0:2] == ccc -failed to break Groups: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and group[1:2] == cc from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between c and group[1:2] == cc from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = b from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = sameness bond between c and c from other string -object chosen = Correspondence between c and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between a and c from other string -object chosen = group[0:2] == ccc from target string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -object chosen = predecessor bond between b and c from other string -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between a and c from other string -object chosen = sameness bond between c and c from other string -object chosen = Correspondence between a and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = a from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between c and c from other string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = sameness bond between c and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = Correspondence between c and c from other string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = sameness bond between c and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -object chosen = successor bond between b and c from other string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -object chosen = Correspondence between b and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between a and c from other string -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = sameness bond between c and c from other string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = c from initial string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -object chosen = c from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = b from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = c from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == cc from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == cc from target string -no incompatible bonds -lost fight with group[0:2] == ccc -failed to break Groups: Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = c from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -object chosen = Correspondence between b and c from other string -object chosen = Correspondence between c and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = Correspondence between c and c from other string -posting bottom up codelets -object chosen = a from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = Correspondence between c and c from other string -object chosen = Correspondence between b and c from other string -object chosen = sameness bond between c and c from other string -object chosen = Correspondence between c and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -object chosen = Correspondence between b and c from other string -object chosen = successor bond between b and c from other string -object chosen = Correspondence between b and c from other string -object chosen = sameness bond between c and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = sameness bond between c and c from other string -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = Correspondence between a and c from other string -object chosen = group[0:2] == ccc from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = Correspondence between b and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 33, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 33, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = c from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=80 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -won fight with group[0:1] == ab -won fight with group[0:1] == ab -broke the Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 +target : relevance = 0, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: c, destination: b object chosen = successor bond between b and c from other string bond strength = 91 for successor bond between b and c succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between b and c -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = c from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[1:2] == bc -broke the groups -building bond predecessor bond between b and c -initial : relevance = 0, unhappiness=80 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=80 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=80 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between c and c from other string -object chosen = group[0:2] == ccc from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = b from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = a from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -object chosen = successor bond between a and b from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = Correspondence between b and c from other string -object chosen = successor bond between b and c from other string -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = c from initial string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = c from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = a from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = a from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = Correspondence between c and c from other string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = Correspondence between a and c from other string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -object chosen = Correspondence between b and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -object chosen = successor bond between b and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between b and c from other string -object chosen = sameness bond between c and c from other string -object chosen = Correspondence between a and c from other string -posting bottom up codelets -object chosen = sameness bond between c and c from other string -object chosen = sameness bond between c and c from other string -object chosen = Correspondence between b and c from other string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = Correspondence between c and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -object chosen = c from target string -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = c from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:1] == ab from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: group[0:1] == ab -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[0:1] == ab -won fight with group[0:1] == ab -broke the Groups -building group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between b and c from other string -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -object chosen = group[0:2] == ccc from target string -object chosen = c from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = b from initial string -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -object chosen = c from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = c from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -object chosen = Correspondence between a and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = Correspondence between c and c from other string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between c and c from other string -object chosen = sameness bond between c and c from other string -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = Correspondence between a and c from other string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between c and c from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = Correspondence between a and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ccc from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = Correspondence between c and c from other string -posting bottom up codelets -object chosen = Correspondence between b and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = b from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -object chosen = successor bond between a and b from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = sameness bond between c and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = sameness bond between c and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between c and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between c and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = a from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = a from initial string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -object chosen = c from target string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = c from initial string -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = c from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = Correspondence between b and c from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = group[0:2] == ccc from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -posting bottom up codelets -object chosen = successor bond between a and b from other string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = sameness bond between c and c from other string -object chosen = Correspondence between a and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between b and c from other string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = Correspondence between a and c from other string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = Correspondence between a and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -object chosen = sameness bond between c and c from other string -object chosen = sameness bond between c and c from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = a from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = c from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from target string -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from target string -object chosen = c from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -object chosen = c from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = b from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = a from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ccc from target string -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = Correspondence between b and c from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -object chosen = Correspondence between c and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -object chosen = successor bond between b and c from other string -object chosen = Correspondence between b and c from other string -posting bottom up codelets -object chosen = sameness bond between c and c from other string -object chosen = Correspondence between b and c from other string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between a and c from other string -object chosen = Correspondence between a and c from other string -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = sameness bond between c and c from other string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = a from initial string -object chosen = group[0:2] == ccc from target string -object chosen = c from target string -object chosen = c from initial string -object chosen = c from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = c from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = group[0:2] == ccc from target string -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between a and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between b and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = Correspondence between b and c from other string -object chosen = Correspondence between b and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = sameness bond between c and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = sameness bond between c and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = sameness bond between c and c from other string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ccc with 3 letters, 3 objects, 0 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = c from target string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = c from initial string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = group[0:2] == ccc from target string -object chosen = a from initial string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = c from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -object chosen = c from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -object chosen = group[0:2] == ccc from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = sameness bond between c and c from other string -object chosen = a from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = c from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = c from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = c from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between a and b -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from initial string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = c from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = c from target string -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = c from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = c from initial string -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = c from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = a from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = b from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = c from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = b from initial string -object chosen = a from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == ccc from target string -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = a from initial string -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 95 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 66, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 95 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: group[0:1] == ab -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[0:1] == ab -won fight with group[0:1] == ab -broke the Groups -building group -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[1:2] == bc from initial string -no incompatible bonds -won fight with group[0:1] == ab -broke the Groups -building group -initial : relevance = 33, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 65 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=79 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == bc -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: group[1:2] == bc -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = a from initial string -destination: group[1:2] == bc -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -initial : relevance = 33, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == bc -no firstBond -no firstBond2 -initial : relevance = 33, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=92 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=80 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = a from initial string -destination: group[1:2] == bc -initial : relevance = 66, unhappiness=80 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=80 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[1:2] == bc -won fight with group[1:2] == bc -broke the Groups -building group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between a and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = Correspondence between a and c from other string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = Correspondence between b and c from other string -object chosen = successor bond between b and c from other string -object chosen = Correspondence between a and c from other string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -object chosen = Correspondence between b and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between b and c from other string -posting bottom up codelets -object chosen = successor bond between b and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = Correspondence between b and c from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ab from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -destination: group[0:1] == ab -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: group[0:1] == ab -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: group[0:1] == ab -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -won fight with group[0:1] == ab -won fight with group[0:1] == ab -broke the Groups -building group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = successor bond between a and b from other string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = a from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -object chosen = a from initial string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = b from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = c from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = group[0:2] == ccc from target string -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = c from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == ccc from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between a and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = Correspondence between a and c from other string -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -object chosen = Correspondence between a and c from other string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = Correspondence between a and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == ccc from target string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = Correspondence between b and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between b and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between b and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = c from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = sameness bond between c and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = sameness bond between c and c from other string -object chosen = sameness bond between c and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = Correspondence between c and c from other string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ccc with 3 letters, 3 objects, 0 bonds for bond -to object: c -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = c from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -object chosen = group[1:2] == bc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = c from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between c and c from other string -object chosen = predecessor bond between b and c from other string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = Correspondence between c and c from other string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = Correspondence between a and c from other string -object chosen = sameness bond between c and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[1:2] == bc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -object chosen = Correspondence between c and c from other string -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = Correspondence between c and c from other string -posting bottom up codelets -object chosen = Correspondence between a and c from other string -object chosen = group[0:2] == ccc from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between a and c from other string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -posting bottom up codelets -object chosen = Correspondence between a and c from other string -object chosen = Correspondence between b and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = Correspondence between a and c from other string -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = Correspondence between a and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = Correspondence between b and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == bc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = c from target string -object chosen = c from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:1] == ab from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = c from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == ccc from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between a and c from other string -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between a and c from other string -object chosen = Correspondence between c and c from other string -object chosen = successor bond between b and c from other string -object chosen = successor bond between a and b from other string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = Correspondence between a and c from other string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = sameness bond between c and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = sameness bond between c and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between c and c from other string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = sameness bond between c and c from other string -object chosen = sameness bond between c and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -object chosen = c from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = c from initial string -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -object chosen = c from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = c from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = c from target string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = b from initial string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -posting bottom up codelets -object chosen = a from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = a from initial string -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -object chosen = Correspondence between b and c from other string -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -object chosen = successor bond between a and b from other string -object chosen = successor bond between b and c from other string -posting bottom up codelets -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -object chosen = group[0:2] == ccc from target string -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = Correspondence between c and c from other string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from target string -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = a from initial string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = c from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = b from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = c from initial string -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = Correspondence between b and c from other string -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = a from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -object chosen = Correspondence between b and c from other string -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ccc from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = c from target string -object chosen = a from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = c from target string -object chosen = c from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -broke the bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ccc from target string -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = Correspondence between c and c from other string -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between b and c from other string -object chosen = Correspondence between b and c from other string -object chosen = sameness bond between c and c from other string -object chosen = Correspondence between c and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = Correspondence between c and c from other string -object chosen = Correspondence between c and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between b and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = sameness bond between c and c from other string -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = sameness bond between c and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = b from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -to object: c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:1] == ab from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = c from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between b and c -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between a and b -broke the bonds -no incompatible Groups -building group -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -object chosen = group[0:2] == ccc from target string -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ccc from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = Correspondence between a and c from other string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = Correspondence between c and c from other string -object chosen = Correspondence between a and c from other string -object chosen = successor bond between b and c from other string -object chosen = Correspondence between b and c from other string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -object chosen = Correspondence between c and c from other string -posting bottom up codelets -object chosen = sameness bond between c and c from other string -object chosen = successor bond between a and b from other string -object chosen = Correspondence between a and c from other string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between b and c from other string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -object chosen = b from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between c and c from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = c from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -object chosen = c from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = c from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between a and b -broke the bonds -no incompatible Groups -building group -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = c from target string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = c from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = c from target string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=94 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = a from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = c from target string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = a from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -to object: c -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = c from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = group[0:2] == ccc from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = b from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -posting bottom up codelets -object chosen = Correspondence between a and c from other string -object chosen = Correspondence between c and c from other string -object chosen = Correspondence between c and c from other string -object chosen = Correspondence between b and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = Correspondence between a and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = Correspondence between c and c from other string -object chosen = sameness bond between c and c from other string -object chosen = Correspondence between b and c from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = Correspondence between c and c from other string -object chosen = successor bond between b and c from other string -object chosen = successor bond between a and b from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = Correspondence between c and c from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = Correspondence between b and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -object chosen = successor bond between b and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = Correspondence between c and c from other string -object chosen = sameness bond between c and c from other string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = Correspondence between c and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -object chosen = sameness bond between c and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = Correspondence between b and c from other string -object chosen = successor bond between a and b from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ccc from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = group[0:1] == ab from initial string -destination: c -object chosen = group[1:2] == bc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=80 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=80 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=80 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 66, unhappiness=80 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[0:1] == ab -won fight with group[0:1] == ab -broke the Groups -building group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 33, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -lost fight with group[0:1] == ab -failed to break Groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[0:1] == ab -won fight with group[0:1] == ab -broke the Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = sameness bond between c and c from other string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = c from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ccc from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = c from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = c from target string -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = c from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = Correspondence between a and c from other string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -firstBond2: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -object chosen = c from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = c from target string -object chosen = group[0:1] == cc from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = c from target string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = c from target string -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = Correspondence between c and c from other string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -object chosen = sameness bond between c and c from other string -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = c from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -object chosen = c from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from initial string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -object chosen = c from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == cc from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -object chosen = b from initial string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = group[0:1] == cc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 66, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 66, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 66, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 66, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 66, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 66, unhappiness=52 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 66, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 66, unhappiness=52 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 66, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = group[0:2] == ccc from target string -no incompatible bonds -lost fight with group[0:1] == cc -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 66, unhappiness=52 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == cc, destination: c -object chosen = c from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 66, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 66, unhappiness=52 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -urgency: 61.6, number: 2, bin: 5 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == cc from target string -initial : relevance = 0, unhappiness=94 -target : relevance = 66, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 66, unhappiness=52 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = group[0:1] == cc from target string -destination: c -chosen bond facet: letterCategory -Source: group[0:1] == cc, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between group[0:1] == cc and c from other string -bond strength = 49 for sameness bond between group[0:1] == cc and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:1] == cc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 66, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 66, unhappiness=52 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == cc, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 66, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = sameness bond between group[0:1] == cc and c from other string -bond strength = 49 for sameness bond between group[0:1] == cc and c -initial : relevance = 0, unhappiness=89 -target : relevance = 66, unhappiness=52 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 66, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = sameness bond between group[0:1] == cc and c from other string -bond strength = 49 for sameness bond between group[0:1] == cc and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 66, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = group[0:2] == ccc from target string -no incompatible bonds -won fight with group[0:1] == cc -won fight with group[0:1] == cc -broke the Groups -building group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=52 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=52 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=52 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=52 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between group[0:1] == cc and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = b from initial string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between group[0:1] == cc and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between a and c from other string -object chosen = successor bond between b and c from other string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = Correspondence between b and c from other string -object chosen = successor bond between a and b from other string -object chosen = successor bond between b and c from other string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -object chosen = successor bond between b and c from other string -object chosen = sameness bond between c and c from other string -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = a from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = Correspondence between c and c from other string -object chosen = successor bond between b and c from other string -object chosen = successor bond between b and c from other string -posting bottom up codelets -object chosen = b from initial string -object chosen = successor bond between a and b from other string -object chosen = sameness bond between c and c from other string -object chosen = successor bond between a and b from other string -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between a and c from other string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between c and c from other string -object chosen = Correspondence between c and c from other string -object chosen = sameness bond between c and c from other string -object chosen = group[0:2] == ccc from target string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = b from initial string -object chosen = b from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = b from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = Correspondence between a and c from other string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = c from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = Correspondence between a and c from other string -posting bottom up codelets -object chosen = sameness bond between c and c from other string -object chosen = successor bond between a and b from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = sameness bond between c and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = successor bond between a and b from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between c and c from other string -object chosen = successor bond between a and b from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = Correspondence between c and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = Correspondence between c and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -object chosen = Correspondence between a and c from other string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = Correspondence between b and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = b from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = Correspondence between b and c from other string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -object chosen = sameness bond between c and c from other string -object chosen = sameness bond between c and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = b from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -object chosen = b from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -object chosen = successor bond between b and c from other string -object chosen = sameness bond between c and c from other string -object chosen = Correspondence between b and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = Correspondence between c and c from other string -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = Correspondence between a and c from other string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = b from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = Correspondence between a and c from other string -object chosen = successor bond between b and c from other string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = Correspondence between a and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = sameness bond between c and c from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -object chosen = Correspondence between a and c from other string -object chosen = successor bond between a and b from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between b and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = c from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -object chosen = group[0:2] == ccc from target string -object chosen = c from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = c from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ccc from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 95 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: group[0:1] == ab -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ab from initial string -destination: c -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[0:1] == ab -lost fight with group[0:1] == ab -failed to break Groups: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: group[0:1] == ab -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -broke the bonds -won fight with group[0:1] == ab -won fight with group[0:1] == ab -broke the Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between c and c from other string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = c from initial string -object chosen = c from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = a from initial string -object chosen = c from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and c from other string -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: b -object chosen = c from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = c from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = a from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -object chosen = a from initial string -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -object chosen = group[0:2] == ccc from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = a from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = a from initial string -object chosen = c from target string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = c from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = b from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = c from initial string -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -object chosen = c from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = c from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = c from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = c from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = group[0:2] == ccc from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -object chosen = c from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 33, unhappiness=89 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=82 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: group[1:2] == bc -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=82 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=82 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: group[1:2] == bc -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=82 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -destination: a -top_down_bond_scout__category -initial : relevance = 66, unhappiness=82 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -object chosen = predecessor bond between b and c from other string -bond strength = 95 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == bc -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 95 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = c from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: group[1:2] == bc -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 95 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -lost fight with group[1:2] == bc -failed to break Groups: Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: group[1:2] == bc -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = predecessor bond between a and b from other string -bond strength = 95 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 95 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[1:2] == bc -won fight with group[1:2] == bc -broke the Groups -building group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == cc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = Correspondence between c and c from other string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == cc from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -object chosen = c from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == cc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = c from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[1:2] == cc from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ccc from target string -no incompatible bonds -won fight with group[1:2] == cc -lost fight with group[1:2] == cc -failed to break Groups: Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -no incompatible bonds -lost fight with group[1:2] == cc -failed to break Groups: Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -no incompatible bonds -lost fight with group[1:2] == cc -failed to break Groups: Fizzle -object chosen = group[0:2] == ccc from target string -no incompatible bonds -won fight with group[1:2] == cc -lost fight with group[1:2] == cc -failed to break Groups: Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 66, unhappiness=52 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -no incompatible bonds -won fight with group[1:2] == cc -won fight with group[1:2] == cc -broke the Groups -building group -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=52 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = c from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from target string -destination: c -chosen bond facet: letterCategory -Source: c, destination: c -source descriptor: C -destination descriptor: C -proposing sameness bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = c from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=88 -target string selected: ccc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: c -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between c and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between c and c -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = a from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = b from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -target string selected: ccc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=77 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=77 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[0:2] == ccc from target string -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=80 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: group[0:1] == ab -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: group[0:1] == ab -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ccc from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 33, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 33, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 33, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -initial : relevance = 33, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 33, unhappiness=94 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -initial : relevance = 33, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ccc from target string -object chosen = group[1:2] == bc from initial string -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 33, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 33, unhappiness=94 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=80 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=80 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = c from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 66, unhappiness=80 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 95 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[0:1] == ab -won fight with group[0:1] == ab -broke the Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: sameness bond between c and c -possible group: sameness bond between c and c -trying from c to sameness -proposing group from c to c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: c -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = sameness bond between c and c from other string -bond strength = 100 for sameness bond between c and c -succeeded: posting bond-builder -object chosen = sameness bond between c and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -posting bottom up codelets -object chosen = c from initial string -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=2 -target string selected: ccc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=2 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = b from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ccc from target string -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == ccc from target string -object chosen = group[0:2] == ccc from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -urgency: 61.6, number: 2, bin: 5 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and a -object chosen = b from initial string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder urgency: 100.0, number: 2, bin: 7 -object chosen = b from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = a from initial string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -urgency: 61.6, number: 2, bin: 5 -object chosen = b from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = b from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -urgency: 100.0, number: 2, bin: 7 -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[1:2] == ba from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between c and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between c and b from other string -bond strength = 94 for successor bond between c and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -lost fight with predecessor bond between c and b -failed to break bonds: Fizzle -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and a -firstBond2: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from b to predecessor -proposing group from c to b -object chosen = a from initial string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == cb from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -urgency: 100.0, number: 1, bin: 7 object chosen = successor bond between b and c from other string number of incompatibleBonds: 1 predecessor bond between b and c won fight with predecessor bond between b and c broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and a -building bond successor bond between b and c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = Correspondence between b and b from other string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = c from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from c to predecessor -proposing group from c to b -object chosen = a from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:1] == cb from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between c and b -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[0:1] == cb from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between c and b -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -object chosen = group[1:2] == ba from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between c and b from other string -bond strength = 94 for successor bond between c and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[0:1] == cb from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = c from initial string -object chosen = group[1:2] == ba from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and a from other string -bond strength = 94 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -bond strength = 94 for successor bond between c and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = successor bond between c and b from other string -bond strength = 94 for successor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -lost fight with predecessor bond between c and b -failed to break bonds: Fizzle -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -won fight with predecessor bond between c and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and c -building bond successor bond between c and b -object chosen = group[1:2] == ba from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = a from initial string -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == bc from initial string -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = group[1:2] == ba from target string -object chosen = a from target string -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from b to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -object chosen = group[0:1] == cb from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == cba from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from c to a -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from c to a -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = a from initial string -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -broke the bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 61.6, number: 2, bin: 5 -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -won fight with successor bond between c and b -broke the bonds -won fight with group[0:2] == cba -broke the groups -building bond predecessor bond between c and b -object chosen = group[0:2] == cba from target string -lost fight with predecessor bond between c and b -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == cba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -lost fight with predecessor bond between c and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -no firstBond2 -object chosen = group[0:2] == cba from target string -lost fight with predecessor bond between c and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 61.6, number: 2, bin: 5 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == cba from target string -lost fight with predecessor bond between c and b -failed to break bonds: Fizzle -object chosen = group[0:1] == ab from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -won fight with group[0:2] == abc -won fight with group[0:2] == abc -broke the Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == ba from target string -object chosen = successor bond between c and b from other string -bond strength = 94 for successor bond between c and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 61.6, number: 2, bin: 5 -object chosen = predecessor bond between b and a from other string -bond strength = 69 for predecessor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -lost fight with predecessor bond between c and b -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = predecessor bond between b and a from other string -bond strength = 94 for predecessor bond between b and a -succeeded: posting bond-builder -urgency: 61.6, number: 2, bin: 5 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = b from target string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -no incompatible groups -building bond predecessor bond between b and a -object chosen = group[0:1] == cb from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = b from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for group -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = b from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from target string -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between c and b from other string -bond strength = 94 for predecessor bond between c and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between c and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = b from target string -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from c to a -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from c to a -object chosen = group[0:2] == cba from target string -urgency: 89.44, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds lost fight with group[0:2] == abc failed to break groups: Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b succeeded: posting bond-builder object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=78 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 +object chosen = group[0:2] == abc from initial string posting bottom up codelets -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from c to a -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -firstBond2: predecessor bond between c and b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -won fight with group[0:2] == cba -broke the groups -building bond successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b +urgency: 100.0, number: 1, bin: 7 top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b succeeded: posting bond-builder -posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = b -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c trying from b to predecessor -proposing group from c to b -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = group[0:1] == cb from target string -object chosen = predecessor bond between b and a from other string -bond strength = 94 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string +proposing group from a to c +object chosen = predecessor bond between a and b from other string already exists: activate descriptors & Fizzle -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -no incompatible groups -building bond predecessor bond between b and a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from c to a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from c to predecessor -proposing group from c to a -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from c to predecessor -proposing group from c to a -object chosen = c from target string -destination: b +object chosen = i from target string +destination: j chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == cba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = c from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -object chosen = group[0:1] == cb from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from c to a -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -no incompatible bonds -won fight with group[0:1] == cb -won fight with group[0:1] == cb -broke the Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from c to predecessor -proposing group from c to a -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between c and b -firstBond2: predecessor bond between b and a object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -61152,623 +172580,81 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b +bond strength = 91 for successor bond between a and b succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 62.5, number: 2, bin: 5 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from c to a -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == cba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = c from target string -urgency: 62.5, number: 2, bin: 5 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c object chosen = successor bond between a and b from other string number of incompatibleBonds: 1 predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 100, unhappiness=79 +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between b and a from other string +object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = b from target string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string destination: c chosen bond facet: letterCategory Source: b, destination: c source descriptor: B destination descriptor: C proposing successor bond -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between c and b from other string -bond strength = 91 for successor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -won fight with predecessor bond between c and b -broke the bonds -won fight with group[0:2] == cba -broke the groups -building bond successor bond between c and b -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -won fight with successor bond between c and b -broke the bonds -no incompatible groups -building bond predecessor bond between c and b -urgency: 61.6, number: 2, bin: 5 -object chosen = b from target string -destination: a +object chosen = i from target string +destination: j chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -object chosen = group[0:2] == cba from target string -no incompatible bonds -no incompatible Groups -building group -urgency: 61.6, number: 2, bin: 5 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = a from initial string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B +Source: i, destination: j +source descriptor: I +destination descriptor: J proposing successor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -posting bottom up codelets -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 89.44, number: 2, bin: 7 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from c to predecessor -proposing group from c to a -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == cba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = c from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a object chosen = b from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from c to predecessor -proposing group from c to a -object chosen = group[0:2] == cba from target string -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = b from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b +destination: c chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from b to predecessor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between c and b -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a +Source: b, destination: c source descriptor: B -destination descriptor: A +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between c and b from other string -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between c and b -object chosen = a from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string destination: b chosen bond facet: letterCategory Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -object chosen = predecessor bond between b and a from other string -bond strength = 94 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and a -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 object chosen = b from initial string destination: a chosen bond facet: letterCategory @@ -61776,69 +172662,165 @@ Source: b, destination: a source descriptor: B destination descriptor: A proposing predecessor bond -object chosen = b from target string -destination: a +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A +Source: c, destination: b +source descriptor: C +destination descriptor: B proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets +object chosen = j from target string +top_down_bond_scout__category initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: a +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 top_down_bond_scout__category initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction source chosen = a no firstBond no firstBond2 -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from c to a -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 @@ -61846,561 +172828,668 @@ Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = b from initial string -object chosen = successor bond between b and a from other string +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j object chosen = predecessor bond between b and c from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = group[1:2] == jk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = c from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = j from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups trying to break incompatible correspondences -won fight with Correspondence between c and a -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = a from target string -urgency: 61.6, number: 2, bin: 5 -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from b to predecessor -proposing group from c to a -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups +won fight with Correspondence between a and i building bond predecessor bond between a and b -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -urgency: 61.6, number: 2, bin: 5 -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -to object: a object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b succeeded: posting bond-builder +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between c and b from other string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from b to predecessor -proposing group from c to a -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from c to a -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 61.6, number: 2, bin: 5 -object chosen = b from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == cba from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between c and b from other string -bond strength = 48 for successor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string no incompatible bonds no incompatible Groups building group -object chosen = predecessor bond between b and a from other string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=79 initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond to object: b -urgency: 61.6, number: 2, bin: 5 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = group[0:2] == cba from target string +object chosen = a from initial string object chosen = predecessor bond between a and b from other string already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder object chosen = predecessor bond between b and c from other string bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder object chosen = predecessor bond between a and b from other string already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between b and a from other string -bond strength = 94 for predecessor bond between b and a +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = group[0:2] == cba from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string no incompatible bonds no incompatible Groups building group -object chosen = b from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from c to a -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and a from other string +object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group object chosen = group[0:2] == abc from initial string top_down_bond_scout__category initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == cba from target string already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 6 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle posting bottom up codelets -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -initial : relevance = 0, unhappiness=15 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = a from initial string initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle top_down_bond_scout__category initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -object chosen = c from initial string -initial : relevance = 0, unhappiness=15 target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from c to a -top_down_bond_scout__category +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond to object: b -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle object chosen = predecessor bond between b and c from other string bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category +object chosen = group[0:2] == abc from initial string initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string top_down_bond_scout__category initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: a, destination: b -object chosen = b from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 object chosen = predecessor bond between a and b from other string bond strength = 96 for predecessor bond between a and b succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a firstBond: predecessor bond between a and b possible group: predecessor bond between a and b trying from a to predecessor proposing group from a to c -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == cba from target string -urgency: 61.6, number: 2, bin: 5 -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from b to predecessor -proposing group from c to a -urgency: 61.6, number: 2, bin: 5 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from c to a -object chosen = group[0:2] == cba from target string -urgency: 61.6, number: 2, bin: 5 -object chosen = group[0:2] == cba from target string +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -62408,23 +173497,85 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -urgency: 89.44, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from c to a -posting bottom up codelets -object chosen = group[0:2] == cba from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond object chosen = successor bond between a and b from other string bond strength = 48 for successor bond between a and b -urgency: 89.44, number: 2, bin: 7 -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = c from initial string +object chosen = Correspondence between a and i from other string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +object chosen = i from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b object chosen = b from initial string destination: a chosen bond facet: letterCategory @@ -62432,264 +173583,762 @@ Source: b, destination: a source descriptor: B destination descriptor: A proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string destination: b chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A +Source: c, destination: b +source descriptor: C destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K proposing successor bond Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = a from initial string -destination: b +object chosen = j from target string +destination: i chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from target string -destination: b +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B +Source: i, destination: j +source descriptor: I +destination descriptor: J proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j object chosen = predecessor bond between a and b from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond predecessor bond between a and b -object chosen = a from target string -destination: b +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = k from target string +destination: j chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from target string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = a from initial string -object chosen = c from initial string -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -object chosen = b from target string -object chosen = b from target string destination: c chosen bond facet: letterCategory Source: b, destination: c source descriptor: B destination descriptor: C proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -object chosen = successor bond between c and b from other string -bond strength = 91 for successor bond between c and b +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = c from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between c and b -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -urgency: 100.0, number: 2, bin: 7 -object chosen = c from target string -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=100 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 94 for successor bond between b and a +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 94 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and a +urgency: 23.200000000000003, number: 1, bin: 2 object chosen = successor bond between a and b from other string number of incompatibleBonds: 1 predecessor bond between a and b won fight with predecessor bond between a and b broke the bonds no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and c building bond successor bond between a and b -object chosen = b from initial string -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from b to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 posting bottom up codelets -object chosen = c from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = a from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = b from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string destination: b chosen bond facet: letterCategory Source: c, destination: b source descriptor: C destination descriptor: B proposing predecessor bond -object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = i from target string +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +object chosen = i from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = c from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = Correspondence between b and j from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets top_down_bond_scout__category initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=94 initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=78 +source: c, destination: b +object chosen = group[0:1] == ij from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b +source chosen = c no firstBond -firstBond2: successor bond between a and b -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from c to a -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder +no firstBond2 object chosen = b from initial string destination: c chosen bond facet: letterCategory @@ -62697,223 +174346,61 @@ Source: b, destination: c source descriptor: B destination descriptor: C proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c +object chosen = j from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = predecessor bond between b and c from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction +building bond predecessor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction source chosen = b -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from b to successor -proposing group from c to a -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -urgency: 100.0, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -urgency: 61.6, number: 2, bin: 5 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 61.6, number: 2, bin: 5 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between c and b from other string -bond strength = 48 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +object chosen = successor bond between j and k from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups -building bond successor bond between c and b -object chosen = c from target string -object chosen = b from target string -object chosen = b from initial string -destination: c +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C +Source: i, destination: j +source descriptor: I +destination descriptor: J proposing successor bond object chosen = a from initial string destination: b @@ -62922,4449 +174409,1534 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -posting bottom up codelets object chosen = successor bond between a and b from other string bond strength = 91 for successor bond between a and b succeeded: posting bond-builder -object chosen = successor bond between a and b from other string +object chosen = b from initial string +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups +building bond predecessor bond between j and k +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups building bond successor bond between a and b -urgency: 100.0, number: 2, bin: 7 -object chosen = b from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +object chosen = group[0:1] == ij from target string +destination: k +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = predecessor bond between j and k from other string +bond strength = 95 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ij +no firstBond +no firstBond2 +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:1] == ij +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[1:2] == bc from initial string +object chosen = group[0:1] == ij from target string +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets object chosen = successor bond between a and b from other string bond strength = 91 for successor bond between a and b succeeded: posting bond-builder -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between b and a from other string -bond strength = 94 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between c and b from other string -bond strength = 91 for successor bond between c and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and a -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -urgency: 61.6, number: 2, bin: 5 -object chosen = c from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from b to successor -proposing group from c to a -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -no firstBond2 -object chosen = group[0:2] == cba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = c from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = c from target string -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == abc from initial string -urgency: 61.6, number: 2, bin: 5 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -urgency: 89.44, number: 2, bin: 7 -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = b from target string -urgency: 89.44, number: 2, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -urgency: 89.44, number: 2, bin: 7 -object chosen = b from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = b from target string -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 89.44, number: 2, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -urgency: 61.6, number: 2, bin: 5 -object chosen = successor bond between b and a from other string -object chosen = Correspondence between c and c from other string -urgency: 61.6, number: 2, bin: 5 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = Correspondence between b and b from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 78 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 89.44, number: 2, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = c from initial string -object chosen = Correspondence between b and b from other string -urgency: 89.44, number: 2, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -object chosen = c from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 89.44, number: 2, bin: 7 -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 78 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 61.6, number: 2, bin: 5 -posting bottom up codelets -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +won fight with predecessor bond between i and j broke the bonds -lost fight with group[0:2] == cba -failed to break groups: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = c from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -urgency: 61.6, number: 2, bin: 5 -posting bottom up codelets -urgency: 61.6, number: 2, bin: 5 -urgency: 61.6, number: 2, bin: 5 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string +won fight with group[0:1] == ij +won fight with group[0:1] == ij +broke the Groups +building group initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -object chosen = successor bond between b and c from other string -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from target string -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 78 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 78 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 89.44, number: 2, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 78 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = successor bond between c and b from other string -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -urgency: 89.44, number: 2, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = Correspondence between a and a from other string -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -object chosen = Correspondence between group[0:2] == abc and group[0:2] == cba from other string -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -posting bottom up codelets -object chosen = successor bond between b and c from other string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -no incompatible bonds -no incompatible Groups -building group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 61.6, number: 2, bin: 5 -urgency: 61.6, number: 2, bin: 5 -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = c from target string -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -object chosen = successor bond between c and b from other string -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 78 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 61.6, number: 2, bin: 5 -urgency: 61.6, number: 2, bin: 5 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between c and b from other string -bond strength = 78 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between c and b from other string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from target string -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 89.44, number: 2, bin: 7 -object chosen = group[0:2] == cba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -object chosen = Correspondence between group[0:2] == abc and group[0:2] == cba from other string -object chosen = Correspondence between b and b from other string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -no firstBond2 -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -object chosen = successor bond between b and a from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets +top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b +source: a, destination: b +object chosen = group[0:2] == ijk from target string +won fight with successor bond between j and k +lost fight with successor bond between i and j failed to break bonds: Fizzle -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from target string initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = b from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -won fight with successor bond between c and b -broke the bonds -lost fight with group[0:2] == cba -failed to break groups: Fizzle -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -urgency: 61.6, number: 2, bin: 5 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -urgency: 61.6, number: 2, bin: 5 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -urgency: 61.6, number: 2, bin: 5 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -won fight with successor bond between c and b -broke the bonds -lost fight with group[0:2] == cba -failed to break groups: Fizzle -urgency: 89.44, number: 2, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 61.6, number: 2, bin: 5 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -posting bottom up codelets -urgency: 61.6, number: 2, bin: 5 -urgency: 61.6, number: 2, bin: 5 -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = Correspondence between c and c from other string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 61.6, number: 2, bin: 5 -urgency: 61.6, number: 2, bin: 5 -urgency: 61.6, number: 2, bin: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 78 for successor bond between c and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -object chosen = Correspondence between b and b from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string +object chosen = predecessor bond between a and b from other string already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = c firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +won fight with successor bond between j and k +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j succeeded: posting bond-builder object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 +initial : relevance = 0, unhappiness=15 target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from c to a -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -object chosen = b from target string -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = successor bond between a and b from other string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets initial : relevance = 0, unhappiness=15 target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from b to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 61.6, number: 2, bin: 5 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 89.44, number: 2, bin: 7 -object chosen = a from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string +object chosen = successor bond between i and j from other string already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == cba from target string +object chosen = c from initial string initial : relevance = 0, unhappiness=15 target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string initial : relevance = 100, unhappiness=15 target : relevance = 0, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 61.6, number: 2, bin: 5 -object chosen = a from initial string -urgency: 61.6, number: 2, bin: 5 -urgency: 61.6, number: 2, bin: 5 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = b from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -urgency: 89.44, number: 2, bin: 7 -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between c and b from other string -bond strength = 78 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = Correspondence between group[0:2] == abc and group[0:2] == cba from other string -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -object chosen = successor bond between c and b from other string -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = successor bond between b and c from other string -object chosen = Correspondence between a and a from other string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = Correspondence between c and c from other string -urgency: 89.44, number: 2, bin: 7 -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = Correspondence between c and c from other string -object chosen = successor bond between c and b from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between c and b from other string -bond strength = 78 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 78 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 78 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between c and b from other string -bond strength = 78 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between c and b from other string -bond strength = 78 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -urgency: 89.44, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = Correspondence between group[0:2] == abc and group[0:2] == cba from other string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from c to a -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -won fight with successor bond between c and b -broke the bonds -lost fight with group[0:2] == cba -failed to break groups: Fizzle -object chosen = c from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 78 for successor bond between b and a -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between c and b from other string -bond strength = 78 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 78 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond to object: a object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from target string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: successor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: successor bond between j and k +object chosen = k from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = b from initial string +object chosen = b from initial string destination: c chosen bond facet: letterCategory Source: b, destination: c source descriptor: B destination descriptor: C proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 +urgency: 100.0, number: 1, bin: 7 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c object chosen = a from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = c from initial string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = i from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[1:2] == jk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = b from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between i and j +broke the bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond predecessor bond between i and j +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between i and j +broke the bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 target : relevance = 0, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c +source: c, destination: b +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond object chosen = successor bond between b and c from other string bond strength = 96 for successor bond between b and c succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 78.88000000000001, number: 1, bin: 6 -urgency: 78.88000000000001, number: 1, bin: 6 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets top_down_bond_scout__category initial : relevance = 100, unhappiness=15 target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 +source: a, destination: b Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 2, bin: 7 +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string object chosen = predecessor bond between a and b from other string bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from b to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b +successor bond between j and k +lost fight with successor bond between j and k failed to break bonds: Fizzle -object chosen = successor bond between b and a from other string -posting bottom up codelets -object chosen = Correspondence between c and c from other string -object chosen = successor bond between a and b from other string -object chosen = c from target string +object chosen = c from initial string destination: b chosen bond facet: letterCategory Source: c, destination: b source descriptor: C destination descriptor: B proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = Correspondence between b and j from other string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +object chosen = j from target string object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -67372,3192 +175944,582 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from b to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -urgency: 89.44, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -won fight with successor bond between c and b -broke the bonds -won fight with group[0:2] == cba -broke the groups -building bond predecessor bond between c and b -urgency: 89.44, number: 2, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 69 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -won fight with predecessor bond between c and b -broke the bonds +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds no incompatible groups -building bond successor bond between c and b -object chosen = b from target string -destination: c +building bond predecessor bond between b and c +object chosen = c from initial string +destination: b chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 78 for successor bond between c and b +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c succeeded: posting bond-builder -object chosen = successor bond between c and b from other string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -initial : relevance = 100, unhappiness=18 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = c from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = k from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[1:2] == jk from target string +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = group[0:2] == ijk from target string +won fight with successor bond between j and k +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 target : relevance = 0, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -object chosen = c from target string -urgency: 89.44, number: 2, bin: 7 -object chosen = a from target string -destination: b +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B +Source: i, destination: j +source descriptor: I +destination descriptor: J proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string +object chosen = group[0:2] == ijk from target string no incompatible bonds no incompatible Groups building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = b from target string -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 89.44, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 78 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between c and b from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = successor bond between c and b from other string -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -urgency: 61.6, number: 2, bin: 5 -urgency: 61.6, number: 2, bin: 5 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -urgency: 61.6, number: 2, bin: 5 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = a from initial string -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets initial : relevance = 100, unhappiness=15 target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -lost fight with group[0:2] == cba -failed to break groups: Fizzle -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 61.6, number: 2, bin: 5 -urgency: 61.6, number: 2, bin: 5 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -object chosen = successor bond between c and b from other string -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for group object chosen = group[0:2] == abc from initial string -urgency: 89.44, number: 2, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c object chosen = group[0:2] == abc from initial string -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = successor bond between b and a from other string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category initial : relevance = 100, unhappiness=15 target : relevance = 0, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = successor bond between b and c from other string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 61.6, number: 2, bin: 5 -posting bottom up codelets -object chosen = Correspondence between a and a from other string -object chosen = successor bond between b and c from other string -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -object chosen = successor bond between c and b from other string -object chosen = successor bond between b and c from other string -posting bottom up codelets -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -urgency: 61.6, number: 2, bin: 5 -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 78 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -urgency: 89.44, number: 2, bin: 7 -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and a -firstBond2: successor bond between c and b -urgency: 89.44, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = successor bond between c and b from other string -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -object chosen = successor bond between b and c from other string -urgency: 89.44, number: 2, bin: 7 -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -won fight with successor bond between c and b -broke the bonds -won fight with group[0:2] == cba -broke the groups -building bond predecessor bond between c and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 69 for successor bond between c and b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 89.44, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = Correspondence between b and b from other string -object chosen = c from target string -destination: group[1:2] == ba -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=80 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -no firstBond2 -object chosen = a from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=80 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = predecessor bond between b and a from other string -bond strength = 94 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between a and b -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -object chosen = Correspondence between b and b from other string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -no firstBond2 -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: group[1:2] == ba -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 33, unhappiness=80 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=84 -target : relevance = 33, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 33, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 33, unhappiness=80 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == ba, destination: c -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: group[1:2] == ba -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond source: c, destination: b -object chosen = successor bond between c and b from other string -bond strength = 94 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -lost fight with predecessor bond between c and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 78.88000000000001, number: 1, bin: 6 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[1:2] == bc from initial string -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond to object: a -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = predecessor bond between b and a from other string -bond strength = 94 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and a -firstBond2: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from b to predecessor -proposing group from c to b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[0:1] == cb from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == ba, destination: c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = c from initial string -initial : relevance = 100, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == cb from target string -no incompatible bonds -lost fight with group[1:2] == ba -failed to break Groups: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == ba, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -won fight with predecessor bond between c and b -broke the bonds -won fight with group[1:2] == ba -won fight with group[1:2] == ba -broke the Groups -building group -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 89.44, number: 2, bin: 7 -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == cba from target string -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from c to a -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string +object chosen = successor bond between j and k from other string already exists: activate descriptors & Fizzle object chosen = predecessor bond between a and b from other string bond strength = 96 for predecessor bond between a and b succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = a from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -urgency: 89.44, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == cba from target string -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -no incompatible bonds -won fight with group[0:2] == abc -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between c and b -firstBond2: successor bond between b and a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between c and b -firstBond2: successor bond between b and a -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -urgency: 92.5, number: 2, bin: 7 -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group object chosen = predecessor bond between b and c from other string bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between a and b from other string +object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = c from initial string +urgency: 24.1, number: 2, bin: 2 object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder +already exists: activate descriptors & Fizzle top_down_bond_scout__category initial : relevance = 0, unhappiness=15 target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string object chosen = c from initial string initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a firstBond: predecessor bond between a and b possible group: predecessor bond between a and b trying from a to predecessor proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 92.5, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 92.5, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -object chosen = c from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = c from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -object chosen = c from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and a -building bond successor bond between b and c -object chosen = group[1:2] == bc from initial string -object chosen = group[1:2] == bc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 66, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -object chosen = group[0:2] == cba from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == bc from initial string -destination: a -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 95 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between b and c from other string +object chosen = successor bond between i and j from other string already exists: activate descriptors & Fizzle urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == cba from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 0, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 66, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -top_down_bond_scout__category -initial : relevance = 66, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -initial : relevance = 0, unhappiness=92 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = a from initial string -initial : relevance = 0, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=92 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 66, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -initial : relevance = 0, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -initial : relevance = 66, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == bc -no firstBond -no firstBond2 -urgency: 89.44, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 66, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -object chosen = successor bond between b and c from other string -bond strength = 95 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -top_down_bond_scout__category -initial : relevance = 66, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -bond strength = 95 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 95 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 61.6, number: 2, bin: 5 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 66, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from b to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 95 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 66, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 66, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -bond strength = 95 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -destination: a -initial : relevance = 0, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from c to a -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[1:2] == bc -won fight with group[1:2] == bc -broke the Groups -building group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == cba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from c to a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from c to a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = a from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -urgency: 61.6, number: 2, bin: 5 -object chosen = group[0:2] == cba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -urgency: 89.44, number: 2, bin: 7 -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -urgency: 89.44, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -urgency: 89.44, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = c from target string -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from b to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -urgency: 89.44, number: 2, bin: 7 -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c object chosen = group[0:2] == abc from initial string object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -70572,113 +176534,106 @@ Source: c, destination: b source descriptor: C destination descriptor: B proposing predecessor bond -urgency: 61.6, number: 2, bin: 5 -object chosen = a from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string destination: b chosen bond facet: letterCategory Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 61.6, number: 2, bin: 5 -object chosen = a from target string +object chosen = a from initial string destination: b chosen bond facet: letterCategory Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder object chosen = successor bond between a and b from other string bond strength = 48 for successor bond between a and b succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = k from target string +object chosen = b from initial string object chosen = successor bond between a and b from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond successor bond between a and b -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 48 for successor bond between c and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 61.6, number: 2, bin: 5 -urgency: 100.0, number: 1, bin: 7 object chosen = predecessor bond between b and c from other string bond strength = 48 for predecessor bond between b and c succeeded: posting bond-builder -object chosen = b from initial string -object chosen = a from initial string -destination: b +object chosen = i from target string +destination: j chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B +Source: i, destination: j +source descriptor: I +destination descriptor: J proposing successor bond -object chosen = predecessor bond between b and c from other string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups -building bond predecessor bond between b and c +building bond predecessor bond between j and k object chosen = successor bond between a and b from other string bond strength = 91 for successor bond between a and b succeeded: posting bond-builder -object chosen = a from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -urgency: 100.0, number: 1, bin: 7 -urgency: 61.6, number: 2, bin: 5 object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: cba with 3 letters, 3 objects, 0 bonds for bond -to object: b -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = a from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 @@ -70688,3179 +176643,105 @@ Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between c and b -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between c and b -no firstBond2 -object chosen = c from initial string -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=100 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from b to predecessor -proposing group from c to b -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 +initial : relevance = 50, unhappiness=89 target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = b from target string -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:1] == ab from initial string -object chosen = Correspondence between a and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -to object: a -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction source chosen = c -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from c to predecessor -proposing group from c to b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from b to predecessor -proposing group from c to b -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = group[0:1] == cb from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from target string -object chosen = group[0:1] == cb from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:1] == cb from target string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=89 -target string selected: cba with 3 letters, 4 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=89 -target string selected: cba with 3 letters, 4 objects, 1 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and a -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -bond strength = 94 for predecessor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == cb from target string -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == cb no firstBond no firstBond2 -object chosen = group[0:1] == cb from target string -destination: a -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: group[0:1] == cb -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and c -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 33, unhappiness=92 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=84 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = group[1:2] == ba from target string -initial : relevance = 50, unhappiness=84 -target : relevance = 33, unhappiness=92 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and a -firstBond2: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from b to predecessor -proposing group from c to b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 33, unhappiness=92 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 94 for predecessor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and a -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:1] == ab from initial string -object chosen = group[0:1] == cb from target string -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -bond strength = 94 for successor bond between c and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=82 -target string selected: cba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=82 -target string selected: cba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=82 -target string selected: cba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[0:1] == cb -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and a -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 66, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from c to a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == cba from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -won fight with predecessor bond between c and b -broke the bonds -won fight with group[0:1] == cb -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and c -object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k object chosen = predecessor bond between a and b from other string bond strength = 91 for predecessor bond between a and b succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -no firstBond2 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = a from target string -destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = i from target string +destination: j chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B +Source: i, destination: j +source descriptor: I +destination descriptor: J proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 66, unhappiness=93 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 66, unhappiness=93 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond source: c, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 95 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=93 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=93 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -no incompatible bonds -won fight with group[0:1] == cb -won fight with group[0:1] == cb -broke the Groups -building group -object chosen = b from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=93 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=93 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=93 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between c and b from other string -bond strength = 91 for successor bond between c and b -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -posting bottom up codelets -urgency: 62.5, number: 2, bin: 5 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between c and b from other string -bond strength = 78 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == cba from target string -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -won fight with group[0:2] == cba -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and a -building bond successor bond between b and a -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -object chosen = b from target string -object chosen = group[0:2] == cba from target string -lost fight with successor bond between b and a -failed to break bonds: Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == abc from initial string -urgency: 61.6, number: 2, bin: 5 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 94 for successor bond between c and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -lost fight with predecessor bond between c and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 89.44, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -object chosen = c from target string -urgency: 89.44, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: cba with 3 letters, 4 objects, 1 bonds for bond -source: c, destination: b -object chosen = group[0:2] == cba from target string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: cba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from target string -destination: group[1:2] == ba -object chosen = group[0:2] == cba from target string -no incompatible bonds -won fight with group[1:2] == ba -won fight with group[1:2] == ba -broke the Groups -building group -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=82 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from b to successor -proposing group from c to a -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=82 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=82 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -urgency: 89.44, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -urgency: 89.44, number: 2, bin: 7 -object chosen = a from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -urgency: 89.44, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 89.44, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from c to a -posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 89.44, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -urgency: 89.44, number: 2, bin: 7 -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = c from target string -urgency: 89.44, number: 2, bin: 7 -object chosen = c from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between c and b from other string -bond strength = 78 for successor bond between c and b -object chosen = group[0:2] == abc from initial string -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -posting bottom up codelets -object chosen = b from target string -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -urgency: 89.44, number: 2, bin: 7 -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = b from target string -object chosen = c from initial string -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 78 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between c and b from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -object chosen = successor bond between c and b from other string -posting bottom up codelets -object chosen = successor bond between b and c from other string -object chosen = Correspondence between group[0:2] == abc and group[0:2] == cba from other string -object chosen = successor bond between b and c from other string -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = successor bond between b and a from other string -object chosen = successor bond between a and b from other string -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = c from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between a and b from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -urgency: 89.44, number: 2, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = Correspondence between c and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -posting bottom up codelets -object chosen = successor bond between c and b from other string -bond strength = 78 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -urgency: 89.44, number: 2, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = b from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = Correspondence between b and b from other string -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between c and b from other string -bond strength = 78 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 78 for successor bond between b and a -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = Correspondence between a and a from other string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -urgency: 61.6, number: 2, bin: 5 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and a -firstBond2: successor bond between c and b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=84 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 66, unhappiness=84 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from c to a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == bc -no firstBond -no firstBond2 -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 95 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -won fight with successor bond between c and b -broke the bonds -lost fight with group[0:2] == cba -failed to break groups: Fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between c and b from other string -bond strength = 78 for successor bond between c and b -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[1:2] == bc -won fight with group[1:2] == bc -broke the Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -urgency: 89.44, number: 2, bin: 7 -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 62.5, number: 2, bin: 5 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -urgency: 62.5, number: 2, bin: 5 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 92.5, number: 2, bin: 7 -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = b from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -urgency: 92.5, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 92.5, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from b to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 92.5, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 92.5, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 92.5, number: 2, bin: 7 -urgency: 89.44, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 92.5, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between c and b from other string -bond strength = 78 for successor bond between c and b -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 48 for successor bond between c and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 2, bin: 7 -object chosen = c from initial string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string +object chosen = successor bond between i and j from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups -building bond predecessor bond between b and a -object chosen = b from initial string -object chosen = b from initial string -object chosen = c from initial string -posting bottom up codelets -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond +building bond successor bond between i and j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j object chosen = successor bond between b and c from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond successor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between c and b from other string -bond strength = 69 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between c and b from other string -bond strength = 91 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between c and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 94 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and c -building bond successor bond between a and b initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -object chosen = c from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 91 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -object chosen = a from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[1:2] == ba from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -firstBond2: successor bond between c and b -possible group: successor bond between c and b -trying from b to successor -proposing group from c to b -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j object chosen = predecessor bond between a and b from other string number of incompatibleBonds: 1 successor bond between a and b @@ -73868,16310 +176749,10 @@ won fight with successor bond between a and b broke the bonds no incompatible groups building bond predecessor bond between a and b -object chosen = group[0:1] == cb from target string -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -object chosen = group[1:2] == ba from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 94 for successor bond between b and a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == cb from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from b to successor -proposing group from c to b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to b -object chosen = group[0:1] == cb from target string -object chosen = group[0:1] == cb from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for group -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = predecessor bond between c and b from other string -bond strength = 94 for predecessor bond between c and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between c and b -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -object chosen = b from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between c and b from other string -bond strength = 91 for successor bond between c and b -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -won fight with predecessor bond between c and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and c -building bond successor bond between c and b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between c and b from other string -bond strength = 94 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -object chosen = c from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -lost fight with successor bond between c and b -failed to break bonds: Fizzle -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between c and b -firstBond2: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -object chosen = group[0:2] == cba from target string -lost fight with successor bond between c and b -failed to break bonds: Fizzle -object chosen = group[1:2] == ba from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == cb from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -object chosen = successor bond between c and b from other string -bond strength = 91 for successor bond between c and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = group[1:2] == ba from target string -object chosen = successor bond between c and b from other string -bond strength = 91 for successor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -bond strength = 69 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and c -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between c and b -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == cba from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 62.5, number: 2, bin: 5 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from c to predecessor -proposing group from c to a -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -no incompatible bonds -lost fight with group[0:2] == cba -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == cba from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = a from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = Correspondence between c and a from other string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 89.44, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 91 for successor bond between c and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = a from target string -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = c from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from c to predecessor -proposing group from c to a -object chosen = Correspondence between c and a from other string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between c and b from other string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = Correspondence between group[0:2] == abc and group[0:2] == cba from other string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from target string -object chosen = c from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 61.6, number: 2, bin: 5 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = Correspondence between b and b from other string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = Correspondence between b and b from other string -object chosen = group[0:2] == abc from initial string -urgency: 62.5, number: 2, bin: 5 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = c from initial string -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = c from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 62.5, number: 2, bin: 5 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = c from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -won fight with predecessor bond between c and b -broke the bonds -won fight with group[0:2] == cba -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and c -urgency: 61.6, number: 2, bin: 5 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -object chosen = a from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = c from target string -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == cba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -object chosen = group[0:2] == cba from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from c to a -object chosen = group[0:2] == cba from target string -urgency: 92.5, number: 2, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -object chosen = b from target string -object chosen = predecessor bond between c and b from other string -object chosen = Correspondence between c and a from other string -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between b and a from other string -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -object chosen = Correspondence between c and a from other string -object chosen = a from target string -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = Correspondence between group[0:2] == abc and group[0:2] == cba from other string -object chosen = b from target string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -object chosen = successor bond between a and b from other string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 89.44, number: 2, bin: 7 -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = c from initial string -object chosen = predecessor bond between b and a from other string -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = b from target string -object chosen = a from target string -object chosen = Correspondence between c and a from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between a and c from other string -object chosen = successor bond between a and b from other string -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = Correspondence between group[0:2] == abc and group[0:2] == cba from other string -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -urgency: 61.6, number: 2, bin: 5 -object chosen = group[0:2] == cba from target string -object chosen = a from target string -object chosen = successor bond between b and c from other string -object chosen = predecessor bond between c and b from other string -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = Correspondence between group[0:2] == abc and group[0:2] == cba from other string -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -object chosen = Correspondence between c and a from other string -object chosen = a from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = Correspondence between c and a from other string -object chosen = b from target string -object chosen = group[0:2] == cba from target string -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = c from target string -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -object chosen = a from target string -object chosen = Correspondence between b and b from other string -object chosen = a from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -object chosen = b from target string -object chosen = successor bond between a and b from other string -object chosen = successor bond between b and c from other string -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = a from initial string -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 91 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -lost fight with predecessor bond between c and b -failed to break bonds: Fizzle -object chosen = c from initial string -object chosen = a from target string -object chosen = b from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 91 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -won fight with predecessor bond between c and b -broke the bonds -won fight with group[0:2] == cba -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between a and c -building bond predecessor bond between a and b -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 74.39999999999999, number: 3, bin: 6 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 92.96, number: 3, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between a and b -broke the bonds -no incompatible Groups -building group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between c and b from other string -bond strength = 91 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -lost fight with predecessor bond between c and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -urgency: 74.39999999999999, number: 3, bin: 6 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 62.5, number: 2, bin: 5 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -urgency: 92.96, number: 3, bin: 7 -urgency: 92.5, number: 2, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -urgency: 92.5, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 92.5, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 92.5, number: 2, bin: 7 -urgency: 92.96, number: 3, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 89.44, number: 2, bin: 7 -urgency: 92.5, number: 2, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 89.44, number: 2, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 91 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -won fight with predecessor bond between c and b -broke the bonds -lost fight with group[0:2] == cba -failed to break groups: Fizzle -object chosen = Correspondence between c and a from other string -urgency: 25.0, number: 1, bin: 2 -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = Correspondence between c and a from other string -object chosen = c from initial string -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -won fight with group[0:2] == cba -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and a -building bond successor bond between b and a -object chosen = b from initial string -object chosen = successor bond between a and b from other string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and a from other string -bond strength = 94 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -bond strength = 94 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -no incompatible groups -building bond predecessor bond between b and a -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from target string -object chosen = predecessor bond between c and b from other string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = c from target string -object chosen = b from initial string -object chosen = a from target string -object chosen = b from initial string -urgency: 61.6, number: 2, bin: 5 -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from target string -urgency: 61.6, number: 2, bin: 5 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 61.6, number: 2, bin: 5 -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from c to a -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from target string -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == cba from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between c and b from other string -bond strength = 91 for successor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -urgency: 61.6, number: 2, bin: 5 -object chosen = successor bond between a and b from other string -object chosen = c from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = a from initial string -object chosen = successor bond between a and b from other string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = a from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -won fight with predecessor bond between c and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and c -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -object chosen = b from target string -object chosen = group[0:2] == cba from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -won fight with group[0:2] == cba -broke the groups -building bond successor bond between b and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = a from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == cba from target string -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -object chosen = b from target string -object chosen = group[0:2] == cba from target string -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = b from target string -object chosen = group[0:1] == cb from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from c to predecessor -proposing group from c to b -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 94 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == cb from target string -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -no incompatible groups -building bond predecessor bond between b and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = b from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 61.6, number: 2, bin: 5 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between c and b from other string -bond strength = 69 for predecessor bond between c and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = c from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -urgency: 61.6, number: 2, bin: 5 -urgency: 61.6, number: 2, bin: 5 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -urgency: 92.96, number: 3, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between c and b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from b to predecessor -proposing group from c to b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from b to predecessor -proposing group from c to b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = b from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == cb from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 94 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -no incompatible groups -building bond successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = group[0:1] == cb from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 94 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 94 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -no incompatible groups -building bond predecessor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == cb from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == cb -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between c and b from other string -bond strength = 95 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == cb, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == cb from target string -destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -no incompatible groups -building bond successor bond between b and a -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == cb -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -object chosen = group[0:1] == cb from target string -destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == cb, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == cb, destination: a -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:1] == cb from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -lost fight with predecessor bond between c and b -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from b to predecessor -proposing group from c to b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == cb from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == cb from target string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == cba from target string -lost fight with predecessor bond between c and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -bond strength = 94 for predecessor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 89.44, number: 2, bin: 7 -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == cb from target string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: group[0:1] == cb -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = a from target string -destination: group[0:1] == cb -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from c to predecessor -proposing group from c to b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: group[0:1] == cb -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == cb, destination: a -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:1] == cb from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -bond strength = 94 for predecessor bond between b and a -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from c to predecessor -proposing group from c to b -object chosen = group[0:1] == cb from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: group[0:1] == cb -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -won fight with successor bond between b and a -broke the bonds -won fight with group[0:1] == cb -lost fight with group[0:1] == cb -failed to break Groups: Fizzle -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == cb -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 100, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == cba from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = b from target string -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == cb -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between c and b from other string -bond strength = 94 for successor bond between c and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == cb, destination: a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == cb -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between c and b -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[1:2] == ba from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -lost fight with predecessor bond between c and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:1] == cb from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -bond strength = 65 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between c and b from other string -bond strength = 94 for successor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -won fight with predecessor bond between c and b -broke the bonds -won fight with group[0:1] == cb -broke the groups -building bond successor bond between c and b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from c to a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == cba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -lost fight with group[0:2] == cba -failed to break groups: Fizzle -object chosen = b from initial string -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -won fight with group[0:2] == cba -broke the groups -building bond predecessor bond between b and a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -no incompatible groups -building bond successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and a -firstBond2: successor bond between c and b -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -object chosen = group[0:2] == cba from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = group[1:2] == ba from target string -no incompatible bonds -lost fight with group[0:2] == cba -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == cba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from c to a -object chosen = c from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -urgency: 92.5, number: 2, bin: 7 -urgency: 92.5, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -posting bottom up codelets -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -won fight with successor bond between c and b -broke the bonds -won fight with group[0:2] == cba -broke the groups -building bond predecessor bond between c and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = c from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -urgency: 100.0, number: 1, bin: 7 -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for group -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: cba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and c -building bond predecessor bond between c and b -object chosen = group[0:2] == cba from target string -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -lost fight with predecessor bond between c and b -failed to break bonds: Fizzle -object chosen = group[1:2] == ba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between c and b -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 2, bin: 7 -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from target string -object chosen = successor bond between b and c from other string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -object chosen = successor bond between c and b from other string -bond strength = 48 for successor bond between c and b -urgency: 100.0, number: 2, bin: 7 -object chosen = b from target string -object chosen = c from initial string -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=100 -target string selected: cba with 3 letters, 3 objects, 0 bonds for bond -to object: a -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: cba with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: cba with 3 letters, 3 objects, 0 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: cba with 3 letters, 3 objects, 0 bonds for bond -to object: b -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between c and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between c and b from other string -bond strength = 91 for successor bond between c and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -lost fight with predecessor bond between c and b -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and a -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and a -firstBond2: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from b to predecessor -proposing group from c to b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:1] == cb from target string -object chosen = c from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between c and b from other string -bond strength = 94 for successor bond between c and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[0:2] == cba from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from c to predecessor -proposing group from c to b -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -won fight with predecessor bond between c and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and c -building bond successor bond between c and b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:1] == cb from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from c to a -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == cba from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == ba from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -no incompatible bonds -won fight with group[1:2] == ba -won fight with group[1:2] == ba -broke the Groups -building group -object chosen = group[1:2] == bc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: group[1:2] == bc -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from c to a -object chosen = predecessor bond between a and b from other string -bond strength = 65 for predecessor bond between a and b -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between a and b from other string -bond strength = 65 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -won fight with group[0:2] == cba -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and a -building bond predecessor bond between b and a -object chosen = group[0:2] == cba from target string -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = predecessor bond between c and b from other string -bond strength = 94 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -won fight with predecessor bond between b and a -broke the bonds -no incompatible Groups -building group -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[1:2] == bc from initial string -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == bc -no firstBond -no firstBond2 -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from target string -object chosen = group[1:2] == bc from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -destination: a -object chosen = a from initial string -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -won fight with group[1:2] == bc -lost fight with group[1:2] == bc -failed to break Groups: Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: group[1:2] == bc -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -destination: a -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == bc -no firstBond -no firstBond2 -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == bc -no firstBond -no firstBond2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -destination: a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -initial : relevance = 33, unhappiness=80 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=80 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -urgency: 61.6, number: 2, bin: 5 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: group[1:2] == bc -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from b to successor -proposing group from c to a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == cba from target string -urgency: 61.6, number: 2, bin: 5 -object chosen = group[0:2] == cba from target string -urgency: 61.6, number: 2, bin: 5 -urgency: 61.6, number: 2, bin: 5 -object chosen = group[1:2] == bc from initial string -destination: a -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = a from initial string -object chosen = group[1:2] == bc from initial string -object chosen = b from target string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[1:2] == bc from initial string -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between c and b from other string -bond strength = 78 for successor bond between c and b -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=80 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -urgency: 61.6, number: 2, bin: 5 -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from c to a -object chosen = group[1:2] == bc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[0:2] == cba from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from c to a -object chosen = group[0:2] == cba from target string -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -lost fight with successor bond between c and b -failed to break bonds: Fizzle -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == bc -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = c from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -possible group: successor bond between c and b -trying from c to successor -proposing group from c to a -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[1:2] == bc -won fight with group[1:2] == bc -broke the Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -urgency: 62.5, number: 2, bin: 5 -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -urgency: 62.5, number: 2, bin: 5 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between c and b from other string -bond strength = 78 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -urgency: 92.5, number: 2, bin: 7 -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -posting bottom up codelets -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -object chosen = a from initial string -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between c and b from other string -bond strength = 96 for successor bond between c and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between c and b -urgency: 61.6, number: 2, bin: 5 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between c and b from other string -bond strength = 48 for successor bond between c and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from c to predecessor -proposing group from c to b -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -urgency: 61.6, number: 2, bin: 5 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = c from target string -object chosen = group[0:1] == cb from target string -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 94 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -bond strength = 48 for successor bond between c and b -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = c from target string -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from b to predecessor -proposing group from c to a -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from c to a -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == cba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from c to a -object chosen = group[0:2] == cba from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -won fight with group[0:2] == cba -broke the groups -building bond successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -object chosen = a from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from c to predecessor -proposing group from c to b -object chosen = group[0:1] == cb from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from b to predecessor -proposing group from c to b -object chosen = group[0:1] == cb from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == cb from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == cb from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -object chosen = group[0:2] == cba from target string -object chosen = group[0:1] == cb from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 94 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = a from target string -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -no incompatible groups -building bond predecessor bond between b and a -object chosen = group[0:2] == cba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = a from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = b from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -won fight with predecessor bond between b and a -won fight with predecessor bond between c and b -broke the bonds -won fight with group[0:1] == cb -won fight with group[0:1] == cb -broke the Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -won fight with group[0:2] == cba -broke the groups -building bond predecessor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: cba with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between c and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == cb from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between c and b -firstBond2: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == cb -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == cb -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == cb -no firstBond -no firstBond2 -object chosen = group[0:1] == cb from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -won fight with successor bond between c and b -broke the bonds -won fight with group[0:1] == cb -won fight with group[0:1] == cb -broke the Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -urgency: 61.6, number: 2, bin: 5 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between c and b from other string -bond strength = 91 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -lost fight with predecessor bond between c and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -won fight with group[0:2] == cba -broke the groups -building bond successor bond between b and a -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = successor bond between c and b from other string -bond strength = 94 for successor bond between c and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -lost fight with predecessor bond between c and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 94 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 61.6, number: 2, bin: 5 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between c and b -urgency: 61.6, number: 2, bin: 5 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -urgency: 61.6, number: 2, bin: 5 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 61.6, number: 2, bin: 5 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -urgency: 61.6, number: 2, bin: 5 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -urgency: 61.6, number: 2, bin: 5 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: cba with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: cba with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: cba with 3 letters, 3 objects, 0 bonds for bond -to object: a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: cba with 3 letters, 3 objects, 0 bonds for bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between c and b from other string -bond strength = 48 for successor bond between c and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: cba with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = c from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: cba with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and a -building bond successor bond between b and a -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -object chosen = b from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -to object: a -urgency: 89.44, number: 2, bin: 7 -object chosen = c from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -object chosen = a from initial string -object chosen = group[1:2] == ba from target string -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -urgency: 89.44, number: 2, bin: 7 -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -object chosen = c from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from target string -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = c from target string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between c and b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -object chosen = c from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between c and b from other string -bond strength = 48 for predecessor bond between c and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[1:2] == ba from target string -object chosen = successor bond between c and b from other string -bond strength = 94 for successor bond between c and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between c and b from other string -bond strength = 94 for successor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -bond strength = 94 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=80 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -lost fight with predecessor bond between c and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -object chosen = b from target string -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=80 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -lost fight with predecessor bond between c and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == ba, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == ba, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from target string -destination: group[1:2] == ba -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from c to predecessor -proposing group from c to b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == ba, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 61.6, number: 2, bin: 5 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:1] == cb from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=80 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: group[1:2] == ba -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == ba, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == ba, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from b to predecessor -proposing group from c to b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -no firstBond2 -object chosen = group[0:1] == cb from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = c from target string -destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from c to predecessor -proposing group from c to b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == cb from target string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == ba, destination: c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == cb from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from c to predecessor -proposing group from c to b -object chosen = group[0:1] == cb from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -no firstBond2 -object chosen = c from target string -destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == ba, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == ba, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == ba, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from b to predecessor -proposing group from c to b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -destination: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=80 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[1:2] == ba from target string -destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == ba, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=80 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=80 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between c and b from other string -bond strength = 94 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == ba, destination: c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between c and b from other string -bond strength = 94 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and a -firstBond2: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from b to predecessor -proposing group from c to b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == cb from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: group[1:2] == ba -object chosen = group[0:1] == cb from target string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -urgency: 89.44, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == cb from target string -object chosen = c from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -lost fight with predecessor bond between c and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == ba, destination: c -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 1 -predecessor bond between c and b -lost fight with predecessor bond between c and b -failed to break bonds: Fizzle -object chosen = group[0:1] == cb from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == cba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -won fight with predecessor bond between c and b -broke the bonds -won fight with group[1:2] == ba -won fight with group[1:2] == ba -broke the Groups -building group -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 61.6, number: 2, bin: 5 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between b and a from other string -bond strength = 96 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:1] == cb from target string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == cba from target string -won fight with successor bond between b and a -won fight with successor bond between c and b -broke the bonds -lost fight with group[0:2] == cba -failed to break Groups: Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == cba from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == cba from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 61.6, number: 2, bin: 5 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == cba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == cba from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = b from target string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -bond strength = 94 for successor bond between c and b -succeeded: posting bond-builder -object chosen = successor bond between c and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and c -building bond successor bond between c and b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == cb from target string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 1 -successor bond between c and b -won fight with successor bond between c and b -broke the bonds -lost fight with group[0:1] == cb -failed to break groups: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 1 bonds for group -urgency: 61.6, number: 2, bin: 5 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -no firstBond2 -object chosen = group[0:1] == cb from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=89 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -bond strength = 94 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -urgency: 89.44, number: 2, bin: 7 -object chosen = group[0:1] == cb from target string -destination: a -object chosen = a from target string -object chosen = predecessor bond between c and b from other string -bond strength = 91 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 89.44, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == cb, destination: a -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == cb from target string -destination: a -object chosen = group[0:1] == cb from target string -destination: a -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -no incompatible groups -building bond predecessor bond between b and a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between c and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between c and b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == cba from target string -object chosen = c from target string -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == cba from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -lost fight with group[0:2] == cba -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 92.5, number: 2, bin: 7 -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from c to a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = group[0:2] == cba from target string -object chosen = group[0:1] == cb from target string -no incompatible bonds -lost fight with group[0:2] == cba -failed to break Groups: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == cba from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between c and b from other string -bond strength = 96 for predecessor bond between c and b -succeeded: posting bond-builder -urgency: 89.44, number: 2, bin: 7 -object chosen = predecessor bond between c and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from c to predecessor -proposing group from c to a -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 92.5, number: 2, bin: 7 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from c to a -urgency: 92.5, number: 2, bin: 7 -object chosen = group[0:2] == cba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: cba with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between c and b -possible group: predecessor bond between c and b -trying from c to predecessor -proposing group from c to a -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == cba from target string -object chosen = group[0:2] == cba from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: cba with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between b and a from other string -bond strength = 96 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == cba from target string -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = Correspondence between c and a from other string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = d from target string -urgency: 61.6, number: 2, bin: 5 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = b from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and a -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -object chosen = a from target string -urgency: 100.0, number: 2, bin: 7 -urgency: 61.6, number: 2, bin: 5 -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between a and b from other string -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = d from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -no incompatible groups -building bond successor bond between b and a -object chosen = a from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B +object chosen = group[0:1] == ij from target string initial : relevance = 50, unhappiness=89 target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = a from target string -object chosen = group[0:1] == ab from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 33, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 33, unhappiness=89 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 33, unhappiness=89 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = a from target string -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 95 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: group[0:1] == ab -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -object chosen = b from target string -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 95 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 66, unhappiness=78 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = a from target string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[0:1] == ab -won fight with group[0:1] == ab -broke the Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and a -building bond predecessor bond between b and a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = d from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = d from target string -object chosen = b from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = group[1:2] == ba from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = a from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[1:2] == ba from target string -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = b from target string -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = a from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:1] == ab from initial string -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: a -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -object chosen = b from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -object chosen = group[1:2] == bc from initial string -object chosen = group[0:1] == ab from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -object chosen = group[1:2] == bc from initial string -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = c from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[1:2] == bc from initial string -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: d, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: d, destination: b -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and a -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ab from initial string -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = group[0:1] == ab from initial string -no incompatible bonds -won fight with group[0:2] == abc -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = group[1:2] == ba from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = b from target string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = d from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = b from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -no incompatible bonds -won fight with group[1:2] == ba -won fight with group[1:2] == ba -broke the Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -object chosen = d from target string -destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = b from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = d from target string -destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[1:2] == ba from target string -object chosen = d from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = d from target string -destination: group[1:2] == ba -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -destination: group[1:2] == ba -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -object chosen = d from target string -object chosen = group[1:2] == ba from target string -destination: d -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = d from target string -destination: group[1:2] == ba -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from target string -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -object chosen = b from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = a from target string -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = d from target string -destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = d from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: a -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = d from target string -destination: group[1:2] == ba -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = d from target string -destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = d from target string -destination: group[1:2] == ba -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -no firstBond2 -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = d from target string -destination: group[1:2] == ba -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = group[0:2] == abc from initial string -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = d from target string -destination: group[1:2] == ba -object chosen = b from target string -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -won fight with group[1:2] == ba -broke the groups -building bond predecessor bond between b and a -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 61.6, number: 2, bin: 5 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and a -building bond successor bond between b and a -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 61.6, number: 2, bin: 5 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: d, destination: b -object chosen = group[1:2] == ba from target string -object chosen = d from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: d, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 61.6, number: 2, bin: 5 -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = d from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = b from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from target string -object chosen = b from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -no incompatible groups -building bond successor bond between b and a -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -no firstBond2 -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -urgency: 78.88000000000001, number: 1, bin: 6 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[0:2] == abc from initial string -urgency: 89.44, number: 2, bin: 7 -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 78.88000000000001, number: 1, bin: 6 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = b from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -no firstBond2 -object chosen = group[1:2] == ba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=89 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -destination: group[1:2] == ba -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: group[1:2] == ba -object chosen = d from target string -destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -object chosen = d from target string -destination: group[1:2] == ba -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = d from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = d from target string -object chosen = b from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -destination: group[1:2] == ba -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = d from target string -destination: group[1:2] == ba -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = d from target string -destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -destination: group[1:2] == ba -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = a from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[1:2] == ba from target string -destination: d -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -urgency: 61.6, number: 2, bin: 5 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == ba from target string -destination: d -object chosen = a from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = d from target string -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from target string -urgency: 61.6, number: 2, bin: 5 -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = d from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 61.6, number: 2, bin: 5 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: d, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = a from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = b from target string -object chosen = a from target string -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and a -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: d, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = a from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -object chosen = b from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction source chosen = b firstBond: predecessor bond between a and b @@ -90179,15087 +176760,113 @@ firstBond2: successor bond between b and c possible group: successor bond between b and c trying from b to successor proposing group from b to c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[1:2] == bc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and a -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and a -building bond successor bond between b and a -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = a from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -no incompatible groups -building bond predecessor bond between b and a -object chosen = a from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and a -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -urgency: 78.88000000000001, number: 1, bin: 6 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = d from target string -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -object chosen = successor bond between b and c from other string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -urgency: 100.0, number: 2, bin: 7 -object chosen = group[1:2] == bc from initial string -object chosen = a from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = d from target string -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j succeeded: posting bond-builder Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:1] == ab from initial string -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle object chosen = successor bond between b and c from other string bond strength = 91 for successor bond between b and c succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k succeeded: posting bond-builder urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds no incompatible groups -building bond successor bond between b and a -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 +building bond successor bond between j and k +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = a from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = a from target string -object chosen = d from target string -object chosen = a from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = group[1:2] == ba from target string -object chosen = d from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -no incompatible groups -building bond predecessor bond between b and a -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -destination: b +object chosen = i from target string +destination: j chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = d from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = b from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: d, destination: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B +Source: i, destination: j +source descriptor: I +destination descriptor: J proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string +object chosen = predecessor bond between j and k from other string number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a +successor bond between j and k +lost fight with successor bond between j and k failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=89 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=89 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -won fight with group[1:2] == ba -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond to object: c object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[1:2] == ba from target string -destination: d -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = d from target string -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -won fight with group[1:2] == ba -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -destination: d -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=18 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = d from target string -destination: group[1:2] == ba -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=18 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=18 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=18 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = d from target string -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = d from target string -destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = d from target string -destination: group[1:2] == ba -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -destination: group[1:2] == ba -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -destination: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -won fight with group[1:2] == ba -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and a -building bond predecessor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -no incompatible groups -building bond successor bond between b and a -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = b from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 61.6, number: 2, bin: 5 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -object chosen = b from target string -urgency: 89.44, number: 2, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: d, destination: b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder +object chosen = i from target string object chosen = c from initial string -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -no incompatible groups -building bond predecessor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond source: b, destination: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string +object chosen = successor bond between j and k from other string already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = c from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -no incompatible groups -building bond successor bond between b and a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -urgency: 61.6, number: 2, bin: 5 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and a -urgency: 100.0, number: 2, bin: 7 -object chosen = d from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets +object chosen = group[1:2] == bc from initial string object chosen = predecessor bond between a and b from other string bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = d from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = b from target string -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = d from target string -object chosen = d from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = d from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and a -building bond successor bond between b and c -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 61.6, number: 2, bin: 5 -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = c from initial string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = a from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -no incompatible groups -building bond predecessor bond between b and a -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 61.6, number: 2, bin: 5 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == ba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -no incompatible groups -building bond successor bond between b and a -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -no incompatible groups -building bond predecessor bond between b and a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = b from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -no firstBond2 -object chosen = d from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = group[1:2] == ba from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=89 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = Correspondence between a and a from other string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: a -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=18 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = c from initial string -urgency: 61.6, number: 2, bin: 5 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -object chosen = a from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: d, destination: b -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and a -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = b from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = a from target string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = d from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -no firstBond2 -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=89 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 50, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[1:2] == ba from target string -destination: d -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -won fight with group[1:2] == ba -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = d from target string -destination: group[1:2] == ba -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = a from target string -initial : relevance = 100, unhappiness=18 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=18 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = group[1:2] == ba from target string -destination: d -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = a from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = d from target string -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[1:2] == ba from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 61.6, number: 2, bin: 5 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = d from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 50, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == bc from initial string -object chosen = group[1:2] == ba from target string -destination: d -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == bc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 33, unhappiness=79 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 33, unhappiness=79 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=79 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 33, unhappiness=79 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 33, unhappiness=79 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -object chosen = group[1:2] == ba from target string -object chosen = a from initial string -destination: group[1:2] == bc -object chosen = a from target string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 75.0, number: 3, bin: 6 -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 33, unhappiness=92 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 33, unhappiness=92 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=94 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=94 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: group[1:2] == bc -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 33, unhappiness=94 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 33, unhappiness=94 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -initial : relevance = 33, unhappiness=94 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -initial : relevance = 33, unhappiness=94 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -initial : relevance = 33, unhappiness=94 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -top_down_bond_scout__category -initial : relevance = 33, unhappiness=94 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=92 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[1:2] == bc -broke the groups -building bond successor bond between b and c -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=92 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[1:2] == bc from initial string -initial : relevance = 100, unhappiness=92 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=92 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -initial : relevance = 0, unhappiness=92 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=92 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ab from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 object chosen = predecessor bond between b and c from other string number of incompatibleBonds: 1 successor bond between b and c lost fight with successor bond between b and c failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = a from target string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond urgency: 100.0, number: 1, bin: 7 object chosen = c from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 61.6, number: 2, bin: 5 -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and a -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 2, bin: 7 -urgency: 61.6, number: 2, bin: 5 -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = a from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = a from target string -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and a -building bond successor bond between b and a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: d, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and a -building bond successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -no firstBond2 -object chosen = group[1:2] == ba from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = a from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = b from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[1:2] == ba from target string -object chosen = a from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = a from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -object chosen = a from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -object chosen = d from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[1:2] == ba from target string -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = d from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = d from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = b from target string -object chosen = group[1:2] == ba from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 61.6, number: 2, bin: 5 -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = a from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -object chosen = d from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[1:2] == ba from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=89 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=89 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 61.6, number: 2, bin: 5 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: d -object chosen = a from target string -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = a from initial string -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -urgency: 100.0, number: 1, bin: 7 -object chosen = a from target string -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = c from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: d -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: a -object chosen = b from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = b from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -no incompatible groups -building bond predecessor bond between b and a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = a from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -urgency: 89.44, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = group[1:2] == ba from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -object chosen = d from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -object chosen = a from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -urgency: 89.44, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = d from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and a -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = a from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = d from target string -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = a from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = d from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = a from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = b from target string -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -destination: d -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -won fight with group[1:2] == ba -broke the groups -building bond successor bond between b and a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 78.88000000000001, number: 1, bin: 6 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -object chosen = b from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = b from target string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = d from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -urgency: 78.88000000000001, number: 1, bin: 6 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = a from target string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=89 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = d from target string -destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -destination: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = a from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: a -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -object chosen = a from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[1:2] == ba from target string -destination: d -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = d from target string -destination: group[1:2] == ba -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -won fight with group[1:2] == ba -broke the groups -building bond predecessor bond between b and a -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -urgency: 89.44, number: 2, bin: 7 -object chosen = group[1:2] == ba from target string -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from target string -object chosen = a from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -object chosen = group[1:2] == ba from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=89 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = a from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = Correspondence between b and b from other string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = a from target string -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -destination: d -object chosen = a from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and a -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = group[0:2] == abc from initial string -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = b from target string -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -no incompatible bonds -won fight with group[1:2] == ba -won fight with group[1:2] == ba -broke the Groups -building group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: a -object chosen = d from target string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = a from target string -object chosen = b from target string -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[1:2] == ba from target string -destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -destination: group[1:2] == ba -object chosen = b from target string -object chosen = a from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = a from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = d from target string -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = b from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = d from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: a -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = a from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -object chosen = b from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = a from target string -object chosen = d from target string -destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = a from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -destination: d -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -destination: d -object chosen = d from target string -destination: group[1:2] == ba -object chosen = d from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = b from target string -object chosen = group[1:2] == ba from target string -destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -won fight with group[1:2] == ba -broke the groups -building bond successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = a from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from target string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=89 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 61.6, number: 2, bin: 5 -urgency: 100.0, number: 1, bin: 7 object chosen = c from initial string destination: b chosen bond facet: letterCategory @@ -105267,19497 +176874,306 @@ Source: c, destination: b source descriptor: C destination descriptor: B proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = a from target string -object chosen = predecessor bond between b and c from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -object chosen = a from target string -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -object chosen = b from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from target string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and a -object chosen = Correspondence between a and d from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a object chosen = predecessor bond between b and c from other string bond strength = 69 for predecessor bond between b and c succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and a -building bond predecessor bond between b and c -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between b and b from other string -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = d from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = b from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = d from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and a -building bond predecessor bond between b and a -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = c from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -no incompatible groups -building bond successor bond between b and a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -no incompatible groups -building bond predecessor bond between b and a -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -object chosen = a from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from target string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -no incompatible groups -building bond successor bond between b and a -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = a from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from target string -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = a from target string -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = a from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = d from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -no incompatible groups -building bond predecessor bond between b and a -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -no incompatible groups -building bond successor bond between b and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = a from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = group[1:2] == ba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between b and c -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and a from other string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = a from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = c from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = b from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: d, destination: b -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = b from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between a and d from other string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -object chosen = b from target string -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -object chosen = d from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = d from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = d -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -urgency: 61.6, number: 2, bin: 5 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: d, destination: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: d -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and a -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from target string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=94 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = b from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = group[1:2] == ba from target string -object chosen = d from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = c from initial string -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -no incompatible groups -building bond predecessor bond between b and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and a -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = b from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -object chosen = group[1:2] == ba from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=94 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -no incompatible bonds -won fight with group[0:2] == abc -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -destination: d -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[1:2] == ba from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -won fight with group[1:2] == ba -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -lost fight with group[1:2] == ba -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = group[1:2] == ba from target string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = b from target string -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -won fight with group[1:2] == ba -broke the groups -building bond successor bond between b and a -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = a from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -no incompatible groups -building bond predecessor bond between b and a -object chosen = d from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = a from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = a from target string -object chosen = d from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = b from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -object chosen = a from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -won fight with group[1:2] == ba -broke the groups -building bond successor bond between b and a -object chosen = b from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -urgency: 61.6, number: 2, bin: 5 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -object chosen = b from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and a -building bond successor bond between b and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from target string -object chosen = a from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = d from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and a -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 61.6, number: 2, bin: 5 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and a -building bond successor bond between b and a -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = b from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = d from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = b from target string -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = a from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = a from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = c from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -object chosen = d from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = c from initial string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and a -building bond successor bond between b and a -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -no firstBond2 -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = d from target string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = b from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: d -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -urgency: 61.6, number: 2, bin: 5 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = d from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and a -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = Correspondence between a and a from other string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: b -object chosen = b from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = group[1:2] == ba from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = c from initial string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and a -building bond successor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = b from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = d from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[1:2] == ba from target string -object chosen = b from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -urgency: 100.0, number: 1, bin: 7 -object chosen = d from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -urgency: 61.6, number: 2, bin: 5 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = a from target string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = a from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == ba from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -destination: group[1:2] == ba -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = d from target string -destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -object chosen = a from target string -object chosen = a from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = b from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -urgency: 100.0, number: 1, bin: 7 -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 61.6, number: 2, bin: 5 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and a -urgency: 100.0, number: 1, bin: 7 -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 61.6, number: 2, bin: 5 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = a from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = d from target string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = c from initial string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -urgency: 89.44, number: 2, bin: 7 -object chosen = group[1:2] == ba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = d from target string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -urgency: 89.44, number: 2, bin: 7 -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = group[1:2] == ba from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=89 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=89 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=89 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -destination: group[1:2] == ba -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = b from target string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = d from target string -destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -destination: d -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = d from target string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = d from target string -destination: group[1:2] == ba -object chosen = b from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = group[1:2] == ba from target string -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from target string -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -destination: group[1:2] == ba -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = d from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = a from target string -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -destination: group[1:2] == ba -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -urgency: 100.0, number: 2, bin: 7 -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[1:2] == ba from target string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == ba from target string -destination: d -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -urgency: 61.6, number: 2, bin: 5 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = a from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = d from target string -destination: group[1:2] == ba -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -destination: d -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -destination: d -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[1:2] == ba from target string -destination: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = d from target string -destination: group[1:2] == ba -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -destination: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = a from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 61.6, number: 2, bin: 5 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = d from target string -object chosen = d from target string -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = Correspondence between a and a from other string -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and a -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = d from target string -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = d from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = d from target string -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = b from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from target string -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -no incompatible groups -building bond predecessor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = b from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = b from target string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -object chosen = d from target string -destination: group[1:2] == ba -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -object chosen = d from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[1:2] == ba from target string -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = group[1:2] == ba from target string -destination: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 2, bin: 7 -urgency: 61.6, number: 2, bin: 5 -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and a -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 61.6, number: 2, bin: 5 -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -object chosen = a from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = b from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = c from initial string -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = b from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[1:2] == ba from target string -destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -destination: d -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[1:2] == ba from target string -destination: d -object chosen = d from target string -destination: group[1:2] == ba -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = d from target string -destination: group[1:2] == ba -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=18 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=18 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = d from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = d from target string -destination: group[1:2] == ba -object chosen = Correspondence between a and a from other string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = d from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = d from target string -destination: group[1:2] == ba -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = b from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[1:2] == ba from target string -destination: d -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = Correspondence between b and b from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = d from target string -destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 78.88000000000001, number: 1, bin: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -urgency: 78.88000000000001, number: 1, bin: 6 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -destination: d -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -object chosen = d from target string -destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -destination: group[1:2] == ba -object chosen = d from target string -destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -destination: d -object chosen = successor bond between a and b from other string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = Correspondence between c and d from other string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: a -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -urgency: 78.88000000000001, number: 1, bin: 6 -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = d from target string -destination: group[1:2] == ba -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -urgency: 89.44, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -destination: d -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 78.88000000000001, number: 1, bin: 6 -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = d from target string -destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = group[1:2] == ba from target string -destination: d -object chosen = a from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: group[1:2] == ba -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -destination: group[1:2] == ba -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = d from target string -destination: group[1:2] == ba -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -destination: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[0:2] == abc from initial string -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = d from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = d from target string -destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = d from target string -destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = d from target string -destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = d from target string -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[1:2] == ba from target string -destination: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 78.88000000000001, number: 1, bin: 6 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -object chosen = b from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = d from target string -destination: group[1:2] == ba -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = d from target string -destination: group[1:2] == ba -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[1:2] == ba from target string -destination: d -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -object chosen = group[1:2] == ba from target string -destination: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -destination: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -destination: d -object chosen = d from target string -destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = Correspondence between b and b from other string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -urgency: 61.6, number: 2, bin: 5 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -destination: d -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = d from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -urgency: 89.44, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: group[1:2] == ba -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -destination: group[1:2] == ba -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[1:2] == ba from target string -destination: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -destination: d -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: a -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = d from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -destination: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = d from target string -destination: group[1:2] == ba -object chosen = a from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and a from other string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = d from target string -destination: group[1:2] == ba -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -destination: group[1:2] == ba -object chosen = group[1:2] == ba from target string -destination: d -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: group[1:2] == ba -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: a -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -destination: group[1:2] == ba -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = d from target string -destination: group[1:2] == ba -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = b from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 posting bottom up codelets -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=82 +target : relevance = 100, unhappiness=78 initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b +firstBond: predecessor bond between a and b +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between a and b +broke the bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=84 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c +bond strength = 96 for successor bond between b and c succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string no incompatible bonds no incompatible Groups building group -object chosen = successor bond between b and c from other string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 66, unhappiness=84 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 66, unhappiness=84 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 66, unhappiness=84 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 95 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = successor bond between b and c from other string -bond strength = 95 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 66, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -urgency: 85.92, number: 3, bin: 6 -initial : relevance = 66, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == ba from target string -destination: d -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 66, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: group[0:1] == ab -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 66, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 66, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: group[0:1] == ab -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = b from target string -urgency: 85.92, number: 3, bin: 6 -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -destination: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[0:1] == ab -lost fight with group[0:1] == ab -failed to break Groups: Fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[0:1] == ab -lost fight with group[0:1] == ab -failed to break Groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 66, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[0:1] == ab -won fight with group[0:1] == ab -broke the Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = b from target string -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[1:2] == ba from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = a from target string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: a -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: a -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a +successor bond between a and b +lost fight with successor bond between a and b failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle object chosen = successor bond between b and c from other string bond strength = 96 for successor bond between b and c succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[1:2] == ba from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = d from target string -destination: group[1:2] == ba -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = d from target string -destination: group[1:2] == ba -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -posting bottom up codelets -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string +object chosen = successor bond between j and k from other string already exists: activate descriptors & Fizzle object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = d from target string -destination: group[1:2] == ba -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[1:2] == ba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -object chosen = a from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets object chosen = predecessor bond between b and c from other string number of incompatibleBonds: 1 successor bond between b and c lost fight with successor bond between b and c failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond no firstBond2 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond object chosen = successor bond between b and c from other string bond strength = 96 for successor bond between b and c succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string +object chosen = k from target string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 +urgency: 100.0, number: 2, bin: 7 Post top down: top-down-bond-scout--category, with urgency: 4 posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -destination: d -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 +target : relevance = 0, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond no firstBond2 initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b +source chosen = c firstBond: successor bond between b and c possible group: successor bond between b and c -trying from b to successor +trying from c to successor proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 +target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond to object: c object chosen = successor bond between b and c from other string bond strength = 96 for successor bond between b and c succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond no firstBond2 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = d from target string -destination: b +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = c from initial string -destination: b +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J proposing predecessor bond -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k object chosen = b from initial string destination: c chosen bond facet: letterCategory @@ -124765,20 +177181,6 @@ Source: b, destination: c source descriptor: B destination descriptor: C proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -124786,4017 +177188,699 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from initial string +object chosen = j from target string +object chosen = a from initial string destination: b chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C +Source: a, destination: b +source descriptor: A destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A proposing predecessor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string object chosen = successor bond between b and c from other string bond strength = 48 for successor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 61.6, number: 2, bin: 5 -object chosen = b from target string -urgency: 61.6, number: 2, bin: 5 -object chosen = b from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = d from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder object chosen = b from initial string -destination: a +destination: c chosen bond facet: letterCategory -Source: b, destination: a +Source: b, destination: c source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -top_down_bond_scout__category -initial : relevance = 100, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets object chosen = a from initial string -initial : relevance = 100, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 61.6, number: 2, bin: 5 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -urgency: 100.0, number: 2, bin: 7 -urgency: 61.6, number: 2, bin: 5 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = d from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string destination: b chosen bond facet: letterCategory Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 +object chosen = i from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b object chosen = c from initial string -destination: b +object chosen = j from target string +destination: k chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: d -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k succeeded: posting bond-builder urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and a -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -no incompatible groups -building bond predecessor bond between b and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -no incompatible groups -building bond successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[1:2] == ba from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -urgency: 89.44, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 78.88000000000001, number: 1, bin: 6 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 78.88000000000001, number: 1, bin: 6 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 78.88000000000001, number: 1, bin: 6 -urgency: 78.88000000000001, number: 1, bin: 6 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 89.44, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -object chosen = group[1:2] == ba from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 89.44, number: 2, bin: 7 -object chosen = group[1:2] == ba from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=94 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -object chosen = d from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -destination: group[1:2] == ba -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = b from target string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[1:2] == ba from target string -destination: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -possible group: successor bond between b and a -trying from b to successor -proposing group from b to a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = d from target string -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -won fight with group[1:2] == ba -broke the groups -building bond predecessor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=96 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=89 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=89 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -object chosen = group[1:2] == ba from target string -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and a -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = b from target string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from target string -object chosen = group[1:2] == ba from target string -destination: d -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -destination: d -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -no incompatible bonds -won fight with group[1:2] == ba -lost fight with group[1:2] == ba -failed to break Groups: Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 61.6, number: 2, bin: 5 -object chosen = group[1:2] == ba from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -to object: d -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond object chosen = successor bond between a and b from other string bond strength = 48 for successor bond between a and b succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: d +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups building bond successor bond between a and b -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: d, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds no incompatible groups -building bond predecessor bond between a and b -object chosen = a from target string +building bond successor bond between j and k +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = c from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = i from target string +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string object chosen = group[0:2] == abc from initial string no incompatible bonds no incompatible Groups building group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: d -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from target string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = d -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 89.44, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: d -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: d -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 0 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string no incompatible bonds -no incompatible groups -building bond predecessor bond between b and a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string +urgency: 100.0, number: 2, bin: 7 object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor proposing group from a to c object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -object chosen = group[1:2] == ba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle posting bottom up codelets initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j succeeded: posting bond-builder object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -object chosen = a from target string +object chosen = a from initial string destination: b chosen bond facet: letterCategory Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and a from other string +object chosen = successor bond between j and k from other string already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -object chosen = b from target string -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = a from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 89.44, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = d from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = d from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = a from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -object chosen = d from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -object chosen = d from target string -destination: b +object chosen = k from target string +destination: j chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -object chosen = a from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string already exists...activate descriptors & fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = b from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d -source descriptor: B -destination descriptor: D -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond to object: c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = b from target string -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b +bond strength = 96 for successor bond between b and c succeeded: posting bond-builder -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string +object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 61.6, number: 2, bin: 5 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = d from target string -object chosen = successor bond between b and a from other string +object chosen = predecessor bond between b and c from other string number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a +successor bond between b and c +lost fight with successor bond between b and c failed to break bonds: Fizzle -object chosen = d from target string initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -Post top down: top-down-group-scout--direction, with urgency: 3 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor proposing group from a to c initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[1:2] == ba from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = b from target string -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -object chosen = d from target string -top_down_bond_scout__category +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string +object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and a from other string -bond strength = 48 for predecessor bond between b and a +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -object chosen = b from initial string -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -top_down_bond_scout__category +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = d from target string -object chosen = group[1:2] == ba from target string +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +posting bottom up codelets object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string urgency: 100.0, number: 2, bin: 7 object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -object chosen = a from target string +top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -object chosen = group[1:2] == ba from target string -object chosen = d from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string +object chosen = successor bond between i and j from other string already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from b to predecessor -proposing group from b to a -object chosen = b from target string -object chosen = group[1:2] == ba from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -no incompatible groups -building bond successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for group object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from target string object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle urgency: 100.0, number: 1, bin: 7 -object chosen = a from target string -destination: b +object chosen = i from target string +destination: j chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B +Source: i, destination: j +source descriptor: I +destination descriptor: J proposing successor bond -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond object chosen = group[0:2] == abc from initial string -object chosen = d from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and a -no firstBond2 object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = a from target string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[1:2] == ba from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: b, destination: d -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -won fight with group[1:2] == ba -broke the groups -building bond predecessor bond between b and a -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = d from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = a from target string -destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -object chosen = group[1:2] == ba from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -no firstBond2 +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -128804,1589 +177888,811 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from target string -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 +object chosen = j from target string +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = d from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = b from target string -destination: d +object chosen = j from target string +object chosen = j from target string +destination: i chosen bond facet: letterCategory -Source: b, destination: d +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a source descriptor: B -destination descriptor: D -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string object chosen = successor bond between a and b from other string bond strength = 48 for successor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: a -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: a -object chosen = b from target string -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = d from target string -object chosen = d from target string -destination: b +object chosen = b from initial string +destination: c chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: a -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and a -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and a -building bond predecessor bond between b and a -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = b from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -possible group: predecessor bond between b and a -trying from a to predecessor -proposing group from b to a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = b from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and a -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and a from other string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and a from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = d from target string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -won fight with predecessor bond between b and a -broke the bonds -no incompatible groups -building bond successor bond between b and a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -object chosen = group[1:2] == ba from target string -object chosen = b from target string -destination: d -chosen bond facet: letterCategory -Source: b, destination: d +Source: b, destination: c source descriptor: B -destination descriptor: D -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between b and a -possible group: successor bond between b and a -trying from a to successor -proposing group from b to a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 61.6, number: 2, bin: 5 -object chosen = group[1:2] == ba from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = d from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = b from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == ba from target string -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and a -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == ba from target string -no incompatible bonds -won fight with group[1:2] == ba -lost fight with group[1:2] == ba -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B +destination descriptor: C proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = d from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == ba, destination: d -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: d, destination: group[1:2] == ba -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == ba -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from target string -destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = successor bond between b and a from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: dba with 3 letters, 4 objects, 1 bonds for group -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -won fight with successor bond between b and a -broke the bonds -won fight with group[1:2] == ba -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and a -building bond predecessor bond between b and a -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between b and a -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = successor bond between b and a from other string -number of incompatibleBonds: 1 -predecessor bond between b and a -lost fight with predecessor bond between b and a -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = a from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +object chosen = k from target string Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from target string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = successor bond between b and a from other string -bond strength = 48 for successor bond between b and a -object chosen = group[0:2] == abc from initial string -object chosen = a from target string -object chosen = c from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = d from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: d, destination: b -object chosen = b from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = d from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = a from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -object chosen = d from target string -destination: b -chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D -destination descriptor: B -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group object chosen = successor bond between b and c from other string bond strength = 91 for successor bond between b and c succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: d -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for direction -source chosen = d -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -source: d, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 0 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and a from other string +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups -building bond successor bond between b and a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -to object: d -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 +building bond predecessor bond between j and k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = d from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = a from initial string destination: b chosen bond facet: letterCategory -Source: d, destination: b -source descriptor: D +Source: a, destination: b +source descriptor: A destination descriptor: B -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and a from other string -bond strength = 91 for predecessor bond between b and a +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c succeeded: posting bond-builder -object chosen = group[1:2] == ba from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a no firstBond no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and a from other string -bond strength = 91 for successor bond between b and a +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and c +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = j from target string +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -object chosen = successor bond between b and a from other string +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = a from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 0, unhappiness=15 target : relevance = 0, unhappiness=89 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and a from other string -number of incompatibleBonds: 1 -successor bond between b and a -lost fight with successor bond between b and a -failed to break bonds: Fizzle top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b -object chosen = group[1:2] == ba from target string +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: d -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond -source: d, destination: b +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for direction -source chosen = d -no firstBond -no firstBond2 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle top_down_bond_scout__category initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: dba with 3 letters, 3 objects, 1 bonds for bond +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle diff --git a/copycat/codeletMethods.py b/copycat/codeletMethods.py index 62529a0..445f59c 100644 --- a/copycat/codeletMethods.py +++ b/copycat/codeletMethods.py @@ -1010,7 +1010,7 @@ def correspondence_strength_tester(ctx, codelet): objectFromTarget.flipped_version()))) correspondence.updateStrength() strength = correspondence.totalStrength - #TODO: use entropy + # TODO: use entropy probability = temperature.getAdjustedProbability(strength / 100.0) if random.coinFlip(probability): # activate some concepts @@ -1064,8 +1064,8 @@ def correspondence_builder(ctx, codelet): # if there is an incompatible bond then fight against it initial = correspondence.objectFromInitial target = correspondence.objectFromTarget - if (initial.leftmost or initial.rightmost and - target.leftmost or target.rightmost): + if (initial.leftmost or initial.rightmost and + target.leftmost or target.rightmost): # search for the incompatible bond incompatibleBond = correspondence.getIncompatibleBond() if incompatibleBond: diff --git a/copycat/tests.py b/copycat/tests.py index 7556f4a..38b1c49 100644 --- a/copycat/tests.py +++ b/copycat/tests.py @@ -27,11 +27,11 @@ def lower_bound_on_probability(hits, attempts, confidence=0.95): if attempts == 0: return 0 z = pnormaldist(confidence) - zsqr = z*z + zsqr = z * z phat = 1.0 * hits / attempts - under_sqrt = (phat * (1 - phat) + zsqr / (4*attempts)) / attempts + under_sqrt = (phat * (1 - phat) + zsqr / (4 * attempts)) / attempts denominator = (1 + zsqr / attempts) - return (phat + zsqr / (2*attempts) - z * (under_sqrt ** 0.5)) / denominator + return (phat + zsqr / (2 * attempts) - z * (under_sqrt ** 0.5)) / denominator def upper_bound_on_probability(hits, attempts, confidence=0.95): diff --git a/main.py b/main.py index 8673d0d..b938af9 100755 --- a/main.py +++ b/main.py @@ -4,12 +4,14 @@ import logging from copycat import Copycat, Reporter + class SimpleReporter(Reporter): def report_answer(self, answer): print('Answered %s (time %d, final temperature %.1f)' % ( answer['answer'], answer['time'], answer['temp'], )) + def main(): logging.basicConfig(level=logging.INFO, format='%(message)s', filename='./copycat.log', filemode='w') @@ -27,5 +29,6 @@ def main(): for answer, d in sorted(iter(answers.items()), key=lambda kv: kv[1]['avgtemp']): print('%s: %d (avg time %.1f, avg temp %.1f)' % (answer, d['count'], d['avgtime'], d['avgtemp'])) + if __name__ == '__main__': main() From 27bbc6118e9380b38687e10c3e7026d770645704 Mon Sep 17 00:00:00 2001 From: Alexandre Linhares Date: Tue, 26 Sep 2017 22:47:09 -0300 Subject: [PATCH 09/52] Preparing for refactor... --- copycat/coderack.py | 8 ++++---- copycat/workspace.py | 21 ++++++++++++++++----- copycat/workspaceString.py | 2 +- main.py | 23 +++++++++++++++++++++++ 4 files changed, 44 insertions(+), 10 deletions(-) diff --git a/copycat/coderack.py b/copycat/coderack.py index 8687c2c..d8bca0b 100644 --- a/copycat/coderack.py +++ b/copycat/coderack.py @@ -83,7 +83,7 @@ class Coderack(object): if 'correspondence' in codeletName: return workspace.interStringUnhappiness / 100.0 if 'description' in codeletName: - #TODO: use entropy + # TODO: use entropy return (temperature.value() / 100.0) ** 2 return workspace.intraStringUnhappiness / 100.0 @@ -163,7 +163,7 @@ class Coderack(object): if codeletName == 'breaker': urgency = 1 - #TODO: use entropy + # TODO: use entropy if temperature.value() < 25.0 and 'translator' in codeletName: urgency = 5 for _ in range(howMany): @@ -290,8 +290,8 @@ class Coderack(object): random = self.ctx.random temperature = self.ctx.temperature assert self.codelets - - #TODO: use entropy + + # TODO: use entropy scale = (100.0 - temperature.value() + 10.0) / 15.0 chosen = random.weighted_choice(self.codelets, [codelet.urgency ** scale for codelet in self.codelets]) self.removeCodelet(chosen) diff --git a/copycat/workspace.py b/copycat/workspace.py index fa679cf..fe68793 100644 --- a/copycat/workspace.py +++ b/copycat/workspace.py @@ -40,6 +40,16 @@ class Workspace(object): self.modified = WorkspaceString(self.ctx, self.modifiedString) self.target = WorkspaceString(self.ctx, self.targetString) + ''' + # TODO: Initial part of refactoring in this method + def getAssessedUnhappiness(self, unhappiness): + o.Unhappiness = __adjustUnhappiness( + o.relativeImportance * o.Unhappiness + for o in self.objects) + pass + ''' + + # TODO: Extract method? def assessUnhappiness(self): self.intraStringUnhappiness = __adjustUnhappiness( o.relativeImportance * o.intraStringUnhappiness @@ -51,6 +61,7 @@ class Workspace(object): o.relativeImportance * o.totalUnhappiness for o in self.objects) + # TODO: these 3 methods seem to be the same... are they? If so, Extract method. def calculateIntraStringUnhappiness(self): value = sum( o.relativeImportance * o.intraStringUnhappiness @@ -82,7 +93,7 @@ class Workspace(object): self.initial.updateIntraStringUnhappiness() self.target.updateIntraStringUnhappiness() - #TODO: use entropy + # TODO: use entropy def getUpdatedTemperature(self): self.calculateIntraStringUnhappiness() self.calculateInterStringUnhappiness() @@ -98,7 +109,7 @@ class Workspace(object): )) def numberOfUnrelatedObjects(self): - """A list of all objects in the workspace with >= 1 open bond slots""" + """Computes the number of all objects in the workspace with >= 1 open bond slots.""" objects = [o for o in self.objects if o.string == self.initial or o.string == self.target] objects = [o for o in objects if not o.spansString()] @@ -116,21 +127,21 @@ class Workspace(object): return len(objects) def numberOfUnreplacedObjects(self): - """A list of all unreplaced objects in the initial string""" + """A list of all unreplaced objects in the initial string.""" objects = [o for o in self.objects if o.string == self.initial and isinstance(o, Letter)] objects = [o for o in objects if not o.replacement] return len(objects) def numberOfUncorrespondingObjects(self): - """A list of all uncorresponded objects in the initial string""" + """A list of all uncorresponded objects in the initial string.""" objects = [o for o in self.objects if o.string == self.initial or o.string == self.target] objects = [o for o in objects if not o.correspondence] return len(objects) def numberOfBonds(self): - """The number of bonds in the workspace""" + """The number of bonds in the workspace.""" return sum(1 for o in self.structures if isinstance(o, Bond)) def correspondences(self): diff --git a/copycat/workspaceString.py b/copycat/workspaceString.py index 2d7a149..a57c218 100644 --- a/copycat/workspaceString.py +++ b/copycat/workspaceString.py @@ -38,7 +38,7 @@ class WorkspaceString(object): return self.string[i] def updateRelativeImportance(self): - """Update the normalised importance of all objects in the string""" + """Update the normalised importance of all objects in the string.""" total = sum(o.rawImportance for o in self.objects) if not total: for o in self.objects: diff --git a/main.py b/main.py index b938af9..8905b26 100755 --- a/main.py +++ b/main.py @@ -1,4 +1,27 @@ #!/usr/bin/env python3 +""" +Main Copycat program. + +To run it, type at the terminal: + + > python main.py abc abd ppqqrr --interations 10 + +The script takes three to five arguments. The first two are a pair of strings +with some change, for example "abc" and "abd". The third is a string which the +script should try to change analogously. The fourth (which defaults to "1") is +a number of iterations. One can also specify a defined seed falue for the +random number generator. + +The above might produce output such as + + ppqqss: 6 (avg time 869.0, avg temp 23.4) + ppqqrs: 4 (avg time 439.0, avg temp 37.3) + +The first number indicates how many times Copycat chose that string as its +answer; higher means "more obvious". The last number indicates the average +final temperature of the workspace; lower means "more elegant". +""" + import argparse import logging From 51e4ba64e262cae8081396a13d57756b9a75d262 Mon Sep 17 00:00:00 2001 From: Alexandre Linhares Date: Wed, 27 Sep 2017 16:02:34 -0300 Subject: [PATCH 10/52] Created simple jupyter notebook --- .ipynb_checkpoints/Copycat-checkpoint.ipynb | 6 ++ Copycat.ipynb | 81 +++++++++++++++++++++ copycat/workspace.py | 6 +- 3 files changed, 92 insertions(+), 1 deletion(-) create mode 100644 .ipynb_checkpoints/Copycat-checkpoint.ipynb create mode 100644 Copycat.ipynb diff --git a/.ipynb_checkpoints/Copycat-checkpoint.ipynb b/.ipynb_checkpoints/Copycat-checkpoint.ipynb new file mode 100644 index 0000000..2fd6442 --- /dev/null +++ b/.ipynb_checkpoints/Copycat-checkpoint.ipynb @@ -0,0 +1,6 @@ +{ + "cells": [], + "metadata": {}, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/Copycat.ipynb b/Copycat.ipynb new file mode 100644 index 0000000..2225b63 --- /dev/null +++ b/Copycat.ipynb @@ -0,0 +1,81 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Copycat \n", + "\n", + "Just type your copycat example, and the number of iterations." + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Answered iijjkl (time 1374, final temperature 13.5)\n", + "Answered iijjll (time 665, final temperature 19.6)\n", + "Answered iijjll (time 406, final temperature 16.6)\n", + "Answered iijjkl (time 379, final temperature 47.9)\n", + "Answered iijjll (time 556, final temperature 19.2)\n", + "Answered iijjkl (time 813, final temperature 42.8)\n", + "Answered iijjll (time 934, final temperature 15.5)\n", + "Answered iijjkl (time 1050, final temperature 49.5)\n", + "Answered iijjkl (time 700, final temperature 44.0)\n", + "Answered iijjkl (time 510, final temperature 34.8)\n", + "Answered iijjkl (time 673, final temperature 18.1)\n", + "Answered iijjkl (time 1128, final temperature 19.8)\n", + "Answered iijjll (time 961, final temperature 19.9)\n", + "Answered iijjll (time 780, final temperature 16.5)\n", + "Answered iijjll (time 607, final temperature 17.8)\n", + "Answered iijjll (time 594, final temperature 39.7)\n", + "Answered iijjll (time 736, final temperature 18.4)\n", + "Answered iijjll (time 903, final temperature 18.6)\n", + "Answered iijjll (time 601, final temperature 20.6)\n", + "Answered iijjll (time 949, final temperature 42.4)\n", + "iijjll: 12 (avg time 724.3, avg temp 22.1)\n", + "iijjkl: 8 (avg time 828.4, avg temp 33.8)\n" + ] + } + ], + "source": [ + "%run main.py abc abd iijjkk --iterations 20" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.6.1" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/copycat/workspace.py b/copycat/workspace.py index fa679cf..658b36c 100644 --- a/copycat/workspace.py +++ b/copycat/workspace.py @@ -1,3 +1,6 @@ +"""Workspace module.""" + + from . import formulas from .bond import Bond from .correspondence import Correspondence @@ -14,6 +17,7 @@ def __adjustUnhappiness(values): class Workspace(object): def __init__(self, ctx): + """To initialize the workspace.""" self.ctx = ctx self.totalUnhappiness = 0.0 self.intraStringUnhappiness = 0.0 @@ -82,7 +86,7 @@ class Workspace(object): self.initial.updateIntraStringUnhappiness() self.target.updateIntraStringUnhappiness() - #TODO: use entropy + # TODO: use entropy def getUpdatedTemperature(self): self.calculateIntraStringUnhappiness() self.calculateInterStringUnhappiness() From a564e43dfff5adcd2c4e9bdd1824b4cf3dfe21dd Mon Sep 17 00:00:00 2001 From: Alexandre Linhares Date: Wed, 27 Sep 2017 20:00:02 -0300 Subject: [PATCH 11/52] Preparing for refactor --- copycat.log | 233203 +++++++++-------------------------- copycat/codeletMethods.py | 67 +- 2 files changed, 57964 insertions(+), 175306 deletions(-) diff --git a/copycat.log b/copycat.log index ffd33bd..d12dc4c 100644 --- a/copycat.log +++ b/copycat.log @@ -1,10 +1,9 @@ -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b +object chosen = j from target string +destination: k chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B +Source: j, destination: k +source descriptor: J +destination descriptor: K proposing successor bond object chosen = b from initial string destination: a @@ -13,12 +12,55 @@ Source: b, destination: a source descriptor: B destination descriptor: A proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets object chosen = b from initial string @@ -28,27 +70,8 @@ Source: b, destination: c source descriptor: B destination descriptor: C proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets +object chosen = b from initial string object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -56,53 +79,32 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string destination: i chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J +Source: i, destination: i +source descriptor: I destination descriptor: I -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j +proposing sameness bond +object chosen = j from target string +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder object chosen = j from target string destination: k chosen bond facet: letterCategory @@ -110,59 +112,155 @@ Source: j, destination: k source descriptor: J destination descriptor: K proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = a from initial string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = c from initial string destination: b chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A +Source: c, destination: b +source descriptor: C destination descriptor: B -proposing successor bond +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = i from target string destination: i chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J +Source: i, destination: i +source descriptor: I destination descriptor: I +proposing sameness bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 20, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets object chosen = successor bond between b and c from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond successor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = i from target string -destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 20, unhappiness=91 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J +Source: a, destination: b +source descriptor: A +destination descriptor: B proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 20, unhappiness=91 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: j, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets object chosen = k from target string object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond object chosen = i from target string destination: j chosen bond facet: letterCategory @@ -170,23 +268,48 @@ Source: i, destination: j source descriptor: I destination descriptor: J proposing successor bond -urgency: 100.0, number: 1, bin: 7 object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string destination: j chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K +Source: j, destination: j +source descriptor: J destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = c from initial string -destination: b +proposing sameness bond +object chosen = k from target string +destination: k chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 20, unhappiness=91 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 @@ -195,4558 +318,1382 @@ Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = j from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: j -object chosen = k from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k object chosen = successor bond between a and b from other string bond strength = 69 for successor bond between a and b succeeded: posting bond-builder top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 +initial : relevance = 0, unhappiness=89 +target : relevance = 20, unhappiness=91 initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond source: c, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = Correspondence between c and k from other string -object chosen = c from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[0:1] == ab from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -object chosen = group[1:2] == jk from target string -object chosen = group[1:2] == bc from initial string -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = b from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[1:2] == jk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = a from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = k from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = j from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = c -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between b and c -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == bc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = k -no firstBond -no firstBond2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = j from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b top_down_bond_scout__category initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle +target : relevance = 0, unhappiness=91 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: i, destination: i +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder object chosen = predecessor bond between b and c from other string bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: j -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = i from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = i from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = a from initial string -object chosen = i from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = Correspondence between c and k from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = Correspondence between c and k from other string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -object chosen = k from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=91 initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction source chosen = a no firstBond no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string +object chosen = sameness bond between k and k from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups +building bond sameness bond between k and k +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between j and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between j and j +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 20, unhappiness=86 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: i, destination: i +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 20, unhappiness=86 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 93 for successor bond between i and j +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=72 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond +to object: k +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups building bond successor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between b and c from other string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +object chosen = k from target string +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = sameness bond between i and i from other string already exists: activate descriptors & Fizzle object chosen = successor bond between a and b from other string bond strength = 96 for successor bond between a and b succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 40, unhappiness=72 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond +to object: k +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=72 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=72 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for direction +source chosen = k +firstBond: sameness bond between k and k +possible group: sameness bond between k and k +trying from k to sameness +proposing group from k to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=72 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 +target : relevance = 40, unhappiness=72 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 40, unhappiness=72 initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction source chosen = c firstBond: successor bond between b and c possible group: successor bond between b and c trying from c to successor proposing group from a to c -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=72 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond +source: k, destination: k +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k +object chosen = group[3:4] == jk from target string +object chosen = group[4:5] == kk from target string +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=72 initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond +target : relevance = 40, unhappiness=72 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b object chosen = successor bond between b and c from other string bond strength = 96 for successor bond between b and c succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle +target : relevance = 0, unhappiness=72 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string +object chosen = sameness bond between k and k from other string already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b +object chosen = b from initial string +destination: a chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=72 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 40, unhappiness=72 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b firstBond: successor bond between a and b possible group: successor bond between a and b -trying from a to successor +trying from b to successor proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=72 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group +object chosen = group[0:1] == ii from target string +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 60, unhappiness=72 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 60, unhappiness=72 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ii from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=72 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond +source: j, destination: j +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 60, unhappiness=72 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 60, unhappiness=72 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string +target : relevance = 40, unhappiness=72 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for direction +source chosen = k +firstBond: sameness bond between k and k +possible group: sameness bond between k and k +trying from k to sameness +proposing group from k to k +initial : relevance = 0, unhappiness=15 +target : relevance = 60, unhappiness=72 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 60, unhappiness=72 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 40, unhappiness=72 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond +to object: j +object chosen = group[0:1] == ii from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=72 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond +source: i, destination: i +object chosen = group[0:1] == ii from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=72 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group +object chosen = group[4:5] == kk from target string +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=72 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=59 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=59 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=59 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=59 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 28, unhappiness=59 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=18 +target : relevance = 28, unhappiness=48 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = b firstBond: successor bond between b and c possible group: successor bond between b and c trying from b to successor proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[4:5] == kk, destination: j +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=18 +target : relevance = 42, unhappiness=48 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=18 +target : relevance = 28, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = group[4:5] == kk from target string +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string +object chosen = group[4:5] == kk from target string already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string +object chosen = group[0:1] == ii from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: j, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between j and group[4:5] == kk from other string +bond strength = 23 for predecessor bond between j and group[4:5] == kk +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c succeeded: posting bond-builder -object chosen = successor bond between i and j from other string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 28, unhappiness=47 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a firstBond: successor bond between a and b possible group: successor bond between a and b trying from a to successor proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 28, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: j, destination: group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[0:1] == ii, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: sameness bond between j and j +possible group: sameness bond between j and j +trying from j to sameness +proposing group from j to j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 28, unhappiness=47 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = a from initial string -destination: b +source: a, destination: b +object chosen = successor bond between j and group[4:5] == kk from other string +bond strength = 62 for successor bond between j and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[2:3] == jj from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[0:1] == ii and j from other string +bond strength = 23 for predecessor bond between group[0:1] == ii and j +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=47 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[2:3] == jj from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[2:3] == jj from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[2:3] == jj from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[2:3] == jj and group[4:5] == kk +object chosen = group[0:1] == ii from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[2:5] == jjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from group[2:3] == jj to group[4:5] == kk +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[2:5] == jjkk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b object chosen = successor bond between a and b from other string bond strength = 96 for successor bond between a and b succeeded: posting bond-builder object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = b from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 +object chosen = group[4:5] == kk from target string Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = group[2:5] == jjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = j from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: j, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and group[4:5] == kk from other string +bond strength = 62 for successor bond between j and group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[2:5] == jjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[2:3] == jj from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from group[2:3] == jj to group[4:5] == kk +object chosen = group[2:5] == jjkk from target string Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[2:5] == jjkk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[2:5] == jjkk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=35 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:1] == ii from target string +destination: group[2:5] == jjkk +object chosen = group[2:3] == jj from target string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:5] == jjkk +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[2:5] == jjkk from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[2:5] == jjkk from target string +destination: group[0:1] == ii +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction +source chosen = group[2:5] == jjkk +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:5] == jjkk +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 44, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 44, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +to object: group[2:3] == jj top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 44, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 44, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 44, unhappiness=36 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 44, unhappiness=36 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from group[0:1] == ii to group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 44, unhappiness=36 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[0:1] == ii, destination: group[2:5] == jjkk +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[2:5] == jjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +won fight with group[2:5] == jjkk +lost fight with group[2:5] == jjkk +failed to break Groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 44, unhappiness=36 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[2:5] == jjkk from target string +destination: group[0:1] == ii +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 44, unhappiness=36 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 44, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group object chosen = predecessor bond between a and b from other string number of incompatibleBonds: 1 successor bond between a and b won fight with successor bond between a and b broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups +won fight with group[0:2] == abc +broke the groups trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 +lost fight with Correspondence between a and group[0:1] == ii Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = group[0:1] == ij from target string -object chosen = c from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = j from target string -destination: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 44, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +won fight with group[2:5] == jjkk +lost fight with group[2:5] == jjkk +failed to break Groups: Fizzle +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +won fight with group[2:5] == jjkk +won fight with group[2:5] == jjkk +broke the Groups +building group +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between group[0:1] == ii and group[2:3] == jj +lost fight with successor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj chosen bond facet: letterCategory -Source: j, destination: k +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk source descriptor: J destination descriptor: K proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between a and b from other string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k +target : relevance = 50, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c object chosen = group[0:2] == abc from initial string object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 Post top down: top-down-bond-scout--category, with urgency: 4 posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[1:2] == jk from target string +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle object chosen = b from initial string destination: c chosen bond facet: letterCategory @@ -4754,293 +1701,20 @@ Source: b, destination: c source descriptor: B destination descriptor: C proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between a and b from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=84 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=84 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=84 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 object chosen = b from initial string destination: a chosen bond facet: letterCategory @@ -5049,623 +1723,32 @@ source descriptor: B destination descriptor: A proposing predecessor bond object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b +bond strength = 48 for predecessor bond between a and b succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond successor bond between i and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = b from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -urgency: 24.1, number: 2, bin: 2 object chosen = j from target string object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = i from target string -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 object chosen = b from initial string destination: a chosen bond facet: letterCategory @@ -5673,1239 +1756,6 @@ Source: b, destination: a source descriptor: B destination descriptor: A proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == jk from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = Correspondence between b and j from other string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = group[1:2] == jk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from j to k -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: j, destination: i -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == jk, destination: i -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == jk -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -object chosen = group[1:2] == jk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -to object: group[1:2] == jk -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == jk, destination: i -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == jk, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: i, destination: group[1:2] == jk -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -lost fight with group[1:2] == jk -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = group[1:2] == jk from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: i, destination: group[1:2] == jk -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[1:2] == jk -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -to object: k -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from j to k -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 95 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[1:2] == jk from target string -object chosen = i from target string -destination: group[1:2] == jk -object chosen = predecessor bond between b and c from other string -initial : relevance = 0, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -won fight with group[1:2] == jk -broke the groups -building bond predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == jk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = a from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[1:2] == jk from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ij from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = b from initial string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -6916,559 +1766,156 @@ proposing successor bond object chosen = successor bond between a and b from other string bond strength = 48 for successor bond between a and b succeeded: posting bond-builder +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = j from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j object chosen = successor bond between a and b from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond successor bond between a and b +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets object chosen = j from target string -destination: i +destination: k chosen bond facet: letterCategory -Source: j, destination: i +Source: j, destination: k source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C +destination descriptor: K proposing successor bond object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = j from target string +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = b from initial string top_down_bond_scout__category initial : relevance = 50, unhappiness=89 target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b +target string selected: iijjkk with 6 letters, 6 objects, 0 bonds for bond +source: i, destination: i +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between k and k +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder object chosen = k from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond object chosen = successor bond between b and c from other string bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: k -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = k from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond object chosen = k from target string destination: j chosen bond facet: letterCategory @@ -7476,619 +1923,173 @@ Source: k, destination: j source descriptor: K destination descriptor: J proposing predecessor bond -object chosen = c from initial string -object chosen = b from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string +object chosen = k from target string destination: j chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I +Source: k, destination: j +source descriptor: K destination descriptor: J -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = k from target string -object chosen = j from target string +proposing predecessor bond +object chosen = i from target string destination: i chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J +Source: i, destination: i +source descriptor: I destination descriptor: I -proposing predecessor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond +source: i, destination: i object chosen = predecessor bond between b and c from other string bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: i -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = k -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 +to object: c +object chosen = b from initial string initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction source chosen = c no firstBond no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -posting bottom up codelets -object chosen = b from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = k from target string -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k top_down_bond_scout__category initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 20, unhappiness=94 initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond source: b, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -succeeded: posting bond-builder +object chosen = i from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 initial : relevance = 50, unhappiness=94 target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string +target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond +source: k, destination: k +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = j from target string +top_down_bond_scout__category initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=94 +target : relevance = 20, unhappiness=94 initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a +source: c, destination: b +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 20, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 20, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between a and b from other string object chosen = predecessor bond between a and b from other string bond strength = 48 for predecessor bond between a and b succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = successor bond between b and c from other string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 20, unhappiness=94 +target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond +source: k, destination: k +object chosen = predecessor bond between b and c from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = b from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k +building bond predecessor bond between b and c +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i succeeded: posting bond-builder initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 +target : relevance = 20, unhappiness=94 +target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for group +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string +initial : relevance = 0, unhappiness=89 +target : relevance = 20, unhappiness=94 +target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for group top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = group[1:2] == jk from target string -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 20, unhappiness=94 +target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond +source: i, destination: i top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 +initial : relevance = 0, unhappiness=89 +target : relevance = 20, unhappiness=94 initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = a from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -8096,1538 +2097,6 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = a from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = i from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -object chosen = successor bond between i and j from other string -bond strength = 78 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[0:2] == ijk from target string -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = j -no firstBond -no firstBond2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = successor bond between b and c from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -object chosen = a from initial string -object chosen = a from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = j -no firstBond -no firstBond2 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = i from target string -object chosen = k from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ij from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = i from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j object chosen = predecessor bond between a and b from other string number of incompatibleBonds: 1 successor bond between a and b @@ -9635,204 +2104,108 @@ won fight with successor bond between a and b broke the bonds no incompatible groups building bond predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 20, unhappiness=94 +target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond +source: i, destination: i +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = a from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = i from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j +urgency: 100.0, number: 1, bin: 7 initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +target : relevance = 0, unhappiness=94 +target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for direction source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 20, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 20, unhappiness=94 +target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond +source: k, destination: k +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i succeeded: posting bond-builder +object chosen = j from target string top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c +initial : relevance = 0, unhappiness=78 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b object chosen = successor bond between b and c from other string bond strength = 91 for successor bond between b and c succeeded: posting bond-builder @@ -9841,1318 +2214,824 @@ number of incompatibleBonds: 1 predecessor bond between b and c won fight with predecessor bond between b and c broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k +no incompatible groups +building bond successor bond between b and c +initial : relevance = 0, unhappiness=78 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = predecessor bond between b and c from other string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: j, destination: j +initial : relevance = 0, unhappiness=79 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between i and i from other string already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +initial : relevance = 0, unhappiness=79 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = i from target string +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=79 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = sameness bond between j and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between j and j +object chosen = sameness bond between k and k from other string already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = k from target string +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: k +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction source chosen = b firstBond: predecessor bond between a and b possible group: predecessor bond between a and b trying from b to predecessor -proposing group from a to c +proposing group from a to b object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 +object chosen = group[4:5] == kk from target string no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 +no incompatible Groups +building group object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k +bond strength = 91 for predecessor bond between a and b succeeded: posting bond-builder top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=83 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: k, destination: j object chosen = predecessor bond between i and j from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = predecessor bond between i and j from other string -object chosen = predecessor bond between i and j from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ii from target string +initial : relevance = 50, unhappiness=84 +target : relevance = 16, unhappiness=83 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=83 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: j, destination: k +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 16, unhappiness=83 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for direction source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string +firstBond: sameness bond between i and i +possible group: sameness bond between i and i +trying from i to sameness +proposing group from i to i object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string +bond strength = 91 for predecessor bond between a and b +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ii from target string Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond +object chosen = group[0:1] == ab from initial string +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=61 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +object chosen = group[1:2] == ij from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 16, unhappiness=61 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: j, destination: i +object chosen = group[0:1] == ii from target string +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=61 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=61 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +object chosen = group[0:1] == ii from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=79 +target : relevance = 42, unhappiness=61 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=79 +target : relevance = 42, unhappiness=61 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=61 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 42, unhappiness=61 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: i, destination: j +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 42, unhappiness=61 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=79 +target : relevance = 14, unhappiness=61 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for direction +source chosen = i +firstBond: sameness bond between i and i +possible group: sameness bond between i and i +trying from i to sameness +proposing group from i to i +initial : relevance = 0, unhappiness=79 +target : relevance = 42, unhappiness=61 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 42, unhappiness=61 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: group[4:5] == kk, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: group[4:5] == kk, destination: j +object chosen = j from target string +initial : relevance = 50, unhappiness=84 +target : relevance = 14, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 14, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: group[0:1] == ii, destination: j +initial : relevance = 50, unhappiness=84 +target : relevance = 14, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:1] == ii from target string +initial : relevance = 50, unhappiness=84 +target : relevance = 14, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: group[0:1] == ii, destination: j +initial : relevance = 50, unhappiness=84 +target : relevance = 14, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 14, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +to object: j +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: group[0:1] == ii, destination: j +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between a and b +broke the bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: group[0:1] == ii, destination: j +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=50 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=50 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 14, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between j and group[4:5] == kk from other string +bond strength = 57 for predecessor bond between j and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +object chosen = predecessor bond between j and group[4:5] == kk from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k +building bond predecessor bond between j and group[4:5] == kk +object chosen = group[2:3] == jj from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=49 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between group[0:1] == ii and j from other string +bond strength = 62 for predecessor bond between group[0:1] == ii and j succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string +object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ii from target string already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 +firstBond: sameness bond between j and j +possible group: sameness bond between j and j +trying from j to sameness +proposing group from j to j +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ii from target string already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 +object chosen = group[2:3] == jj from target string +object chosen = j from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: j, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[0:1] == ii, destination: j +object chosen = successor bond between group[0:1] == ii and j from other string +bond strength = 45 for successor bond between group[0:1] == ii and j succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group top_down_bond_scout__category initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[4:5] == kk, destination: j +object chosen = predecessor bond between group[0:1] == ii and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between j and group[4:5] == kk from other string +bond strength = 45 for successor bond between j and group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=47 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: j, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=47 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=37 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=37 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=37 initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j succeeded: posting bond-builder -object chosen = i from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = predecessor bond between j and k from other string -object chosen = j from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = b from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=37 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=37 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=37 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=37 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group object chosen = predecessor bond between b and c from other string bond strength = 91 for predecessor bond between b and c succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=18 +target : relevance = 25, unhappiness=37 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +initial : relevance = 0, unhappiness=18 +target : relevance = 25, unhappiness=37 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii no firstBond no firstBond2 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j +initial : relevance = 0, unhappiness=18 +target : relevance = 25, unhappiness=37 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 25, unhappiness=37 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[0:1] == ii +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 61 for predecessor bond between group[2:3] == jj and group[4:5] == kk succeeded: posting bond-builder -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b +initial : relevance = 0, unhappiness=18 +target : relevance = 25, unhappiness=37 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between j and k no firstBond2 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 78 for successor bond between i and j -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 78 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -object chosen = j from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = b from initial string -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=37 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 0, unhappiness=18 +target : relevance = 25, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=37 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=37 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 61 for predecessor bond between group[0:1] == ii and group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=37 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 61 for predecessor bond between group[0:1] == ii and group[2:3] == jj +initial : relevance = 0, unhappiness=18 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[2:3] == jj from target string already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 61 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group object chosen = successor bond between a and b from other string bond strength = 96 for successor bond between a and b succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = k from target string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = c firstBond: successor bond between b and c @@ -11160,210 +3039,878 @@ possible group: successor bond between b and c trying from c to successor proposing group from a to c object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle urgency: 100.0, number: 1, bin: 7 initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = k from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between b and c from other string +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +won fight with group[0:2] == abc +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j +won fight with Correspondence between c and group[4:5] == kk +building bond predecessor bond between group[2:3] == jj and group[4:5] == kk +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk +possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to predecessor +proposing group from group[2:3] == jj to group[4:5] == kk +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[2:5] == jjkk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[2:5] == jjkk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 22, unhappiness=35 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 22, unhappiness=43 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 60 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:5] == jjkk from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=43 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[2:5] == jjkk from target string +destination: group[0:1] == ii +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 22, unhappiness=43 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=43 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=43 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=43 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=43 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=43 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=43 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[2:5] == jjkk, destination: group[0:1] == ii +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = group[2:5] == jjkk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 22, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c succeeded: posting bond-builder Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 22, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=43 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=43 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 22, unhappiness=43 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=43 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=43 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 22, unhappiness=43 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=43 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 22, unhappiness=43 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=43 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=43 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=43 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=43 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=43 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=43 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 22, unhappiness=43 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=43 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=43 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 60 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[0:1] == ii and group[2:3] == jj +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 22, unhappiness=43 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[2:5] == jjkk, destination: group[0:1] == ii +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 11, unhappiness=43 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=43 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 11, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=41 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 11, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 11, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 11, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 22, unhappiness=41 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=41 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=41 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 11, unhappiness=41 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 22, unhappiness=41 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 11, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = k from target string -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = a from initial string -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 60 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=41 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -object chosen = k from target string -destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 11, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 11, unhappiness=41 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 11, unhappiness=41 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +to object: group[4:5] == kk +object chosen = group[2:5] == jjkk from target string +destination: group[0:1] == ii +object chosen = group[0:5] == iijjkk from target string +won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +won fight with group[2:5] == jjkk +won fight with group[2:5] == jjkk +broke the Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=41 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:3] == iijj from target string +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between group[0:1] == ii and group[2:3] == jj +lost fight with successor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = a from initial string +destination: b chosen bond facet: letterCategory -Source: k, destination: j +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +to object: i +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj source descriptor: K destination descriptor: J proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 57 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +to object: group[0:1] == ii +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = c firstBond: successor bond between b and c possible group: successor bond between b and c trying from c to successor -proposing group from b to c -object chosen = b from initial string -destination: a +proposing group from a to c +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +won fight with successor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +won fight with group[0:5] == iijjkk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and group[4:5] == kk +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = a from initial string +destination: b chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -destination: a +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[1:2] == ij from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +destination: b chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 object chosen = i from target string destination: j chosen bond facet: letterCategory @@ -11371,8 +3918,85 @@ Source: i, destination: j source descriptor: I destination descriptor: J proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k succeeded: posting bond-builder object chosen = c from initial string destination: b @@ -11381,109 +4005,12 @@ Source: c, destination: b source descriptor: C destination descriptor: B proposing predecessor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = predecessor bond between b and c from other string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k +bond strength = 48 for successor bond between j and k succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = group[1:2] == jk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 object chosen = b from initial string destination: a chosen bond facet: letterCategory @@ -11491,127 +4018,539 @@ Source: b, destination: a source descriptor: B destination descriptor: A proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: b -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = i from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between k and k +object chosen = i from target string +object chosen = i from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = b from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets top_down_bond_scout__category initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: k, destination: k +object chosen = k from target string +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b succeeded: posting bond-builder +object chosen = j from target string +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = sameness bond between j and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between j and j +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: i +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: j +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: k +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: i +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond object chosen = predecessor bond between a and b from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond predecessor bond between a and b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: j +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = i from target string +object chosen = group[2:3] == jj from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: group[2:3] == jj, destination: i +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between i and group[2:3] == jj from other string +bond strength = 23 for successor bond between i and group[2:3] == jj +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: k, destination: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: group[2:3] == jj, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: k, destination: k +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets object chosen = predecessor bond between b and c from other string bond strength = 69 for predecessor bond between b and c succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: k, destination: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: k, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: group[2:3] == jj, destination: k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: i, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: group[2:3] == jj, destination: i +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: i, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: k, destination: group[2:3] == jj +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: i, destination: group[2:3] == jj +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group +object chosen = successor bond between i and group[2:3] == jj from other string +bond strength = 45 for successor bond between i and group[2:3] == jj +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -11619,87 +4558,186 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -posting bottom up codelets -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between b and c -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=94 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder object chosen = successor bond between b and c from other string bond strength = 91 for successor bond between b and c succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: group[2:3] == jj, destination: k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: i, destination: i +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[2:3] == jj from target string +destination: i +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k succeeded: posting bond-builder -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group +object chosen = group[2:3] == jj from target string +destination: k +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: i, destination: i +object chosen = group[4:5] == kk from target string +object chosen = group[0:1] == ii from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ii from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and k from other string +bond strength = 45 for successor bond between group[2:3] == jj and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: k, destination: group[2:3] == jj +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: j, destination: k +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c succeeded: posting bond-builder object chosen = successor bond between a and b from other string number of incompatibleBonds: 1 @@ -11708,483 +4746,713 @@ won fight with predecessor bond between a and b broke the bonds no incompatible groups building bond successor bond between a and b -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between a and b from other string +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string +object chosen = group[4:5] == kk from target string no incompatible bonds no incompatible Groups building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=51 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between i and group[2:3] == jj from other string +bond strength = 23 for predecessor bond between i and group[2:3] == jj +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=51 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for direction +source chosen = group[2:3] == jj +no firstBond no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 object chosen = predecessor bond between b and c from other string number of incompatibleBonds: 1 successor bond between b and c lost fight with successor bond between b and c failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a firstBond: successor bond between a and b possible group: successor bond between a and b trying from a to successor proposing group from a to c -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between j and k -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder top_down_bond_scout__category initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: a, destination: b -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between j and k from other string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups -building bond predecessor bond between j and k +building bond successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +to object: group[4:5] == kk +object chosen = group[0:1] == ii from target string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:3] == iijj from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[2:3] == jj and group[4:5] == kk +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:3] == iijj from target string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from group[0:1] == ii to group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +to object: group[2:3] == jj +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +to object: group[4:5] == kk +object chosen = successor bond between j and group[4:5] == kk from other string +bond strength = 59 for successor bond between j and group[4:5] == kk +object chosen = successor bond between i and group[2:3] == jj from other string +bond strength = 59 for successor bond between i and group[2:3] == jj +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +posting bottom up codelets object chosen = c from initial string destination: b chosen bond facet: letterCategory @@ -12192,159 +5460,566 @@ Source: c, destination: b source descriptor: C destination descriptor: B proposing predecessor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 25, unhappiness=12 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=18 +target : relevance = 25, unhappiness=12 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 25, unhappiness=12 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = j from target string object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b succeeded: posting bond-builder -object chosen = k from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[4:5] == kk from target string destination: j chosen bond facet: letterCategory -Source: k, destination: j +Source: group[4:5] == kk, destination: j source descriptor: K destination descriptor: J proposing predecessor bond -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 posting bottom up codelets -object chosen = j from target string -destination: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj chosen bond facet: letterCategory -Source: j, destination: k +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +object chosen = predecessor bond between j and group[4:5] == kk from other string +bond strength = 23 for predecessor bond between j and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[0:1] == ii, destination: j +object chosen = successor bond between group[0:1] == ii and j from other string +bond strength = 59 for successor bond between group[0:1] == ii and j +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = successor bond between group[0:1] == ii and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: j, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = predecessor bond between group[0:1] == ii and j from other string +bond strength = 23 for predecessor bond between group[0:1] == ii and j +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +to object: group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk source descriptor: J destination descriptor: K proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: b -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle posting bottom up codelets -object chosen = i from target string -destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj chosen bond facet: letterCategory -Source: i, destination: j +Source: group[0:1] == ii, destination: group[2:3] == jj source descriptor: I destination descriptor: J proposing successor bond -object chosen = k from target string -object chosen = a from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: k, destination: k +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between group[0:1] == ii and group[2:3] == jj +lost fight with successor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ii from target string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = j from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: j, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and group[4:5] == kk from other string +bond strength = 59 for successor bond between j and group[4:5] == kk +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between j and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[2:3] == jj from target string +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string destination: b chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A +Source: c, destination: b +source descriptor: C destination descriptor: B -proposing successor bond -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = c from initial string destination: b chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A +Source: c, destination: b +source descriptor: C destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J proposing predecessor bond -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c succeeded: posting bond-builder object chosen = b from initial string destination: c @@ -12353,28 +6028,666 @@ Source: b, destination: c source descriptor: B destination descriptor: C proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b object chosen = predecessor bond between b and c from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond predecessor bond between b and c +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +urgency: 23.200000000000003, number: 1, bin: 2 object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = i from target string +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 20, unhappiness=94 +target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond +source: j, destination: j +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = sameness bond between k and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between k and k +object chosen = a from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +to object: i +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=94 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = sameness bond between j and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between j and j +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: k +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: j +object chosen = i from target string +object chosen = j from target string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: j +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: k +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: k +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for direction +source chosen = j +no firstBond +firstBond2: sameness bond between j and j +possible group: sameness bond between j and j +trying from j to sameness +proposing group from j to j +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for direction +source chosen = i +firstBond: sameness bond between i and i +possible group: sameness bond between i and i +trying from i to sameness +proposing group from i to i +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b +bond strength = 69 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: i +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = group[0:1] == ii from target string +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: k +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for direction +source chosen = i +firstBond: sameness bond between i and i +possible group: sameness bond between i and i +trying from i to sameness +proposing group from i to i +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: k +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: k +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = group[4:5] == kk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: j +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -12382,79 +6695,1210 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: i +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for direction +source chosen = k +firstBond: sameness bond between k and k +possible group: sameness bond between k and k +trying from k to sameness +proposing group from k to k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string +object chosen = group[2:3] == jj from target string +object chosen = sameness bond between j and j from other string already exists: activate descriptors & Fizzle top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +to object: k +object chosen = group[4:5] == kk from target string Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for direction +source chosen = i +no firstBond +firstBond2: sameness bond between i and i +possible group: sameness bond between i and i +trying from i to sameness +proposing group from i to i +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: k +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +to object: k +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:1] == ii from target string +object chosen = group[4:5] == kk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: k +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: i +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: i +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +object chosen = group[4:5] == kk from target string +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: j +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +object chosen = group[0:1] == ii from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ii from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=83 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:1] == ii from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=83 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: i, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +object chosen = group[2:3] == jj from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: k, destination: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[2:3] == jj from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: k, destination: k +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +object chosen = group[4:5] == kk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=51 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[0:1] == ii and group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for direction +source chosen = group[4:5] == kk no firstBond no firstBond2 -object chosen = k from target string -destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for direction +source chosen = group[2:3] == jj +no firstBond +firstBond2: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = group[0:3] == iijj from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for direction +source chosen = group[2:3] == jj +no firstBond +firstBond2: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[2:3] == jj +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:3] == iijj from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj chosen bond facet: letterCategory -Source: k, destination: j +Source: group[4:5] == kk, destination: group[2:3] == jj source descriptor: K destination descriptor: J proposing predecessor bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = group[0:3] == iijj from target string +object chosen = group[4:5] == kk from target string +object chosen = group[4:5] == kk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c +bond strength = 96 for successor bond between b and c succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between j and k from other string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:1] == ii from target string +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +to object: group[4:5] == kk +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:3] == iijj from target string +no incompatible bonds +won fight with group[0:5] == iijjkk +lost fight with group[0:5] == iijjkk +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +to object: group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[4:5] == kk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string already exists: activate descriptors & Fizzle object chosen = c from initial string destination: b @@ -12463,228 +7907,181 @@ Source: c, destination: b source descriptor: C destination descriptor: B proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -broke the bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between j and k from other string +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = k from target string -object chosen = predecessor bond between j and k from other string +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:1] == ii from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ii from target string urgency: 100.0, number: 1, bin: 7 top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -12692,1926 +8089,227 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b +bond strength = 96 for successor bond between a and b succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = k from target string -object chosen = successor bond between i and j from other string already exists: activate descriptors & Fizzle -object chosen = i from target string -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:1] == ij from target string -object chosen = group[0:1] == ij from target string -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c +bond strength = 96 for successor bond between b and c succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +to object: group[2:3] == jj +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = i from target string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +object chosen = group[0:5] == iijjkk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[4:5] == kk +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c object chosen = group[0:2] == abc from initial string object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond predecessor bond between i and j -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle +bond strength = 96 for successor bond between b and c +object chosen = group[0:5] == iijjkk from target string object chosen = k from target string -destination: j +destination: group[2:3] == jj chosen bond facet: letterCategory -Source: k, destination: j +Source: k, destination: group[2:3] == jj source descriptor: K destination descriptor: J proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[4:5] == kk initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: group[0:1] == ij -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 +target : relevance = 25, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -object chosen = group[1:2] == jk from target string -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=18 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=18 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=18 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -destination: k -object chosen = group[0:1] == ij from target string -destination: k -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[0:1] == ij -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = j from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -to object: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -to object: group[0:1] == ij -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: group[0:1] == ij, destination: k -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -to object: k -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: group[0:1] == ij, destination: k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: group[0:1] == ij, destination: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -object chosen = k from target string -destination: group[0:1] == ij -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: group[0:1] == ij, destination: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: group[0:1] == ij, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: group[0:1] == ij, destination: k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -to object: group[0:1] == ij -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: group[0:1] == ij, destination: k -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -destination: k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: k, destination: group[0:1] == ij -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = k from target string -destination: group[0:1] == ij -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: group[0:1] == ij, destination: k -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -to object: group[0:1] == ij -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: group[0:1] == ij -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:1] == ij -broke the groups -building bond successor bond between i and j -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = j from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[2:3] == jj and k from other string +bond strength = 23 for predecessor bond between group[2:3] == jj and k initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string +object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string urgency: 100.0, number: 2, bin: 7 object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[2:3] == jj from target string +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle urgency: 100.0, number: 1, bin: 7 urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j +object chosen = i from target string +destination: i chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string destination: b chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A +Source: c, destination: b +source descriptor: C destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -14621,8 +8319,79 @@ destination descriptor: B proposing successor bond Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = j from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = i from target string +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets object chosen = j from target string destination: i chosen bond facet: letterCategory @@ -14631,54 +8400,300 @@ source descriptor: J destination descriptor: I proposing predecessor bond object chosen = i from target string -object chosen = i from target string destination: j chosen bond facet: letterCategory Source: i, destination: j source descriptor: I destination descriptor: J proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond object chosen = successor bond between i and j from other string bond strength = 48 for successor bond between i and j succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c +object chosen = predecessor bond between b and c from other string +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between j and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between j and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for direction +source chosen = j +firstBond: sameness bond between j and j +possible group: sameness bond between j and j +trying from j to sameness +proposing group from j to j +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond +to object: j +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = k from target string +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: a +object chosen = a from initial string object chosen = predecessor bond between a and b from other string bond strength = 48 for predecessor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = sameness bond between k and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between k and k +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = j from target string +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: i, destination: i +object chosen = k from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +to object: j +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: j, destination: k +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string object chosen = k from target string destination: j chosen bond facet: letterCategory @@ -14686,44 +8701,1006 @@ Source: k, destination: j source descriptor: K destination descriptor: J proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = i from target string +object chosen = k from target string destination: j chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I +Source: k, destination: j +source descriptor: K destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k +proposing predecessor bond +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction +source chosen = j +firstBond: sameness bond between j and j +possible group: sameness bond between j and j +trying from j to sameness +proposing group from j to j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[2:3] == jj from target string +initial : relevance = 50, unhappiness=84 +target : relevance = 20, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = successor bond between j and k from other string +bond strength = 62 for successor bond between j and k +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: k, destination: k +object chosen = group[0:1] == ii from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 20, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: j, destination: i +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=84 +target : relevance = 20, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +to object: i +object chosen = group[0:1] == ii from target string +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 20, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: i, destination: j +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = group[0:1] == ab from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 20, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 20, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = j from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction +source chosen = i +firstBond: sameness bond between i and i +possible group: sameness bond between i and i +trying from i to sameness +proposing group from i to i +object chosen = group[0:1] == ii from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: j, destination: group[0:1] == ii +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group object chosen = predecessor bond between j and k from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond predecessor bond between j and k +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond +source: j, destination: k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond +source: k, destination: k +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 16, unhappiness=59 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=59 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=59 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[2:3] == jj from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 16, unhappiness=59 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=59 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 16, unhappiness=59 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:1] == ii from target string +destination: j +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:1] == ab from initial string +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 16, unhappiness=59 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond +source: k, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 16, unhappiness=59 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=59 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=59 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond +source: k, destination: k +object chosen = group[0:1] == ii from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and j from other string +bond strength = 45 for successor bond between group[0:1] == ii and j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 16, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond +to object: group[0:1] == ii +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=61 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=61 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between group[0:1] == ii and j from other string +bond strength = 40 for predecessor bond between group[0:1] == ii and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=61 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[0:1] == ii, destination: j +object chosen = successor bond between group[0:1] == ii and j from other string +bond strength = 45 for successor bond between group[0:1] == ii and j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 14, unhappiness=50 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 14, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction +source chosen = k +firstBond: sameness bond between k and k +possible group: sameness bond between k and k +trying from k to sameness +proposing group from k to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: j, destination: group[0:1] == ii +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[2:3] == jj, destination: k +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=50 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 14, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=50 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=50 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = group[0:1] == ii from target string +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=50 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction +source chosen = k +firstBond: sameness bond between k and k +possible group: sameness bond between k and k +trying from k to sameness +proposing group from k to k +object chosen = group[0:1] == ii from target string +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = group[4:5] == kk from target string +object chosen = group[4:5] == kk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=50 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=50 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=50 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:1] == ii from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=50 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = k from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=50 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[4:5] == kk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 57 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between group[0:1] == ii and group[2:3] == jj +won fight with successor bond between group[0:1] == ii and group[2:3] == jj +broke the bonds +no incompatible groups +building bond predecessor bond between group[0:1] == ii and group[2:3] == jj +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=36 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=36 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=36 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=36 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[2:3] == jj and group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=36 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:1] == ii from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:5] == iijjkk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[2:5] == jjkk from target string +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to successor +proposing group from group[2:3] == jj to group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:5] == iijjkk from target string +lost fight with predecessor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 61 for predecessor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +to object: group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +won fight with successor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +no incompatible Groups +building group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +predecessor bond between group[2:3] == jj and group[4:5] == kk +won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +lost fight with group[0:5] == iijjkk +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[2:5] == jjkk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk +possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to predecessor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=12 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=12 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[2:3] == jj from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=12 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +predecessor bond between group[2:3] == jj and group[4:5] == kk +won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +lost fight with group[0:5] == iijjkk +failed to break groups: Fizzle +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=12 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk +possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to predecessor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -14731,48 +9708,456 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b succeeded: posting bond-builder object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +to object: group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +predecessor bond between group[2:3] == jj and group[4:5] == kk +won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +won fight with group[0:5] == iijjkk +broke the groups +building bond successor bond between group[2:3] == jj and group[4:5] == kk +urgency: 100.0, number: 1, bin: 7 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +firstBond2: predecessor bond between group[0:1] == ii and group[2:3] == jj +possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to predecessor +proposing group from group[0:1] == ii to group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:3] == iijj from target string +object chosen = group[0:3] == iijj from target string +object chosen = group[0:5] == iijjkk from target string +lost fight with predecessor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=33 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[0:1] == ii, destination: j +object chosen = predecessor bond between group[0:1] == ii and j from other string +bond strength = 59 for predecessor bond between group[0:1] == ii and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=33 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +predecessor bond between group[0:1] == ii and group[2:3] == jj +won fight with predecessor bond between group[0:1] == ii and group[2:3] == jj +broke the bonds +no incompatible groups +building bond successor bond between group[0:1] == ii and group[2:3] == jj +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:5] == iijjkk from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +firstBond2: successor bond between group[2:3] == jj and group[4:5] == kk +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between group[0:1] == ii and j from other string +number of incompatibleBonds: 2 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[4:5] == kk +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:5] == iijjkk from target string +object chosen = group[4:5] == kk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = j from target string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = group[4:5] == kk from target string +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: k, destination: k +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = k +firstBond: sameness bond between k and k +possible group: sameness bond between k and k +trying from k to sameness +proposing group from k to k +object chosen = group[4:5] == kk from target string +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +to object: group[2:3] == jj +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and group[2:3] == jj from other string +bond strength = 50 for successor bond between i and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between i and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 37, unhappiness=12 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder object chosen = k from target string destination: j chosen bond facet: letterCategory @@ -14780,162 +10165,879 @@ Source: k, destination: j source descriptor: K destination descriptor: J proposing predecessor bond -object chosen = predecessor bond between j and k from other string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = k from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = successor bond between i and j from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups -building bond predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 +building bond successor bond between i and j +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i succeeded: posting bond-builder +object chosen = a from initial string object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 20, unhappiness=89 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds no incompatible groups building bond successor bond between a and b -initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 20, unhappiness=89 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: j, destination: j +initial : relevance = 50, unhappiness=100 +target : relevance = 20, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +initial : relevance = 50, unhappiness=100 +target : relevance = 20, unhappiness=89 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +to object: i +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond urgency: 100.0, number: 1, bin: 7 top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 20, unhappiness=91 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: i, destination: i +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=89 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 20, unhappiness=89 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[1:2] == ij from target string +object chosen = group[0:1] == ab from initial string +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 20, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = sameness bond between k and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between k and k +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 40, unhappiness=86 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: j +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between j and j +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: i, destination: i +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: k, destination: k +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = a from initial string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=94 +target : relevance = 20, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +object chosen = a from initial string +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 20, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 20, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: k, destination: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: j, destination: i +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = c from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: j, destination: j +initial : relevance = 50, unhappiness=94 +target : relevance = 20, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: i, destination: i +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: i, destination: i +object chosen = c from initial string +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction +source chosen = j +firstBond: sameness bond between j and j +possible group: sameness bond between j and j +trying from j to sameness +proposing group from j to j +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: k, destination: k +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 20, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: i, destination: j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +initial : relevance = 50, unhappiness=94 +target : relevance = 20, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=80 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=80 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=80 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: i, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=63 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: i, destination: i +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +object chosen = group[0:1] == ii from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 16, unhappiness=63 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: i, destination: i +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=63 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 16, unhappiness=63 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = group[4:5] == kk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=63 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: i, destination: i +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=63 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=63 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=63 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 14, unhappiness=63 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +to object: i +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=84 +target : relevance = 14, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j +target : relevance = 42, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 object chosen = successor bond between b and c from other string bond strength = 78 for successor bond between b and c succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +destination: i +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +top_down_bond_scout__category initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 +target : relevance = 14, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ii from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle top_down_bond_scout__category initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=50 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: i, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=50 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[4:5] == kk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=50 initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -top_down_bond_scout__category +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = k from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j +target : relevance = 12, unhappiness=50 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c succeeded: posting bond-builder initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = j from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets +source: a, destination: b +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b object chosen = k from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond object chosen = i from target string destination: j chosen bond facet: letterCategory @@ -14943,22 +11045,8 @@ Source: i, destination: j source descriptor: I destination descriptor: J proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = i from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j object chosen = c from initial string destination: b chosen bond facet: letterCategory @@ -14966,30 +11054,151 @@ Source: c, destination: b source descriptor: C destination descriptor: B proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = i from target string +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = c from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond object chosen = predecessor bond between b and c from other string bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 20, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = sameness bond between i and i from other string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 20, unhappiness=91 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string +object chosen = i from target string object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -14997,4863 +11206,922 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond +object chosen = k from target string top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=94 +target : relevance = 20, unhappiness=91 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 20, unhappiness=91 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 20, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a no firstBond -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = successor bond between j and k from other string +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 20, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = sameness bond between j and j from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups -building bond successor bond between j and k -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j +building bond sameness bond between j and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=89 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=89 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=89 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: i +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 40, unhappiness=86 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: i +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=94 +target : relevance = 40, unhappiness=86 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = j from target string +object chosen = sameness bond between k and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between k and k +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=86 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 20, unhappiness=86 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: k, destination: k +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: i, destination: i +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = group[4:5] == kk from target string +object chosen = group[4:5] == kk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=80 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=80 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=80 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 16, unhappiness=63 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:1] == ii from target string +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=63 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = j from target string +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: j, destination: group[4:5] == kk +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: group[4:5] == kk, destination: j +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: sameness bond between j and j +possible group: sameness bond between j and j +trying from j to sameness +proposing group from j to j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=63 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between j and group[4:5] == kk from other string +bond strength = 23 for successor bond between j and group[4:5] == kk +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: i, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: i, destination: j +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=61 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: j, destination: j +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=61 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: i, destination: j +object chosen = group[0:1] == ii from target string no incompatible bonds no incompatible Groups building group object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 42, unhappiness=63 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 42, unhappiness=63 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: i, destination: i +initial : relevance = 0, unhappiness=89 +target : relevance = 42, unhappiness=63 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[2:3] == jj from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 37, unhappiness=63 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: j, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[2:3] == jj from target string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i succeeded: posting bond-builder +top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +object chosen = group[2:3] == jj from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = b firstBond: successor bond between b and c possible group: successor bond between b and c trying from b to successor proposing group from a to c -top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +object chosen = group[0:1] == ii from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[4:5] == kk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +object chosen = group[4:5] == kk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk object chosen = predecessor bond between b and c from other string number of incompatibleBonds: 1 successor bond between b and c lost fight with successor bond between b and c failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string +no incompatible groups +building bond successor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 100, unhappiness=18 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k object chosen = successor bond between b and c from other string bond strength = 96 for successor bond between b and c succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[2:3] == jj from target string Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = j from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle top_down_bond_scout__category initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: c, destination: b -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 +target : relevance = 12, unhappiness=35 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[0:1] == ii object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 +already exists: activate descriptors & Fizzle object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -object chosen = group[1:2] == jk from target string -no incompatible bonds -won fight with group[0:2] == ijk -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond source: b, destination: a -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j +object chosen = group[4:5] == kk from target string +object chosen = group[0:1] == ii from target string initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 +target : relevance = 12, unhappiness=35 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond to object: c object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +no firstBond2 +object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 +target : relevance = 12, unhappiness=35 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group object chosen = successor bond between b and c from other string bond strength = 96 for successor bond between b and c succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 +target : relevance = 12, unhappiness=35 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond object chosen = successor bond between a and b from other string bond strength = 96 for successor bond between a and b succeeded: posting bond-builder object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=35 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond to object: b -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = successor bond between i and j from other string +object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a object chosen = successor bond between a and b from other string bond strength = 96 for successor bond between a and b succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = i from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -initial : relevance = 100, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = j from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = c from initial string -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = successor bond between a and b from other string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = c -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = b from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = k from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -object chosen = c from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = group[0:1] == ij from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -won fight with successor bond between j and k -won fight with successor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -won fight with group[0:2] == ijk -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 initial string selected: abc with 3 letters, 4 objects, 2 bonds for group object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = group[0:5] == iijjkk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -posting bottom up codelets +source: b, destination: a object chosen = successor bond between b and c from other string bond strength = 96 for successor bond between b and c succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle +top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = group[4:5] == kk from target string object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between j and k -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle object chosen = successor bond between a and b from other string bond strength = 96 for successor bond between a and b succeeded: posting bond-builder -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = b firstBond: successor bond between b and c firstBond2: successor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = k from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between i and j from other string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j +successor bond between group[0:1] == ii and group[2:3] == jj +lost fight with successor bond between group[0:1] == ii and group[2:3] == jj failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 posting bottom up codelets -object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string +object chosen = group[0:5] == iijjkk from target string already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ii from target string +destination: j chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C +Source: group[0:1] == ii, destination: j +source descriptor: I +destination descriptor: J proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = c firstBond: successor bond between b and c @@ -19863,18 +12131,166 @@ proposing group from a to c object chosen = group[0:2] == abc from initial string object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between group[0:1] == ii and j from other string +bond strength = 59 for successor bond between group[0:1] == ii and j +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +to object: group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:5] == iijjkk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +to object: group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle urgency: 100.0, number: 1, bin: 7 urgency: 100.0, number: 2, bin: 7 urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -19882,223 +12298,78 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -object chosen = i from target string -destination: j +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J +Source: a, destination: b +source descriptor: A +destination descriptor: B proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +object chosen = b from initial string +destination: a chosen bond facet: letterCategory -Source: j, destination: k +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk source descriptor: J destination descriptor: K proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle posting bottom up codelets urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = b from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = group[1:2] == bc from initial string -object chosen = i from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == jk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -20106,3274 +12377,164 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = c from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between j and k -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -urgency: 100.0, number: 1, bin: 7 object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b +bond strength = 96 for successor bond between a and b succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[1:2] == jk from target string object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = group[1:2] == jk from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -object chosen = predecessor bond between j and k from other string already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -destination: group[1:2] == jk -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=79 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=79 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == jk, destination: i -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets +object chosen = group[0:1] == ii from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +to object: group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: c, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ii from target string +destination: j +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and j from other string +bond strength = 59 for successor bond between group[0:1] == ii and j +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = c firstBond: successor bond between b and c possible group: successor bond between b and c trying from c to successor proposing group from a to c object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: i, destination: group[1:2] == jk -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between a and b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between a and b -broke the bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between j and k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == jk from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = b from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = k from target string -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string urgency: 100.0, number: 2, bin: 7 posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -object chosen = a from initial string -object chosen = k from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = Correspondence between a and i from other string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = Correspondence between c and group[1:2] == jk from other string -object chosen = successor bond between i and j from other string -object chosen = Correspondence between group[0:2] == abc and group[0:2] == ijk from other string -posting bottom up codelets -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = Correspondence between a and i from other string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = successor bond between b and c from other string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = a from initial string -object chosen = k from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: i -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between j and k from other string -bond strength = 78 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=94 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = i from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle urgency: 100.0, number: 1, bin: 7 initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = Correspondence between c and k from other string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -posting bottom up codelets -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = b from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 78 for predecessor bond between j and k -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between i and j from other string -bond strength = 78 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between b and c from other string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: k -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -posting bottom up codelets -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle object chosen = successor bond between a and b from other string bond strength = 96 for successor bond between a and b succeeded: posting bond-builder -object chosen = i from target string object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:1] == ii from target string +urgency: 100.0, number: 1, bin: 7 Post top down: top-down-bond-scout--category, with urgency: 4 posting bottom up codelets -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 57 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk failed to break bonds: Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 posting bottom up codelets -object chosen = successor bond between i and j from other string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle +top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle urgency: 100.0, number: 2, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 Post top down: top-down-bond-scout--category, with urgency: 4 posting bottom up codelets urgency: 100.0, number: 2, bin: 7 top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: a, destination: b object chosen = successor bond between a and b from other string bond strength = 96 for successor bond between a and b succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond to object: c object chosen = successor bond between b and c from other string @@ -23381,2452 +12542,121 @@ bond strength = 96 for successor bond between b and c succeeded: posting bond-builder object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = k from target string -destination: j +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj chosen bond facet: letterCategory -Source: k, destination: j +Source: group[4:5] == kk, destination: group[2:3] == jj source descriptor: K destination descriptor: J proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 57 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = group[2:3] == jj from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets urgency: 100.0, number: 1, bin: 7 urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets object chosen = successor bond between a and b from other string bond strength = 96 for successor bond between a and b succeeded: posting bond-builder object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = k from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 33, unhappiness=92 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: group[0:1] == ij -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 33, unhappiness=92 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 33, unhappiness=92 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = group[0:1] == ij from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ij -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:1] == ij from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ij -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = group[1:2] == jk from target string -object chosen = i from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[0:1] == ij from target string -destination: k -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -won fight with group[0:1] == ij -won fight with group[0:1] == ij -broke the Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 urgency: 100.0, number: 1, bin: 7 initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[1:2] == jk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = k from target string -object chosen = group[1:2] == jk from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from j to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: predecessor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == jk from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -object chosen = group[1:2] == jk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = i from target string -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -object chosen = i from target string -object chosen = group[1:2] == jk from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = a from initial string -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = k -no firstBond -no firstBond2 -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: i -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -object chosen = Correspondence between a and i from other string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = b from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ij from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a firstBond: successor bond between a and b possible group: successor bond between a and b trying from a to successor proposing group from a to c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond to object: b object chosen = successor bond between a and b from other string bond strength = 96 for successor bond between a and b -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 posting bottom up codelets -object chosen = successor bond between b and c from other string +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string already exists: activate descriptors & Fizzle top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string object chosen = successor bond between a and b from other string bond strength = 96 for successor bond between a and b succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle object chosen = b from initial string destination: c chosen bond facet: letterCategory @@ -25839,136 +12669,122 @@ bond strength = 96 for successor bond between b and c succeeded: posting bond-builder object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond object chosen = i from target string -destination: j +destination: i chosen bond facet: letterCategory -Source: i, destination: j +Source: i, destination: i source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder +destination descriptor: I +proposing sameness bond Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C +Source: a, destination: b +source descriptor: A +destination descriptor: B proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder +object chosen = c from initial string object chosen = j from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string +object chosen = sameness bond between j and j from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups -building bond successor bond between a and b -object chosen = c from initial string -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 +building bond sameness bond between j and j +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = c from initial string +object chosen = a from initial string destination: b chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C +Source: a, destination: b +source descriptor: A destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J proposing successor bond -object chosen = b from initial string -destination: a +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J +Source: a, destination: b +source descriptor: A +destination descriptor: B proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = c from initial string +object chosen = j from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i object chosen = j from target string destination: i chosen bond facet: letterCategory @@ -25976,11866 +12792,256 @@ Source: j, destination: i source descriptor: J destination descriptor: I proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string +object chosen = k from target string destination: k chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J +Source: k, destination: k +source descriptor: K destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -object chosen = j from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = c from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = j from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = b from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = a from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = group[1:2] == jk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == jk, destination: i -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == jk, destination: i -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 95 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 95 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == jk, destination: i -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == jk from target string -destination: i -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: group[1:2] == jk -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 95 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -no incompatible bonds -won fight with group[1:2] == jk -lost fight with group[1:2] == jk -failed to break Groups: Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between a and b -object chosen = group[0:2] == ijk from target string -no incompatible bonds -won fight with group[1:2] == jk -won fight with group[1:2] == jk -broke the Groups -building group -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[1:2] == bc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = b from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond successor bond between i and j -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = group[1:2] == jk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:1] == ab from initial string -object chosen = group[1:2] == jk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = j from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -object chosen = group[0:1] == ab from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = group[1:2] == jk from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[1:2] == jk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = group[0:1] == ij from target string -destination: k -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: group[0:1] == ij -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: group[0:1] == ij -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:1] == ij from target string -destination: k -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:1] == ij -failed to break Groups: Fizzle -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:1] == ij -failed to break Groups: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: group[0:1] == ij -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: group[0:1] == ij -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -destination: k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -object chosen = group[0:1] == ij from target string -destination: k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 95 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -won fight with group[0:1] == ij -won fight with group[0:1] == ij -broke the Groups -building group -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between c and k from other string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = j from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = k from target string -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = i from target string -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = b from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = Correspondence between a and i from other string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = group[0:1] == ij from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -lost fight with group[0:1] == ij -failed to break Groups: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ij -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -won fight with group[0:1] == ij -won fight with group[0:1] == ij -broke the Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == ijk from target string -won fight with successor bond between j and k -broke the bonds -no incompatible Groups -building group -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -object chosen = b from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = j from target string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = k from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = a from initial string -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = a from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = a from initial string -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:1] == ij from target string -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[0:1] == ab from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = group[0:1] == ij from target string -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -object chosen = group[1:2] == jk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -object chosen = c from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:1] == ab from initial string -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between j and k from other string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: j -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = j from target string -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: b -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -object chosen = j from target string +proposing sameness bond top_down_bond_scout__category initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: i -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string +target : relevance = 40, unhappiness=94 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: k, destination: k +object chosen = i from target string destination: i chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J +Source: i, destination: i +source descriptor: I destination descriptor: I -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder +proposing sameness bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = k from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group top_down_bond_scout__category initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond source: c, destination: b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = b from initial string -object chosen = i from target string -object chosen = j from target string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k object chosen = successor bond between a and b from other string bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: i, destination: i +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j +object chosen = sameness bond between k and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between k and k +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group object chosen = successor bond between a and b from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond successor bond between a and b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = j from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +object chosen = i from target string +object chosen = group[4:5] == kk from target string +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: j +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: i +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = i from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: j -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from j to k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between j and k -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = j from target string -object chosen = k from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = group[1:2] == bc from initial string -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = i from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ij from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: b -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = i from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -object chosen = a from initial string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = Correspondence between a and i from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = k from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = i from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -object chosen = k from target string -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond predecessor bond between j and k -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = k from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = b from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:1] == ab from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = a from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between a and b -initial : relevance = 50, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = c from initial string -object chosen = i from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = b from initial string -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = k from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between j and k from other string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -object chosen = c from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: j -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = i from target string -object chosen = a from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 +target : relevance = 60, unhappiness=83 initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = sameness bond between i and i from other string already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string +object chosen = group[2:3] == jj from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: j +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[4:5] == kk from target string no incompatible bonds no incompatible Groups building group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b +bond strength = 48 for successor bond between a and b succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -37843,9 +13049,112 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=83 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: j, destination: i +object chosen = group[2:3] == jj from target string urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between i and i from other string +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=83 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: group[4:5] == kk, destination: j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: j, destination: j +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[2:3] == jj from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle object chosen = c from initial string destination: b chosen bond facet: letterCategory @@ -37853,87 +13162,351 @@ Source: c, destination: b source descriptor: C destination descriptor: B proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder object chosen = predecessor bond between b and c from other string bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 42, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 0, unhappiness=89 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=89 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: i, destination: group[2:3] == jj +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = group[2:3] == jj from target string +destination: i chosen bond facet: letterCategory -Source: k, destination: j +Source: group[2:3] == jj, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 0, unhappiness=89 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: j, destination: i +object chosen = group[0:1] == ii from target string +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj source descriptor: K destination descriptor: J proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = j from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j succeeded: posting bond-builder -object chosen = a from initial string -object chosen = i from target string -object chosen = i from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: i, destination: i +object chosen = group[4:5] == kk from target string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: group[2:3] == jj, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: i, destination: group[2:3] == jj +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = predecessor bond between j and k from other string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: i, destination: i +object chosen = group[0:1] == ii from target string +object chosen = k from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: k, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=89 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = group[2:3] == jj from target string +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +object chosen = successor bond between i and group[2:3] == jj from other string +bond strength = 23 for successor bond between i and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=94 +target : relevance = 0, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=94 +target : relevance = 0, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and group[2:3] == jj from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and group[2:3] == jj +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=51 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = group[2:3] == jj from target string +destination: i chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = j from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J +Source: group[2:3] == jj, destination: i +source descriptor: J +destination descriptor: I proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=37 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and group[2:3] == jj from other string +bond strength = 23 for predecessor bond between i and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=37 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 12, unhappiness=37 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=37 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=37 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +object chosen = c from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=37 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets object chosen = b from initial string destination: c chosen bond facet: letterCategory @@ -37941,35 +13514,1104 @@ Source: b, destination: c source descriptor: B destination descriptor: C proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=37 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=37 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=37 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=37 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = predecessor bond between group[2:3] == jj and k from other string +bond strength = 23 for predecessor bond between group[2:3] == jj and k +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=37 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=37 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b succeeded: posting bond-builder -object chosen = successor bond between i and j from other string +object chosen = j from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups -building bond successor bond between i and j -object chosen = a from initial string -destination: b +building bond predecessor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=37 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=36 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[2:3] == jj from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 12, unhappiness=36 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=36 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 12, unhappiness=36 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=36 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = j from target string +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=36 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 57 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=34 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 12, unhappiness=34 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=34 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=84 +target : relevance = 12, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J proposing successor bond -urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=34 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=34 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=36 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 12, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +predecessor bond between group[2:3] == jj and group[4:5] == kk +won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +no incompatible groups +building bond successor bond between group[2:3] == jj and group[4:5] == kk +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=36 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[2:3] == jj from target string +object chosen = group[4:5] == kk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:1] == ii from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b succeeded: posting bond-builder urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[4:5] == kk from target string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:1] == ii from target string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = b from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from i to group[4:5] == kk +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to successor +proposing group from i to group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +object chosen = group[1:5] == ijjkk from target string +object chosen = c from initial string +object chosen = group[1:5] == ijjkk from target string +object chosen = group[1:5] == ijjkk from target string +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[1:5] == ijjkk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[4:5] == kk +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ii from target string +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to successor +proposing group from i to group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:5] == ijjkk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between i and group[2:3] == jj +lost fight with successor bond between i and group[2:3] == jj +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[1:5] == ijjkk from target string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to successor +proposing group from i to group[4:5] == kk +object chosen = group[1:5] == ijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle object chosen = c from initial string destination: b chosen bond facet: letterCategory @@ -37977,31 +14619,2958 @@ Source: c, destination: b source descriptor: C destination descriptor: B proposing predecessor bond -object chosen = k from target string -destination: j +object chosen = group[0:1] == ii from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[2:3] == jj from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj chosen bond facet: letterCategory -Source: k, destination: j +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj source descriptor: K destination descriptor: J proposing predecessor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c succeeded: posting bond-builder Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to successor +proposing group from i to group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[1:5] == ijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from i to group[4:5] == kk +object chosen = group[1:5] == ijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:1] == ii from target string +object chosen = group[2:3] == jj from target string +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[1:5] == ijjkk from target string +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from i to group[4:5] == kk +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between i and group[2:3] == jj +won fight with successor bond between i and group[2:3] == jj +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and group[0:1] == ii +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[1:5] == ijjkk from target string +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +won fight with group[0:1] == ii +broke the Groups +building group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = i from target string +destination: group[1:5] == ijjkk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = i +firstBond: sameness bond between i and i +possible group: sameness bond between i and i +trying from i to sameness +proposing group from i to i +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[1:5] == ijjkk from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ii from target string +no incompatible bonds +won fight with group[1:5] == ijjkk +broke the Groups +building group +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 61 for successor bond between group[2:3] == jj and group[4:5] == kk +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = group[4:5] == kk from target string +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 100, unhappiness=18 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +object chosen = group[1:5] == ijjkk from target string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ii from target string +object chosen = group[4:5] == kk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between i and group[2:3] == jj +possible group: successor bond between i and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from i to group[4:5] == kk +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[4:5] == kk from target string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:5] == ijjkk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between i and group[2:3] == jj +lost fight with successor bond between i and group[2:3] == jj +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[4:5] == kk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:5] == ijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[4:5] == kk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[1:5] == ijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[4:5] == kk +object chosen = group[4:5] == kk from target string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[4:5] == kk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from i to group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[1:5] == ijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from i to group[4:5] == kk +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[1:5] == ijjkk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +won fight with group[0:1] == ii +broke the Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from i to group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[1:5] == ijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[1:5] == ijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[1:5] == ijjkk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[2:3] == jj from target string +destination: i +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = i from target string +object chosen = i from target string +object chosen = group[1:5] == ijjkk from target string +destination: i +object chosen = predecessor bond between i and group[2:3] == jj from other string +bond strength = 23 for predecessor bond between i and group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[1:5] == ijjkk +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[1:5] == ijjkk from target string +destination: i +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[1:5] == ijjkk +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:5] == ijjkk from target string +destination: i +object chosen = i from target string +destination: group[1:5] == ijjkk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:5] == ijjkk from target string +destination: i +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 25, unhappiness=49 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from i to group[4:5] == kk +object chosen = group[0:2] == abc from initial string +object chosen = group[1:5] == ijjkk from target string +initial : relevance = 100, unhappiness=18 +target : relevance = 25, unhappiness=49 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = i from target string +object chosen = group[1:5] == ijjkk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[1:5] == ijjkk from target string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[1:5] == ijjkk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[2:3] == jj from target string +destination: i +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between k and k from other string +object chosen = group[1:5] == ijjkk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[1:5] == ijjkk from target string +destination: i +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = i from target string +object chosen = predecessor bond between i and group[2:3] == jj from other string +bond strength = 23 for predecessor bond between i and group[2:3] == jj +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[1:5] == ijjkk +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[4:5] == kk +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and group[4:5] == kk from other string +bond strength = 59 for successor bond between j and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = i from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:5] == ijjkk from target string +destination: i +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:5] == ijjkk from target string +destination: i +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:5] == ijjkk from target string +destination: i +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = group[2:3] == jj from target string +destination: i +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and group[2:3] == jj from other string +bond strength = 23 for predecessor bond between i and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[1:5] == ijjkk +no firstBond +no firstBond2 +object chosen = group[1:5] == ijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[1:5] == ijjkk +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = k from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: k, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = i +firstBond: successor bond between i and group[2:3] == jj +possible group: successor bond between i and group[2:3] == jj +trying from i to successor +proposing group from i to group[4:5] == kk +object chosen = group[1:5] == ijjkk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:5] == ijjkk from target string +destination: i +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[2:3] == jj and k from other string +bond strength = 23 for predecessor bond between group[2:3] == jj and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: group[1:5] == ijjkk +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:5] == ijjkk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +destination: i +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[1:5] == ijjkk from target string +destination: i +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and group[2:3] == jj from other string +bond strength = 23 for predecessor bond between i and group[2:3] == jj +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: i, destination: group[1:5] == ijjkk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = i from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between i and group[2:3] == jj from other string +bond strength = 59 for successor bond between i and group[2:3] == jj +succeeded: posting bond-builder +object chosen = predecessor bond between i and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between i and group[2:3] == jj +lost fight with successor bond between i and group[2:3] == jj +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = predecessor bond between i and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between i and group[2:3] == jj +lost fight with successor bond between i and group[2:3] == jj +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: i, destination: i +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[1:5] == ijjkk, destination: i +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[1:5] == ijjkk +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[1:5] == ijjkk from target string +destination: i +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[1:5] == ijjkk, destination: i +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:5] == ijjkk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:1] == ii from target string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ii from target string +no incompatible bonds +won fight with group[1:5] == ijjkk +broke the Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[1:5] == ijjkk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:1] == ii from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:5] == ijjkk from target string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=18 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=18 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b succeeded: posting bond-builder object chosen = b from initial string destination: a @@ -38010,582 +17579,1014 @@ Source: b, destination: a source descriptor: B destination descriptor: A proposing predecessor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 +object chosen = group[0:2] == abc from initial string object chosen = predecessor bond between a and b from other string bond strength = 48 for predecessor bond between a and b succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j +bond strength = 96 for successor bond between b and c succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between i and j from other string already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -won fight with predecessor bond between a and b -broke the bonds -no incompatible Groups -building group object chosen = successor bond between a and b from other string bond strength = 96 for successor bond between a and b succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from i to group[4:5] == kk +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[1:5] == ijjkk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ii from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from i to group[4:5] == kk +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[1:5] == ijjkk from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between i and group[2:3] == jj +lost fight with successor bond between i and group[2:3] == jj +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = group[4:5] == kk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[2:3] == jj from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[4:5] == kk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle object chosen = successor bond between b and c from other string bond strength = 96 for successor bond between b and c succeeded: posting bond-builder urgency: 100.0, number: 1, bin: 7 object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = b from initial string urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string already exists: activate descriptors & Fizzle object chosen = successor bond between a and b from other string bond strength = 96 for successor bond between a and b succeeded: posting bond-builder object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c posting bottom up codelets top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=34 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: b, destination: c object chosen = successor bond between b and c from other string bond strength = 96 for successor bond between b and c succeeded: posting bond-builder -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=34 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle +source: b, destination: a initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=34 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c +source chosen = b firstBond: successor bond between b and c possible group: successor bond between b and c -trying from c to successor +trying from b to successor proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder object chosen = group[0:2] == abc from initial string initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[1:5] == ijjkk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = group[0:1] == ii from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[1:5] == ijjkk from target string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between i and group[2:3] == jj +possible group: successor bond between i and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from i to group[4:5] == kk +object chosen = group[1:5] == ijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a firstBond: successor bond between a and b @@ -38593,52 +18594,1421 @@ possible group: successor bond between a and b trying from a to successor proposing group from a to c urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj chosen bond facet: letterCategory -Source: i, destination: j +Source: group[0:1] == ii, destination: group[2:3] == jj source descriptor: I destination descriptor: J proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to successor +proposing group from i to group[4:5] == kk +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:1] == ii from target string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:5] == ijjkk from target string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 61 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:1] == ii from target string +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = group[0:1] == ii from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:5] == ijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[4:5] == kk from target string +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between i and group[2:3] == jj +won fight with successor bond between i and group[2:3] == jj +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and group[0:1] == ii +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to successor +proposing group from i to group[4:5] == kk +object chosen = group[1:5] == ijjkk from target string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:1] == ii from target string +object chosen = group[1:5] == ijjkk from target string +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[1:5] == ijjkk from target string +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[1:5] == ijjkk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to successor +proposing group from i to group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[1:5] == ijjkk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from i to group[4:5] == kk +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:5] == ijjkk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ii from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to successor +proposing group from i to group[4:5] == kk +object chosen = group[1:5] == ijjkk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from i to group[4:5] == kk +object chosen = group[1:5] == ijjkk from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder object chosen = c from initial string destination: b chosen bond facet: letterCategory @@ -38647,53 +20017,1611 @@ source descriptor: C destination descriptor: B proposing predecessor bond object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string +bond strength = 48 for predecessor bond between b and c +top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from i to group[4:5] == kk +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:5] == ijjkk from target string +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[2:3] == jj from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from i to group[4:5] == kk +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[1:5] == ijjkk from target string +object chosen = group[4:5] == kk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[2:3] == jj from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between i and group[2:3] == jj +possible group: successor bond between i and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from i to group[4:5] == kk +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:5] == ijjkk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:1] == ii from target string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[2:3] == jj from target string +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +won fight with successor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +no incompatible groups +building bond predecessor bond between group[2:3] == jj and group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=36 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=36 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=36 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=36 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[0:1] == ii +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 57 for predecessor bond between group[0:1] == ii and group[2:3] == jj +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=36 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +predecessor bond between group[2:3] == jj and group[4:5] == kk +won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +no incompatible groups +building bond successor bond between group[2:3] == jj and group[4:5] == kk +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=36 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=36 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from i to group[4:5] == kk +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:5] == ijjkk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[1:5] == ijjkk from target string +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +firstBond2: successor bond between i and group[2:3] == jj +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = b firstBond: successor bond between a and b possible group: successor bond between a and b trying from b to successor proposing group from a to c -object chosen = predecessor bond between b and c from other string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 posting bottom up codelets object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond to object: c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle object chosen = successor bond between b and c from other string bond strength = 96 for successor bond between b and c succeeded: posting bond-builder object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle object chosen = c from initial string destination: b chosen bond facet: letterCategory @@ -38701,150 +21629,446 @@ Source: c, destination: b source descriptor: C destination descriptor: B proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between i and group[2:3] == jj +lost fight with successor bond between i and group[2:3] == jj +failed to break bonds: Fizzle Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string +object chosen = group[4:5] == kk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[2:3] == jj from target string +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +Post top down: top-down-group-scout--direction, with urgency: 3 posting bottom up codelets urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -urgency: 24.1, number: 2, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b object chosen = successor bond between a and b from other string bond strength = 78 for successor bond between a and b succeeded: posting bond-builder object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 61 for successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 61 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b succeeded: posting bond-builder posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string +object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=18 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to successor +proposing group from i to group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a firstBond: successor bond between a and b possible group: successor bond between a and b trying from a to successor proposing group from a to c -object chosen = j from target string +object chosen = group[1:5] == ijjkk from target string object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[4:5] == kk from target string object chosen = successor bond between a and b from other string bond strength = 96 for successor bond between a and b succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[4:5] == kk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from i to group[4:5] == kk +object chosen = group[1:5] == ijjkk from target string +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle object chosen = successor bond between b and c from other string @@ -38852,94 +22076,9478 @@ bond strength = 96 for successor bond between b and c succeeded: posting bond-builder object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from i to group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:5] == ijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between i and group[2:3] == jj +possible group: successor bond between i and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from i to group[4:5] == kk +object chosen = group[1:5] == ijjkk from target string +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: b, destination: a object chosen = successor bond between a and b from other string bond strength = 96 for successor bond between a and b succeeded: posting bond-builder -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 posting bottom up codelets -object chosen = a from initial string -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string +object chosen = group[4:5] == kk from target string +object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ii from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:1] == ii from target string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from i to group[4:5] == kk +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:5] == ijjkk from target string +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +object chosen = group[0:1] == ii from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ii from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from i to group[4:5] == kk +object chosen = group[1:5] == ijjkk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[4:5] == kk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +won fight with successor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and group[4:5] == kk +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: j +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:5] == ijjkk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +won fight with group[0:1] == ii +broke the Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[1:5] == ijjkk from target string +destination: i +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[1:5] == ijjkk, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[1:5] == ijjkk, destination: i +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[1:5] == ijjkk from target string +destination: i +object chosen = group[0:1] == ii from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[1:5] == ijjkk +no firstBond +no firstBond2 +object chosen = group[0:1] == ii from target string +no incompatible bonds +won fight with group[1:5] == ijjkk +broke the Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=41 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:1] == ii from target string +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=41 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +urgency: 100.0, number: 1, bin: 7 +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ii from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[4:5] == kk from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +object chosen = group[1:5] == ijjkk from target string +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +object chosen = group[0:1] == ii from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:1] == ii from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[1:5] == ijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[1:5] == ijjkk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between i and group[2:3] == jj +lost fight with successor bond between i and group[2:3] == jj +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from i to group[4:5] == kk +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[1:5] == ijjkk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:1] == ii from target string +object chosen = group[1:5] == ijjkk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: j, destination: group[0:1] == ii +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between group[0:1] == ii and j from other string +bond strength = 59 for successor bond between group[0:1] == ii and j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between i and group[2:3] == jj +won fight with successor bond between i and group[2:3] == jj +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and group[0:1] == ii +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from i to group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:5] == ijjkk from target string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[4:5] == kk +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[1:5] == ijjkk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[1:5] == ijjkk from target string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[4:5] == kk from target string +object chosen = group[0:1] == ii from target string +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to successor +proposing group from i to group[4:5] == kk +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[1:5] == ijjkk from target string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[4:5] == kk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from i to group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between i and group[2:3] == jj +possible group: successor bond between i and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from i to group[4:5] == kk +object chosen = group[4:5] == kk from target string +object chosen = group[1:5] == ijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[4:5] == kk +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[1:5] == ijjkk from target string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to successor +proposing group from i to group[4:5] == kk +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[1:5] == ijjkk from target string +object chosen = group[0:1] == ii from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ii from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 61 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[4:5] == kk +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 61 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 61 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between i and group[2:3] == jj +lost fight with successor bond between i and group[2:3] == jj +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +object chosen = group[4:5] == kk from target string +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:5] == ijjkk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[4:5] == kk from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from i to group[4:5] == kk +object chosen = group[1:5] == ijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[4:5] == kk from target string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to successor +proposing group from i to group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[1:5] == ijjkk from target string +object chosen = group[1:5] == ijjkk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[4:5] == kk from target string +object chosen = group[2:3] == jj from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[1:5] == ijjkk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:1] == ii from target string +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to successor +proposing group from i to group[4:5] == kk +object chosen = group[1:5] == ijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +won fight with successor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and group[4:5] == kk +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from i to group[4:5] == kk +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:5] == ijjkk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:1] == ii from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:5] == ijjkk from target string +no incompatible bonds +lost fight with group[0:1] == ii +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = j from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ii from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +won fight with successor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and group[4:5] == kk +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = group[0:1] == ii from target string +object chosen = group[0:1] == ii from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from i to group[4:5] == kk +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:5] == ijjkk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[1:5] == ijjkk from target string +object chosen = group[0:1] == ii from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=34 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = sameness bond between k and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between k and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +object chosen = i from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = c from initial string +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = i from target string +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = b from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between j and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between j and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: j +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +object chosen = j from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: i +object chosen = c from initial string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = c from initial string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[2:3] == jj from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: i +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +object chosen = group[2:3] == jj from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: k, destination: k +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: k, destination: k +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: i, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: i, destination: i +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: i, destination: i +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: i, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[4:5] == kk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:1] == ii from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: i, destination: i +object chosen = group[0:1] == ii from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=51 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between group[0:1] == ii and group[2:3] == jj +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: i, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk +possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to predecessor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk +possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to predecessor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:5] == iijjkk from target string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +predecessor bond between group[0:1] == ii and group[2:3] == jj +won fight with predecessor bond between group[0:1] == ii and group[2:3] == jj +broke the bonds +lost fight with group[0:5] == iijjkk +failed to break groups: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to predecessor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[4:5] == kk, destination: j +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +predecessor bond between group[2:3] == jj and group[4:5] == kk +lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to predecessor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:5] == iijjkk from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:5] == iijjkk from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:5] == iijjkk from target string +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = sameness bond between j and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between j and j +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between k and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between k and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = c from initial string +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: i +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = c from initial string +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = a from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: i +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: j +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: k +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = c from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: k +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +to object: i +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: k +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +to object: i +object chosen = i from target string +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: j +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: j +object chosen = group[2:3] == jj from target string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = k from target string +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=83 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: i, destination: j +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=83 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: i, destination: i +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = Correspondence between a and i from other string +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: group[2:3] == jj, destination: i +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: k, destination: k +object chosen = c from initial string +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: j, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = group[4:5] == kk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=65 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: k, destination: group[2:3] == jj +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +destination: i +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: group[2:3] == jj, destination: k +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=79 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: i, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: i, destination: i +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=79 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=79 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: i, destination: i +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ii from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and group[2:3] == jj from other string +bond strength = 45 for predecessor bond between i and group[2:3] == jj +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and group[2:3] == jj from other string +bond strength = 45 for predecessor bond between i and group[2:3] == jj +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between a and b +broke the bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from group[0:1] == ii to group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = j from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: j, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[0:1] == ii and j from other string +bond strength = 23 for predecessor bond between group[0:1] == ii and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +to object: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +object chosen = group[0:5] == iijjkk from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +object chosen = group[2:3] == jj from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction +source chosen = i +no firstBond +firstBond2: sameness bond between i and i +possible group: sameness bond between i and i +trying from i to sameness +proposing group from i to i +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +object chosen = k from target string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction +source chosen = j +no firstBond +firstBond2: sameness bond between j and j +possible group: sameness bond between j and j +trying from j to sameness +proposing group from j to j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +to object: group[0:1] == ii +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = b from initial string +object chosen = group[2:3] == jj from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between group[0:1] == ii and group[2:3] == jj +lost fight with successor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +to object: group[4:5] == kk +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction +source chosen = j +firstBond: sameness bond between j and j +possible group: sameness bond between j and j +trying from j to sameness +proposing group from j to j +object chosen = group[2:3] == jj from target string +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = k from target string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = sameness bond between k and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between k and k +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = j from target string +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = c from initial string +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = a from initial string +object chosen = sameness bond between j and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between j and j +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = sameness bond between i and i from other string +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: i +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +object chosen = group[4:5] == kk from target string +object chosen = b from initial string +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: i +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: i +object chosen = group[2:3] == jj from target string +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: j +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[4:5] == kk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = j from target string +object chosen = group[4:5] == kk from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +object chosen = a from initial string +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=64 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=64 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: group[4:5] == kk, destination: j +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=64 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: j, destination: group[4:5] == kk +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +object chosen = j from target string +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=64 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +object chosen = b from initial string +object chosen = group[0:1] == ii from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=64 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=84 +target : relevance = 16, unhappiness=64 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=64 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=64 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=64 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=84 +target : relevance = 16, unhappiness=64 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for direction +source chosen = i +no firstBond +firstBond2: sameness bond between i and i +possible group: sameness bond between i and i +trying from i to sameness +proposing group from i to i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: group[4:5] == kk, destination: j +object chosen = successor bond between i and j from other string +bond strength = 93 for successor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 16, unhappiness=63 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:1] == ii from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[4:5] == kk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +object chosen = group[0:1] == ii from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ii from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +object chosen = group[2:3] == jj from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: j, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and group[4:5] == kk from other string +bond strength = 45 for successor bond between j and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +to object: group[4:5] == kk +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[4:5] == kk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[4:5] == kk +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[2:3] == jj from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +object chosen = group[0:5] == iijjkk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: k, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and k from other string +bond strength = 23 for predecessor bond between group[2:3] == jj and k +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 37, unhappiness=12 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=18 +target : relevance = 37, unhappiness=12 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 37, unhappiness=12 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=18 +target : relevance = 37, unhappiness=12 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = j from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: j, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and group[4:5] == kk from other string +bond strength = 62 for successor bond between j and group[4:5] == kk +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +to object: group[4:5] == kk +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +urgency: 100.0, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +object chosen = b from initial string +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 posting bottom up codelets object chosen = c from initial string destination: b @@ -38949,8101 +31557,1342 @@ source descriptor: C destination descriptor: B proposing predecessor bond object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c +bond strength = 48 for predecessor bond between b and c succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +to object: group[2:3] == jj +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = c from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = i from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = sameness bond between k and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between k and k +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: j, destination: j +object chosen = j from target string +posting bottom up codelets +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = sameness bond between i and i from other string +object chosen = sameness bond between j and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between j and j +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: k +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for direction +source chosen = j +firstBond: sameness bond between j and j +possible group: sameness bond between j and j +trying from j to sameness +proposing group from j to j +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[2:3] == jj from target string +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +object chosen = group[2:3] == jj from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=83 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: i, destination: i +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: group[2:3] == jj, destination: i +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = group[4:5] == kk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=65 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=65 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: k, destination: group[2:3] == jj +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: group[2:3] == jj, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: group[2:3] == jj, destination: i +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: group[2:3] == jj, destination: i +object chosen = group[0:1] == ii from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between i and group[2:3] == jj from other string +bond strength = 45 for successor bond between i and group[2:3] == jj +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[0:1] == ii from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=51 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: i, destination: group[2:3] == jj +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=51 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=51 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=51 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: i, destination: group[2:3] == jj +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +object chosen = group[2:3] == jj from target string +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group +object chosen = successor bond between i and group[2:3] == jj from other string +bond strength = 23 for successor bond between i and group[2:3] == jj +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a object chosen = predecessor bond between b and c from other string number of incompatibleBonds: 1 successor bond between b and c won fight with successor bond between b and c broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = j from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond successor bond between i and j -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = k from target string -object chosen = successor bond between b and c from other string -object chosen = predecessor bond between j and k from other string -object chosen = Correspondence between a and i from other string -object chosen = Correspondence between b and j from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:1] == ij from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -destination: k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ij -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=80 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ij -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 65 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=80 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: group[0:1] == ij, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: group[0:1] == ij, destination: k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds no incompatible groups building bond predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = j -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = group[1:2] == jk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == jk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = group[0:1] == ij from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: successor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = k from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -object chosen = group[0:2] == ijk from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = c from initial string -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = c from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = group[0:1] == ab from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = k from target string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = i from target string -object chosen = k from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond source: b, destination: c -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:1] == ij from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = j from target string -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -object chosen = b from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = k from target string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets object chosen = successor bond between a and b from other string bond strength = 91 for successor bond between a and b succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = c from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = a from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=100 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=100 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = j from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between a and b from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = j -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = predecessor bond between b and c from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +building bond successor bond between a and b +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -object chosen = a from initial string +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and group[4:5] == kk +building bond successor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 50, unhappiness=79 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = c from initial string -object chosen = i from target string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[0:2] == abc from initial string top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=89 +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=38 initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = i from target string -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = j from target string -object chosen = i from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = i from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[1:2] == jk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = i from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = a from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = a from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -object chosen = b from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: predecessor bond between i and j -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -object chosen = j from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = i from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = group[1:2] == jk from target string -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj object chosen = successor bond between b and c from other string number of incompatibleBonds: 1 predecessor bond between b and c won fight with predecessor bond between b and c broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle +no incompatible groups +building bond successor bond between b and c +initial : relevance = 100, unhappiness=84 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +initial : relevance = 100, unhappiness=84 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for direction +source chosen = group[2:3] == jj +no firstBond +firstBond2: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to successor +proposing group from group[2:3] == jj to group[4:5] == kk +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[2:5] == jjkk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == bc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 posting bottom up codelets object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from group[2:3] == jj to group[4:5] == kk object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +object chosen = group[2:5] == jjkk from target string object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = group[0:5] == iijjkk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +firstBond2: successor bond between group[2:3] == jj and group[4:5] == kk +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = j from target string +object chosen = group[0:1] == ii from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: k, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj chosen bond facet: letterCategory -Source: i, destination: j +Source: group[0:1] == ii, destination: group[2:3] == jj source descriptor: I destination descriptor: J proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from group[0:1] == ii to group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[2:5] == jjkk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +won fight with group[2:5] == jjkk +won fight with group[2:5] == jjkk +broke the Groups +building group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between group[0:1] == ii and group[2:3] == jj +won fight with successor bond between group[0:1] == ii and group[2:3] == jj +broke the bonds +lost fight with group[0:5] == iijjkk +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 25, unhappiness=42 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between group[2:3] == jj and k from other string +bond strength = 59 for successor bond between group[2:3] == jj and k +initial : relevance = 100, unhappiness=18 +target : relevance = 25, unhappiness=42 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=42 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 100.0, number: 2, bin: 7 object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -47051,34 +32900,327 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +object chosen = group[0:5] == iijjkk from target string +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = a from initial string +destination: b chosen bond facet: letterCategory -Source: k, destination: j +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj source descriptor: K destination descriptor: J proposing predecessor bond -object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:5] == iijjkk from target string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder object chosen = c from initial string destination: b chosen bond facet: letterCategory @@ -47093,31 +33235,29 @@ Source: b, destination: a source descriptor: B destination descriptor: A proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond object chosen = b from initial string destination: c chosen bond facet: letterCategory @@ -47132,20 +33272,25 @@ Source: j, destination: i source descriptor: J destination descriptor: I proposing predecessor bond -object chosen = a from initial string -destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = j from target string +destination: i chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = Correspondence between a and i from other string -urgency: 100.0, number: 1, bin: 7 +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k succeeded: posting bond-builder object chosen = j from target string destination: k @@ -47154,60 +33299,28 @@ Source: j, destination: k source descriptor: J destination descriptor: K proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +urgency: 23.200000000000003, number: 1, bin: 2 object chosen = successor bond between j and k from other string bond strength = 48 for successor bond between j and k succeeded: posting bond-builder -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond object chosen = successor bond between j and k from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond successor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = a from initial string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 @@ -47216,1928 +33329,137 @@ Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string +object chosen = i from target string destination: j chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K +Source: i, destination: j +source descriptor: I destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b +proposing successor bond object chosen = predecessor bond between j and k from other string number of incompatibleBonds: 1 successor bond between j and k won fight with successor bond between j and k broke the bonds no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j +building bond predecessor bond between j and k +object chosen = predecessor bond between j and k from other string object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=97 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=97 +target string selected: iijjkk with 6 letters, 6 objects, 0 bonds for direction +source chosen = i no firstBond no firstBond2 object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j +bond strength = 48 for predecessor bond between i and j succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between a and b from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between i and j from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between a and b -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups building bond predecessor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from j to k -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = j from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 69 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = k from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = k from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = j -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = j from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond object chosen = successor bond between b and c from other string bond strength = 48 for successor bond between b and c -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = group[1:2] == jk from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = j from target string destination: i chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J +Source: i, destination: i +source descriptor: I destination descriptor: I -proposing predecessor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = Correspondence between c and k from other string -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = j from target string -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i +proposing sameness bond object chosen = predecessor bond between i and j from other string bond strength = 91 for predecessor bond between i and j succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between j and k from other string +object chosen = sameness bond between k and k from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups -building bond predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string +building bond sameness bond between k and k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = successor bond between i and j from other string number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k +predecessor bond between i and j +lost fight with predecessor bond between i and j failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string +object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -object chosen = group[0:1] == ij from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = group[1:2] == jk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = group[0:1] == ij from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = b from initial string top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[1:2] == bc from initial string -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds -no incompatible Groups -building group -object chosen = group[1:2] == jk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ab from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[1:2] == bc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = c from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c object chosen = c from initial string destination: b chosen bond facet: letterCategory @@ -49145,46974 +33467,11861 @@ Source: c, destination: b source descriptor: C destination descriptor: B proposing predecessor bond -initial : relevance = 33, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=89 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=89 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +to object: i +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=89 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +to object: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 20, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +object chosen = sameness bond between j and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between j and j +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=86 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=86 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b object chosen = predecessor bond between b and c from other string bond strength = 91 for predecessor bond between b and c succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=94 +target : relevance = 20, unhappiness=86 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=94 +target : relevance = 20, unhappiness=86 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 50, unhappiness=94 +target : relevance = 20, unhappiness=86 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +to object: j +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = Correspondence between a and i from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction +source chosen = k +no firstBond +firstBond2: sameness bond between k and k +possible group: sameness bond between k and k +trying from k to sameness +proposing group from k to k +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +to object: i +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group top_down_bond_scout__category -initial : relevance = 33, unhappiness=79 -target : relevance = 0, unhappiness=15 +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: j, destination: k +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 20, unhappiness=75 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=75 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond +source: k, destination: j +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=75 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 20, unhappiness=75 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=75 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group +object chosen = group[4:5] == kk from target string +object chosen = j from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 20, unhappiness=75 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 20, unhappiness=73 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=73 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=78 +target : relevance = 20, unhappiness=73 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=73 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=73 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond +source: j, destination: i +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 20, unhappiness=73 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=73 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond +source: j, destination: i +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=73 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=73 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 20, unhappiness=73 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond +source: i, destination: i +object chosen = group[4:5] == kk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 60, unhappiness=75 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond +source: k, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 20, unhappiness=75 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 20, unhappiness=75 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 60, unhappiness=75 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 20, unhappiness=75 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 20, unhappiness=75 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond +source: k, destination: k +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=75 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 16, unhappiness=75 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[2:3] == jj from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=75 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=75 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond +source: k, destination: k +initial : relevance = 100, unhappiness=18 +target : relevance = 16, unhappiness=75 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 16, unhappiness=60 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond +source: group[4:5] == kk, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=60 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group +object chosen = group[2:3] == jj from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=60 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=60 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: i, destination: i +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = predecessor bond between j and group[4:5] == kk from other string +bond strength = 56 for predecessor bond between j and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = group[4:5] == kk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=49 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: b, destination: c -initial : relevance = 33, unhappiness=79 -target : relevance = 100, unhappiness=15 +initial : relevance = 0, unhappiness=15 +target : relevance = 14, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=49 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=49 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=49 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:1] == ii from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=49 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: i, destination: group[2:3] == jj +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=49 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=49 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:1] == ii from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[4:5] == kk from target string +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ii from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: i, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = predecessor bond between j and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +predecessor bond between group[2:3] == jj and group[4:5] == kk +lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:1] == ii from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +predecessor bond between group[2:3] == jj and group[4:5] == kk +lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ii from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk +possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to predecessor +proposing group from group[2:3] == jj to group[4:5] == kk +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:5] == jjkk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk +possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to predecessor +proposing group from group[2:3] == jj to group[4:5] == kk +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[2:5] == jjkk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=33 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=15 +target : relevance = 25, unhappiness=33 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=33 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +initial : relevance = 50, unhappiness=15 +target : relevance = 25, unhappiness=33 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:1] == ab from initial string +object chosen = group[0:5] == iijjkk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=15 +target : relevance = 25, unhappiness=33 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:5] == iijjkk from target string +lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[1:2] == bc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk +firstBond2: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[2:3] == jj +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=33 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[2:3] == jj +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=33 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +firstBond2: predecessor bond between group[2:3] == jj and group[4:5] == kk +possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to predecessor +proposing group from group[2:3] == jj to group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=33 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=33 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:3] == iijj from target string +object chosen = group[0:3] == iijj from target string +object chosen = group[2:5] == jjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=33 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:3] == iijj from target string +object chosen = group[4:5] == kk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:3] == iijj from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:3] == iijj from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:3] == iijj from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk +no firstBond2 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +lost fight with successor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle +object chosen = group[0:3] == iijj from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[4:5] == kk from target string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = group[2:5] == jjkk from target string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +to object: group[4:5] == kk +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +predecessor bond between group[2:3] == jj and group[4:5] == kk +won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +no incompatible groups +building bond successor bond between group[2:3] == jj and group[4:5] == kk +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +to object: group[2:3] == jj +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +won fight with successor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +no incompatible groups +building bond predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:3] == iijj from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[2:3] == jj +object chosen = group[0:3] == iijj from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:3] == iijj from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 22, unhappiness=36 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 22, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 60 for successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between group[0:1] == ii and group[2:3] == jj +won fight with successor bond between group[0:1] == ii and group[2:3] == jj +broke the bonds +won fight with group[0:3] == iijj +broke the groups +building bond predecessor bond between group[0:1] == ii and group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = i from target string +object chosen = i from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: i, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=36 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = successor bond between i and group[2:3] == jj from other string +bond strength = 39 for successor bond between i and group[2:3] == jj +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to predecessor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:3] == iijj from target string +no incompatible bonds +lost fight with group[0:5] == iijjkk +failed to break Groups: Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = k from target string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to predecessor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:3] == iijj from target string +no incompatible bonds +lost fight with group[0:5] == iijjkk +failed to break Groups: Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +firstBond2: predecessor bond between group[2:3] == jj and group[4:5] == kk +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:5] == iijjkk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=12 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 12, unhappiness=12 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to predecessor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 12, unhappiness=12 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 12, unhappiness=12 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and group[0:1] == ii +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=12 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to predecessor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: k, destination: group[2:3] == jj +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between group[2:3] == jj and k from other string +bond strength = 62 for predecessor bond between group[2:3] == jj and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = group[1:2] == bc from initial string +object chosen = c from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk +firstBond2: predecessor bond between group[0:1] == ii and group[2:3] == jj +initial : relevance = 50, unhappiness=79 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[4:5] == kk, destination: j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +predecessor bond between group[0:1] == ii and group[2:3] == jj +won fight with predecessor bond between group[0:1] == ii and group[2:3] == jj +broke the bonds +won fight with group[0:5] == iijjkk +broke the groups +building bond successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = predecessor bond between j and group[4:5] == kk from other string +bond strength = 45 for predecessor bond between j and group[4:5] == kk +object chosen = predecessor bond between group[2:3] == jj and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:1] == ab from initial string +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 33, unhappiness=79 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=80 +target : relevance = 25, unhappiness=33 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +initial : relevance = 33, unhappiness=80 +target : relevance = 25, unhappiness=33 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +lost fight with successor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle +initial : relevance = 33, unhappiness=80 +target : relevance = 25, unhappiness=33 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +initial : relevance = 33, unhappiness=80 +target : relevance = 25, unhappiness=33 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +firstBond2: predecessor bond between group[2:3] == jj and group[4:5] == kk +possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to predecessor +proposing group from group[2:3] == jj to group[4:5] == kk +initial : relevance = 33, unhappiness=78 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk +possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to predecessor +proposing group from group[2:3] == jj to group[4:5] == kk +object chosen = group[2:5] == jjkk from target string +object chosen = group[2:5] == jjkk from target string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +object chosen = group[0:1] == ii from target string +initial : relevance = 33, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[2:3] == jj +initial : relevance = 33, unhappiness=78 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +to object: group[0:1] == ii +initial : relevance = 33, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:1] == ii from target string +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +won fight with group[0:1] == ab +won fight with group[0:1] == ab +broke the Groups +building group +object chosen = group[0:3] == iijj from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=78 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[2:3] == jj +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:3] == iijj from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:3] == iijj from target string +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between group[0:1] == ii and group[2:3] == jj +lost fight with successor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:3] == iijj from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +to object: group[2:3] == jj +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:3] == iijj from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +firstBond2: predecessor bond between group[2:3] == jj and group[4:5] == kk +possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to predecessor +proposing group from group[2:3] == jj to group[4:5] == kk +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between group[0:1] == ii and group[2:3] == jj +won fight with successor bond between group[0:1] == ii and group[2:3] == jj +broke the bonds +no incompatible groups +building bond predecessor bond between group[0:1] == ii and group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +predecessor bond between group[0:1] == ii and group[2:3] == jj +lost fight with predecessor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[2:5] == jjkk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +predecessor bond between group[0:1] == ii and group[2:3] == jj +won fight with predecessor bond between group[0:1] == ii and group[2:3] == jj +broke the bonds +no incompatible groups +building bond successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +predecessor bond between group[2:3] == jj and group[4:5] == kk +won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and group[4:5] == kk +building bond successor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +won fight with successor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +no incompatible groups +building bond predecessor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +to object: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:5] == iijjkk from target string +lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +predecessor bond between group[2:3] == jj and group[4:5] == kk +lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +to object: group[2:3] == jj +object chosen = group[2:5] == jjkk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:5] == iijjkk from target string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +to object: group[4:5] == kk +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:5] == iijjkk from target string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +predecessor bond between group[2:3] == jj and group[4:5] == kk +won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +no incompatible groups +building bond successor bond between group[2:3] == jj and group[4:5] == kk +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = group[0:5] == iijjkk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[1:2] == ij from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=12 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=12 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=12 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=12 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +firstBond2: successor bond between group[0:1] == ii and group[2:3] == jj +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=12 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = j +firstBond: sameness bond between j and j +possible group: sameness bond between j and j +trying from j to sameness +proposing group from j to j +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +object chosen = group[2:3] == jj from target string +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +initial : relevance = 100, unhappiness=18 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +no firstBond2 +object chosen = k from target string +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:5] == iijjkk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ii from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:3] == iijj from target string +no incompatible bonds +lost fight with group[0:5] == iijjkk +failed to break Groups: Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: k, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and k from other string +bond strength = 54 for predecessor bond between group[2:3] == jj and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=18 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[4:5] == kk from target string +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +won fight with successor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +lost fight with group[0:5] == iijjkk +failed to break groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[4:5] == kk +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:5] == iijjkk from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ii from target string +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +initial : relevance = 100, unhappiness=18 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=18 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=36 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=36 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between group[0:1] == ii and group[2:3] == jj +won fight with successor bond between group[0:1] == ii and group[2:3] == jj +broke the bonds +no incompatible groups +building bond predecessor bond between group[0:1] == ii and group[2:3] == jj +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[2:3] == jj +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to predecessor +proposing group from group[0:1] == ii to group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:3] == iijj from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and group[4:5] == kk +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 57 for successor bond between group[0:1] == ii and group[2:3] == jj +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = group[2:3] == jj from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +to object: group[0:1] == ii +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[2:3] == jj +no firstBond +firstBond2: predecessor bond between group[0:1] == ii and group[2:3] == jj +possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to predecessor +proposing group from group[0:1] == ii to group[2:3] == jj +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:3] == iijj from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 25, unhappiness=37 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:3] == iijj from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 11, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 11, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[0:3] == iijj +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:3] == iijj from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[0:3] == iijj, destination: group[4:5] == kk +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ii from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 56 for successor bond between group[0:1] == ii and group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and group[4:5] == kk +building bond successor bond between group[2:3] == jj and group[4:5] == kk +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:3] == iijj from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=36 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 22, unhappiness=36 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=36 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[0:3] == iijj, destination: group[4:5] == kk +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +predecessor bond between group[0:1] == ii and group[2:3] == jj +lost fight with predecessor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=36 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 11, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction +source chosen = group[0:1] == ii +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to predecessor +proposing group from group[0:1] == ii to group[2:3] == jj +object chosen = group[0:3] == iijj from target string +destination: group[4:5] == kk +object chosen = group[0:3] == iijj from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[4:5] == kk from target string +destination: group[0:3] == iijj +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[2:3] == jj from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 11, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[0:3] == iijj +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 11, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[0:3] == iijj, destination: group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 11, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ii from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 11, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[0:3] == iijj +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 11, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 56 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[0:3] == iijj +initial : relevance = 0, unhappiness=15 +target : relevance = 11, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 11, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:3] == iijj from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 11, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[0:3] == iijj, destination: group[4:5] == kk +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 22, unhappiness=37 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +to object: group[0:1] == ii +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +destination: group[0:3] == iijj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +predecessor bond between group[0:1] == ii and group[2:3] == jj +won fight with predecessor bond between group[0:1] == ii and group[2:3] == jj +broke the bonds +won fight with group[0:3] == iijj +broke the groups +building bond successor bond between group[0:1] == ii and group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:1] == ii from target string +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between group[0:1] == ii and group[2:3] == jj +lost fight with successor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and group[4:5] == kk +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=36 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[2:3] == jj +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:3] == iijj from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +to object: group[2:3] == jj +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between group[2:3] == jj and group[4:5] == kk +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:3] == iijj from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +predecessor bond between group[2:3] == jj and group[4:5] == kk +lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +to object: group[0:1] == ii +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[2:3] == jj +object chosen = group[0:3] == iijj from target string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 61 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between group[0:1] == ii and group[2:3] == jj +won fight with successor bond between group[0:1] == ii and group[2:3] == jj +broke the bonds +no incompatible groups +building bond predecessor bond between group[0:1] == ii and group[2:3] == jj +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +no firstBond2 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +predecessor bond between group[0:1] == ii and group[2:3] == jj +won fight with predecessor bond between group[0:1] == ii and group[2:3] == jj +broke the bonds +no incompatible groups +building bond successor bond between group[0:1] == ii and group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +won fight with successor bond between group[0:1] == ii and group[2:3] == jj +broke the bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +predecessor bond between group[2:3] == jj and group[4:5] == kk +lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +predecessor bond between group[2:3] == jj and group[4:5] == kk +won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +lost fight with group[0:5] == iijjkk +failed to break groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +to object: j +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to predecessor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = i from target string +object chosen = c from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = i from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = j from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: iijjkk with 6 letters, 6 objects, 0 bonds for bond +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: iijjkk with 6 letters, 6 objects, 0 bonds for bond +source: k, destination: k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = c from initial string +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = j from target string +object chosen = sameness bond between j and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between j and j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = a from initial string +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 0, unhappiness=78 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: i, destination: i +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between j and k from other string +bond strength = 62 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 40, unhappiness=86 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=86 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 40, unhappiness=86 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 20, unhappiness=86 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=84 +target : relevance = 40, unhappiness=86 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 93 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 40, unhappiness=86 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 40, unhappiness=86 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 0, unhappiness=84 +target : relevance = 40, unhappiness=81 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between k and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between k and k +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=81 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=84 +target : relevance = 40, unhappiness=81 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for direction +source chosen = k +firstBond: sameness bond between k and k +possible group: sameness bond between k and k +trying from k to sameness +proposing group from k to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=81 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond +source: k, destination: j +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=81 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=81 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=73 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=73 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond +source: j, destination: i +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 20, unhappiness=73 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond +source: i, destination: i +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=73 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group +object chosen = group[2:3] == jj from target string +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 20, unhappiness=73 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=79 +target : relevance = 60, unhappiness=73 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[2:3] == jj from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 16, unhappiness=73 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for direction +source chosen = k +firstBond: sameness bond between k and k +possible group: sameness bond between k and k +trying from k to sameness +proposing group from k to k +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=73 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 16, unhappiness=61 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond +source: group[2:3] == jj, destination: i +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 16, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for direction +source chosen = k +firstBond: sameness bond between k and k +possible group: sameness bond between k and k +trying from k to sameness +proposing group from k to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond +source: i, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond +source: i, destination: i +object chosen = group[4:5] == kk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 42, unhappiness=61 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[2:3] == jj, destination: i +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 14, unhappiness=61 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +to object: i +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[4:5] == kk from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 14, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 14, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 14, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 14, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and group[2:3] == jj from other string +bond strength = 56 for predecessor bond between i and group[2:3] == jj +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 14, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 14, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: i, destination: group[2:3] == jj +initial : relevance = 50, unhappiness=84 +target : relevance = 14, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction +source chosen = i +firstBond: sameness bond between i and i +possible group: sameness bond between i and i +trying from i to sameness +proposing group from i to i +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 14, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ii from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[1:2] == bc from initial string +object chosen = group[0:1] == ii from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=84 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and group[2:3] == jj from other string +bond strength = 54 for predecessor bond between i and group[2:3] == jj +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=84 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between group[0:1] == ii and group[2:3] == jj +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[0:1] == ii +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to predecessor +proposing group from group[0:1] == ii to group[2:3] == jj +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[0:1] == ii +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to predecessor +proposing group from group[0:1] == ii to group[2:3] == jj +object chosen = group[2:3] == jj from target string +object chosen = group[2:3] == jj from target string +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:3] == iijj from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +to object: group[2:3] == jj +object chosen = group[0:3] == iijj from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=78 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +to object: group[4:5] == kk +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=78 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=79 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=79 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +predecessor bond between group[0:1] == ii and group[2:3] == jj +lost fight with predecessor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[0:1] == ii +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to predecessor +proposing group from group[0:1] == ii to group[2:3] == jj +object chosen = group[4:5] == kk from target string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 57 for successor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:3] == iijj from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +to object: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +object chosen = group[0:1] == ii from target string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for successor bond between group[0:1] == ii and group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[2:3] == jj +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to predecessor +proposing group from group[0:1] == ii to group[2:3] == jj +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[2:3] == jj from target string +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 57 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +firstBond2: predecessor bond between group[2:3] == jj and group[4:5] == kk +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +to object: i +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +to object: group[0:1] == ii +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 57 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +predecessor bond between group[2:3] == jj and group[4:5] == kk +lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:3] == iijj from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk +possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to predecessor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +object chosen = group[0:5] == iijjkk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between i and group[2:3] == jj from other string +bond strength = 62 for predecessor bond between i and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = predecessor bond between i and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[0:5] == iijjkk from target string +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +destination: j +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and group[4:5] == kk from other string +bond strength = 62 for predecessor bond between j and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[2:3] == jj from target string +object chosen = j from target string +object chosen = group[0:5] == iijjkk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to predecessor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between j and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = j from target string +object chosen = sameness bond between k and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between k and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: j, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between k and k from other string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=86 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = sameness bond between j and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between j and j +initial : relevance = 0, unhappiness=100 +target : relevance = 20, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: j, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: k, destination: k +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: j, destination: k +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 20, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: i, destination: i +initial : relevance = 0, unhappiness=100 +target : relevance = 20, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: a +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +object chosen = group[2:3] == jj from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: k, destination: k +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: i, destination: i +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +object chosen = b from initial string +object chosen = group[4:5] == kk from target string +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=80 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: j, destination: j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=64 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=64 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +object chosen = i from target string +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=64 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: group[2:3] == jj, destination: i +object chosen = a from initial string +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=64 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = group[0:1] == ii from target string +object chosen = k from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=64 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: k, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=64 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: k, destination: group[2:3] == jj +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=64 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: i, destination: i +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=64 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +firstBond2: sameness bond between k and k +possible group: sameness bond between k and k +trying from k to sameness +proposing group from k to k +object chosen = group[4:5] == kk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +object chosen = group[4:5] == kk from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +object chosen = group[0:1] == ii from target string +object chosen = a from initial string +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +object chosen = group[0:1] == ii from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = a from initial string +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +object chosen = group[0:1] == ii from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between group[2:3] == jj and k from other string +bond strength = 23 for successor bond between group[2:3] == jj and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = b from initial string +object chosen = group[0:1] == ii from target string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[4:5] == kk from target string +destination: j +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[2:3] == jj and group[4:5] == kk +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[4:5] == kk from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=37 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=84 +target : relevance = 12, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = i from target string +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = predecessor bond between j and group[4:5] == kk from other string +bond strength = 23 for predecessor bond between j and group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +object chosen = group[2:3] == jj from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 57 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to successor +proposing group from group[2:3] == jj to group[4:5] == kk +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ii from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ii from target string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[0:1] == ii and group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[2:5] == jjkk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between group[0:1] == ii and group[2:3] == jj +lost fight with successor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[2:3] == jj from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:1] == ii from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[2:3] == jj from target string +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: i, destination: i +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +object chosen = k from target string +object chosen = c from initial string +object chosen = group[4:5] == kk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = sameness bond between k and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between k and k +object chosen = c from initial string +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = sameness bond between k and k from other string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 20, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 20, unhappiness=94 +target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond +source: k, destination: k +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +initial : relevance = 0, unhappiness=100 +target : relevance = 20, unhappiness=94 +target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 20, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 20, unhappiness=94 +target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond +source: i, destination: i +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: j, destination: k +object chosen = k from target string +object chosen = c from initial string +object chosen = j from target string +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: i, destination: i +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = b from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[4:5] == kk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=84 +target : relevance = 16, unhappiness=86 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = j from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 33, unhappiness=86 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 33, unhappiness=86 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: i, destination: i +initial : relevance = 100, unhappiness=84 +target : relevance = 16, unhappiness=86 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 16, unhappiness=86 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 33, unhappiness=86 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: j, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 33, unhappiness=86 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: j, destination: k +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=66 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = b from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 16, unhappiness=66 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 16, unhappiness=66 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=66 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 16, unhappiness=66 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=66 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 16, unhappiness=66 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=66 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group +object chosen = group[4:5] == kk from target string +destination: j +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 16, unhappiness=66 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=66 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=66 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 16, unhappiness=66 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=66 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 16, unhappiness=65 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +object chosen = group[0:1] == ii from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between j and k from other string +bond strength = 93 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: group[0:1] == ii, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +object chosen = group[0:1] == ii from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=52 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=52 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=52 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=52 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=52 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=52 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=52 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: j, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=52 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: j, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=52 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=52 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and group[4:5] == kk from other string +bond strength = 23 for predecessor bond between j and group[4:5] == kk +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +destination: j +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:1] == ii from target string +destination: j +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 28, unhappiness=53 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: j, destination: group[0:1] == ii +initial : relevance = 100, unhappiness=18 +target : relevance = 14, unhappiness=53 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 28, unhappiness=53 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: group[0:1] == ii, destination: j +object chosen = successor bond between group[0:1] == ii and j from other string +bond strength = 45 for successor bond between group[0:1] == ii and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=52 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: group[4:5] == kk, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=52 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=52 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: group[4:5] == kk, destination: j +object chosen = sameness bond between j and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between j and j +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=52 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +object chosen = group[0:1] == ii from target string +destination: j +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and j from other string +bond strength = 45 for successor bond between group[0:1] == ii and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 14, unhappiness=52 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[4:5] == kk, destination: j +object chosen = predecessor bond between j and group[4:5] == kk from other string +bond strength = 23 for predecessor bond between j and group[4:5] == kk +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=48 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=48 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[0:1] == ii and j from other string +bond strength = 45 for successor bond between group[0:1] == ii and j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +to object: j +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=48 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[0:1] == ii and j from other string +bond strength = 45 for successor bond between group[0:1] == ii and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=48 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[4:5] == kk, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 14, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=48 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=48 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 14, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: j, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +firstBond2: sameness bond between k and k +possible group: sameness bond between k and k +trying from k to sameness +proposing group from k to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[4:5] == kk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=48 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[0:1] == ii and j from other string +bond strength = 43 for predecessor bond between group[0:1] == ii and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = group[4:5] == kk from target string +destination: j +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=48 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=48 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[4:5] == kk, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 14, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=48 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and group[4:5] == kk from other string +bond strength = 23 for predecessor bond between j and group[4:5] == kk +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=48 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[0:1] == ii, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=48 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=48 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = group[1:2] == ij from target string +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +object chosen = k from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = sameness bond between i and i from other string +object chosen = successor bond between i and j from other string +bond strength = 93 for successor bond between i and j +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 20, unhappiness=89 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 0, unhappiness=94 +target : relevance = 20, unhappiness=89 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for direction +source chosen = k +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 20, unhappiness=89 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: i, destination: i +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 20, unhappiness=89 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: k, destination: k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=94 +target : relevance = 20, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 20, unhappiness=91 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=91 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = sameness bond between k and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between k and k +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 20, unhappiness=86 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = successor bond between j and k from other string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 40, unhappiness=86 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: i +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = i from target string +initial : relevance = 0, unhappiness=94 +target : relevance = 40, unhappiness=86 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=86 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +to object: i +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=94 +target : relevance = 40, unhappiness=81 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 40, unhappiness=81 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 40, unhappiness=81 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: i, destination: i +initial : relevance = 0, unhappiness=94 +target : relevance = 40, unhappiness=81 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: k, destination: j +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: i, destination: i +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 40, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = group[1:2] == ij from target string +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +initial : relevance = 0, unhappiness=94 +target : relevance = 40, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +object chosen = group[4:5] == kk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 0, unhappiness=94 +target : relevance = 33, unhappiness=78 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 33, unhappiness=78 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: k, destination: j +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=66 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=66 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for direction +source chosen = i +firstBond: sameness bond between i and i +possible group: sameness bond between i and i +trying from i to sameness +proposing group from i to i +object chosen = successor bond between j and k from other string +bond strength = 65 for successor bond between j and k +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 33, unhappiness=66 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=66 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 33, unhappiness=66 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: i, destination: i +initial : relevance = 0, unhappiness=84 +target : relevance = 33, unhappiness=66 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 33, unhappiness=66 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=66 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=66 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: j, destination: group[4:5] == kk +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=66 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=66 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=66 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=66 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=66 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 33, unhappiness=66 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: j, destination: i +initial : relevance = 0, unhappiness=84 +target : relevance = 33, unhappiness=66 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 33, unhappiness=66 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 33, unhappiness=66 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=66 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 33, unhappiness=66 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:1] == ii from target string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = i from target string +object chosen = group[0:1] == ii from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=66 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for direction +source chosen = i +firstBond: sameness bond between i and i +possible group: sameness bond between i and i +trying from i to sameness +proposing group from i to i +object chosen = b from initial string +object chosen = group[0:1] == ii from target string +object chosen = group[0:1] == ii from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=84 +target : relevance = 28, unhappiness=66 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 28, unhappiness=66 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 28, unhappiness=53 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: group[4:5] == kk, destination: j +initial : relevance = 0, unhappiness=78 +target : relevance = 28, unhappiness=53 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 28, unhappiness=53 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=53 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 28, unhappiness=53 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +object chosen = group[0:1] == ii from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 28, unhappiness=53 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: group[4:5] == kk, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 28, unhappiness=53 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=84 +target : relevance = 28, unhappiness=53 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 28, unhappiness=53 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 28, unhappiness=53 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = k from target string +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 28, unhappiness=53 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 28, unhappiness=53 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from j to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 28, unhappiness=53 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 28, unhappiness=53 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: group[0:1] == ii, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=53 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=78 +target : relevance = 28, unhappiness=53 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 28, unhappiness=53 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=53 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 28, unhappiness=53 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: j, destination: j +initial : relevance = 0, unhappiness=18 +target : relevance = 28, unhappiness=53 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +initial : relevance = 0, unhappiness=18 +target : relevance = 28, unhappiness=53 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +initial : relevance = 0, unhappiness=18 +target : relevance = 28, unhappiness=53 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 28, unhappiness=53 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 28, unhappiness=53 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: group[0:1] == ii, destination: j +object chosen = group[0:1] == ii from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 28, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +initial : relevance = 0, unhappiness=18 +target : relevance = 28, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 28, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: j, destination: group[4:5] == kk +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=51 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=18 +target : relevance = 28, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +initial : relevance = 0, unhappiness=18 +target : relevance = 28, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 28, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: group[0:1] == ii, destination: j +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=51 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: group[0:1] == ii, destination: j +object chosen = group[3:4] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=51 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: group[4:5] == kk, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: group[4:5] == kk, destination: j +object chosen = sameness bond between j and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between j and j +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[0:1] == ii, destination: j +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: j, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=48 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=48 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and group[4:5] == kk from other string +bond strength = 62 for successor bond between j and group[4:5] == kk +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 42, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[4:5] == kk, destination: j +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +destination: j +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[0:1] == ii, destination: j +object chosen = predecessor bond between j and group[4:5] == kk from other string +bond strength = 45 for predecessor bond between j and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and j from other string +bond strength = 62 for successor bond between group[0:1] == ii and j +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: j, destination: group[4:5] == kk +object chosen = successor bond between j and group[4:5] == kk from other string +bond strength = 62 for successor bond between j and group[4:5] == kk +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=48 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=48 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=48 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=48 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=48 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=79 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ii from target string +destination: j +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:1] == ab from initial string +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b firstBond: predecessor bond between b and c firstBond2: successor bond between a and b possible group: successor bond between a and b trying from b to successor proposing group from a to b +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = successor bond between group[0:1] == ii and j from other string +bond strength = 62 for successor bond between group[0:1] == ii and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder object chosen = group[0:1] == ab from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +object chosen = group[4:5] == kk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction source chosen = a firstBond: successor bond between a and b possible group: successor bond between a and b trying from a to successor proposing group from a to b object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:1] == ab from initial string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +to object: j +initial : relevance = 50, unhappiness=79 +target : relevance = 28, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = predecessor bond between j and group[4:5] == kk from other string +bond strength = 45 for predecessor bond between j and group[4:5] == kk succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 28, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 28, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == ij from target string +object chosen = group[1:2] == bc from initial string +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=79 +target : relevance = 28, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from j to k +initial : relevance = 50, unhappiness=79 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[3:4] == jk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 28, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[0:1] == ii, destination: j +object chosen = successor bond between group[0:1] == ii and j from other string +bond strength = 62 for successor bond between group[0:1] == ii and j +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=47 initial string selected: abc with 3 letters, 4 objects, 2 bonds for group initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder top_down_bond_scout__category initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder +target : relevance = 0, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +object chosen = j from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: j, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: group[0:1] == ab +initial : relevance = 33, unhappiness=78 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group top_down_bond_scout__category initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[1:2] == bc from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between group[0:1] == ii and j from other string +bond strength = 45 for predecessor bond between group[0:1] == ii and j +initial : relevance = 33, unhappiness=78 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=47 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: c, destination: group[0:1] == ab initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 33, unhappiness=78 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:1] == ab from initial string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 28, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ab from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle +object chosen = group[1:2] == bc from initial string top_down_bond_scout__category initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: j, destination: j +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle +target : relevance = 28, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=47 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = group[0:1] == ab no firstBond no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle top_down_bond_scout__category initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a +target : relevance = 28, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[4:5] == kk, destination: j initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 +target : relevance = 28, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond top_down_bond_scout__category initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 +target : relevance = 28, unhappiness=47 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: group[0:1] == ab, destination: c -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k top_down_bond_scout__category initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j +target : relevance = 0, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=47 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = b firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 +object chosen = successor bond between group[0:1] == ii and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=47 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c +source chosen = group[0:1] == ab +no firstBond no firstBond2 +initial : relevance = 33, unhappiness=80 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[0:1] == ii, destination: j +initial : relevance = 33, unhappiness=80 +target : relevance = 28, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group object chosen = c from initial string destination: group[0:1] == ab -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:1] == ab -broke the groups -building bond predecessor bond between a and b -object chosen = b from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: successor bond between j and k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 33, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 33, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 33, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 33, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 33, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -object chosen = group[0:1] == ab from initial string -destination: c -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = c from initial string -destination: group[0:1] == ab -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -object chosen = group[0:1] == ab from initial string -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:1] == ab -failed to break Groups: Fizzle -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -object chosen = group[1:2] == bc from initial string -no incompatible bonds -won fight with group[0:1] == ab -broke the Groups -building group -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 65 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = a from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[1:2] == bc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 33, unhappiness=94 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 33, unhappiness=94 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -object chosen = group[0:2] == ijk from target string -initial : relevance = 33, unhappiness=94 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=94 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: group[1:2] == bc -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: group[1:2] == bc -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -object chosen = group[0:1] == ab from initial string -object chosen = a from initial string -destination: group[1:2] == bc -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 65 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: group[1:2] == bc -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[1:2] == bc from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=94 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=94 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[1:2] == bc -failed to break Groups: Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[1:2] == bc -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=94 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=94 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:1] == ab from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = a from initial string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = b from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -object chosen = b from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = i from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 69 for predecessor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = a from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between i and j -broke the bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = i from target string -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = k from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = c from initial string -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = c from initial string -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = b from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = Correspondence between a and i from other string -object chosen = successor bond between a and b from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = c from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -object chosen = i from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between i and j from other string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 78 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = k from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 78 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -bond strength = 78 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 24.1, number: 2, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 24.1, number: 2, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = c from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = Correspondence between a and i from other string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = k from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = i from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = k from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = successor bond between j and k from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = group[0:1] == ij from target string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: j, destination: k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: i, destination: j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 66, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 66, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 66, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 66, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=78 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = j from target string -object chosen = successor bond between i and j from other string -bond strength = 95 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 95 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 95 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 95 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -won fight with group[0:1] == ij -won fight with group[0:1] == ij -broke the Groups -building group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = k from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = i from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = j from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: predecessor bond between i and j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: predecessor bond between i and j -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -object chosen = group[1:2] == bc from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = group[1:2] == bc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 33, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -initial : relevance = 33, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 33, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:1] == ab from initial string -initial : relevance = 33, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 33, unhappiness=94 -target : relevance = 33, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=94 -target : relevance = 33, unhappiness=94 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: k, destination: group[0:1] == ij -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == bc -no firstBond -no firstBond2 -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = group[0:1] == ab from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = b from initial string -object chosen = group[0:1] == ab from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: group[1:2] == bc -object chosen = group[0:1] == ij from target string -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between a and b -broke the bonds -won fight with group[1:2] == bc -won fight with group[1:2] == bc -broke the Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction -source chosen = group[0:1] == ij -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ij -no firstBond -no firstBond2 -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ij from target string -destination: k -object chosen = group[0:1] == ij from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:1] == ij -won fight with group[0:1] == ij -broke the Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[1:2] == bc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = a from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = i from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = k from target string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: k -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for group -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = c from initial string -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = b from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -object chosen = b from initial string -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = group[0:1] == ij from target string -object chosen = group[0:1] == ij from target string -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[1:2] == jk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == jk -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[1:2] == jk from target string -destination: i -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == jk, destination: i -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == jk, destination: i -object chosen = i from target string -destination: group[1:2] == jk -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[1:2] == jk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: group[1:2] == jk, destination: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: group[1:2] == jk -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: group[1:2] == jk -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == jk, destination: i -object chosen = group[1:2] == jk from target string -destination: i -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = i from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -destination: i -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == jk, destination: i -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:1] == ij from target string -no incompatible bonds -won fight with group[1:2] == jk -broke the Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:1] == ij -won fight with group[0:1] == ij -broke the Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = group[1:2] == jk from target string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from j to k -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -object chosen = j from target string -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = a from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: i -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = Correspondence between a and i from other string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = i from target string -object chosen = group[1:2] == bc from initial string -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = i from target string -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = j from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = k from target string -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = Correspondence between c and k from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = i from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = group[1:2] == jk from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = group[1:2] == jk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = group[1:2] == jk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[1:2] == jk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -lost fight with group[1:2] == jk -failed to break Groups: Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: group[1:2] == jk -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = i from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: group[1:2] == jk -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = i from target string -destination: group[1:2] == jk -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = b from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -object chosen = k from target string -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == jk from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=47 initial string selected: abc with 3 letters, 4 objects, 2 bonds for group object chosen = predecessor bond between b and c from other string bond strength = 91 for predecessor bond between b and c succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:1] == ab from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = k from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = b from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = group[1:2] == bc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 33, unhappiness=84 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 33, unhappiness=84 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between j and k -no firstBond2 -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: group[1:2] == bc -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == bc -no firstBond -no firstBond2 -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between b and c from other string -bond strength = 95 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: group[1:2] == bc -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == bc -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -lost fight with group[1:2] == bc -failed to break Groups: Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[1:2] == bc -lost fight with group[1:2] == bc -failed to break Groups: Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[1:2] == bc -won fight with group[1:2] == bc -broke the Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between a and b from other string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = k from target string -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = j from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 100, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=84 -target : relevance = 100, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 100, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = b from initial string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -object chosen = a from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == jk from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = c from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -object chosen = b from initial string -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = group[1:2] == jk from target string -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: successor bond between j and k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -object chosen = k from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = k from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = c from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = a from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 2, bin: 7 -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: k -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -object chosen = k from target string -object chosen = group[1:2] == jk from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = j from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[1:2] == jk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = a from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = j from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = k from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = group[0:1] == ij from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -object chosen = c from initial string -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:1] == ij from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = group[1:2] == jk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == jk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -object chosen = group[1:2] == jk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[1:2] == jk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:1] == ab -broke the groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:1] == ij from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = a from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[1:2] == jk from target string -object chosen = group[1:2] == jk from target string -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ab from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -initial : relevance = 0, unhappiness=78 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=78 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 95 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == jk, destination: i -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -lost fight with group[1:2] == jk -failed to break Groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -won fight with group[1:2] == jk -won fight with group[1:2] == jk -broke the Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = b from initial string -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = i from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 78 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = i from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = a from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = b from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = group[0:1] == ab from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = group[0:1] == ab from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = i from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = i from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -object chosen = successor bond between a and b from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = b from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = k from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = a from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -won fight with successor bond between j and k -broke the bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = i from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ab from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = j from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: j -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = k from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=84 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = c from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -object chosen = predecessor bond between i and j from other string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 69 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = i from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from j to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:1] == ij -lost fight with group[0:1] == ij -failed to break Groups: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 33, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=15 -target : relevance = 33, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: group[0:1] == ij -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between a and b -broke the bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -destination: group[0:1] == ij -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: group[0:1] == ij -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:1] == ij from target string -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ij from target string -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: group[0:1] == ij -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = k from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ij from target string -destination: k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ij -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ij from target string -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -destination: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=92 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ij -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -object chosen = group[0:1] == ij from target string -destination: k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:1] == ij -broke the groups -building bond successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -object chosen = group[0:1] == ij from target string -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = c from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 65 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=94 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -no incompatible bonds -won fight with group[0:1] == ij -won fight with group[0:1] == ij -broke the Groups -building group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -won fight with group[0:1] == ij -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between i and j -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 66, unhappiness=94 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=93 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=93 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=93 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond successor bond between i and j -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == jk from target string -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: b -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: k -object chosen = c from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = Correspondence between b and j from other string -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[0:1] == ab -won fight with group[0:1] == ab -broke the Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = j from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = Correspondence between b and j from other string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = j from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = i from target string -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = j from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = j from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = i from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = Correspondence between a and i from other string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = k from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:1] == ab from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == jk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = c from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -object chosen = group[1:2] == jk from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 95 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -won fight with group[1:2] == jk -won fight with group[1:2] == jk -broke the Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -object chosen = a from initial string -object chosen = predecessor bond between a and b from other string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = k from target string -object chosen = b from initial string -object chosen = c from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = j from target string -object chosen = group[1:2] == bc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = a from initial string -object chosen = a from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = Correspondence between c and k from other string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = k from target string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = i from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = b from initial string -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds -no incompatible Groups -building group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:1] == ij from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = b from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = k from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[1:2] == bc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[1:2] == bc -won fight with group[1:2] == bc -broke the Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = k from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -bond strength = 78 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = i from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = a from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = i from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = j from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = a from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between a and b -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 33, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == bc -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: group[1:2] == bc -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[1:2] == bc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder top_down_bond_scout__category initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[1:2] == bc from initial string -destination: a -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 33, unhappiness=80 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[1:2] == bc -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: i -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = b from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = Correspondence between c and k from other string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = i from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -object chosen = i from target string -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -object chosen = c from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = a from initial string -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between i and j from other string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 50, unhappiness=100 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = i from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = k from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = c from initial string -object chosen = b from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = k from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = j from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = b from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = a from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = k from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = j from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = b from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = b from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = a from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -object chosen = i from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = a from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 78 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -object chosen = c from initial string -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = b from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = a from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[1:2] == bc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -won fight with predecessor bond between a and b -broke the bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = k from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond successor bond between j and k -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = k from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between a and b from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = a from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: b -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = a from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 78 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = i from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = j from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = predecessor bond between b and c from other string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = c from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 100, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 100.0, number: 2, bin: 7 -object chosen = c from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 2, bin: 7 -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = i from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = i from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = j from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = b from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = b from initial string -object chosen = k from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between j and k -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = b from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = i from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = k from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = c from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[1:2] == jk from target string -object chosen = k from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = c from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = i from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: c -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = b from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = k from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between b and c -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = a from initial string -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = a from initial string -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == bc from initial string -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = b from initial string -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == bc -no firstBond -no firstBond2 -object chosen = group[0:2] == ijk from target string -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: group[1:2] == bc -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[1:2] == bc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[1:2] == bc from initial string -destination: a -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -destination: a -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == bc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == bc -no firstBond -no firstBond2 -object chosen = group[0:2] == ijk from target string -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -lost fight with group[1:2] == bc -failed to break Groups: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == bc -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = j from target string -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = a from initial string -destination: group[1:2] == bc -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[1:2] == bc -won fight with group[1:2] == bc -broke the Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: i -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = group[0:1] == ij from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = c from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = Correspondence between c and k from other string -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == jk from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = k from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = i from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between i and j from other string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = group[0:1] == ij from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = group[0:1] == ij from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:1] == ij from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ab from initial string -object chosen = c from initial string -object chosen = j from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: group[0:1] == ij -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 95 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -object chosen = successor bond between j and k from other string -bond strength = 95 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: group[0:1] == ij -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -lost fight with group[0:1] == ij -failed to break Groups: Fizzle -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -won fight with group[0:2] == abc -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: group[0:1] == ij -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: group[0:1] == ij -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 95 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -destination: k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: group[0:1] == ij -initial : relevance = 50, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -no incompatible bonds -lost fight with group[0:1] == ij -failed to break Groups: Fizzle -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ij -no firstBond -no firstBond2 -object chosen = group[1:2] == jk from target string -no incompatible bonds -won fight with group[0:1] == ij -broke the Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = Correspondence between a and i from other string -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -won fight with group[1:2] == jk -won fight with group[1:2] == jk -broke the Groups -building group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[1:2] == bc from initial string -object chosen = b from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = group[1:2] == bc from initial string -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -object chosen = group[0:1] == ab from initial string -destination: c -object chosen = group[0:1] == ab from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:1] == ab from initial string -object chosen = group[0:1] == ab from initial string -destination: c -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = successor bond between b and c from other string -bond strength = 65 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:1] == ab from initial string -object chosen = group[1:2] == bc from initial string -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:1] == ab -failed to break groups: Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:1] == ab -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=47 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: c, destination: group[0:1] == ab -object chosen = group[0:2] == ijk from target string +object chosen = group[1:2] == bc from initial string +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = predecessor bond between group[0:1] == ii and j from other string +bond strength = 45 for predecessor bond between group[0:1] == ii and j +initial : relevance = 0, unhappiness=80 +target : relevance = 42, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = group[0:1] == ab from initial string +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = i from target string initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle +target : relevance = 28, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=47 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = c firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c +no firstBond2 +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: k, destination: j +object chosen = successor bond between j and group[4:5] == kk from other string +bond strength = 62 for successor bond between j and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = group[3:4] == jk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:1] == ii from target string +destination: j +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: sameness bond between j and j +possible group: sameness bond between j and j +trying from j to sameness +proposing group from j to j +initial : relevance = 33, unhappiness=78 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[2:3] == jj from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: j, destination: group[0:1] == ii +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group object chosen = predecessor bond between a and b from other string bond strength = 65 for predecessor bond between a and b succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=80 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string +object chosen = predecessor bond between a and b from other string number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c +successor bond between a and b +won fight with successor bond between a and b broke the bonds -no incompatible groups -building bond successor bond between b and c +won fight with group[0:1] == ab +broke the groups +building bond predecessor bond between a and b +initial : relevance = 100, unhappiness=80 +target : relevance = 0, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=80 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +object chosen = a from initial string +object chosen = predecessor bond between group[0:1] == ii and j from other string +bond strength = 45 for predecessor bond between group[0:1] == ii and j +object chosen = successor bond between j and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=80 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 top_down_bond_scout__category initial : relevance = 0, unhappiness=80 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 66, unhappiness=80 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[0:1] == ii, destination: j +initial : relevance = 100, unhappiness=80 +target : relevance = 0, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +initial : relevance = 0, unhappiness=80 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 0, unhappiness=80 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=80 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 28, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b +firstBond: sameness bond between j and j +possible group: sameness bond between j and j +trying from j to sameness +proposing group from j to j +initial : relevance = 0, unhappiness=78 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and j from other string +bond strength = 62 for successor bond between group[0:1] == ii and j succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string +initial : relevance = 0, unhappiness=78 +target : relevance = 28, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b +predecessor bond between a and b +won fight with predecessor bond between a and b broke the bonds -won fight with group[0:1] == ab -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -initial : relevance = 50, unhappiness=80 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[2:3] == jj from target string no incompatible bonds no incompatible Groups building group -object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=48 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group top_down_bond_scout__category -initial : relevance = 33, unhappiness=80 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=84 +target : relevance = 25, unhappiness=48 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=48 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: j, destination: group[4:5] == kk +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=48 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 50, unhappiness=84 +target : relevance = 25, unhappiness=48 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 25, unhappiness=48 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[3:4] == jk from target string +no incompatible bonds +lost fight with group[2:3] == jj +failed to break Groups: Fizzle +object chosen = group[0:1] == ab from initial string +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=48 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=84 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +object chosen = group[2:3] == jj from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond source: c, destination: b -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 50, unhappiness=84 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between group[0:1] == ii and j from other string +bond strength = 59 for successor bond between group[0:1] == ii and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ii from target string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between group[0:1] == ii and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 @@ -96121,6497 +45330,752 @@ Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:1] == ab from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 100, unhappiness=84 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=84 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk succeeded: posting bond-builder urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[1:2] == bc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 66, unhappiness=78 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 66, unhappiness=78 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[2:3] == jj +initial : relevance = 66, unhappiness=78 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[1:2] == bc won fight with group[1:2] == bc -broke the groups -building bond predecessor bond between b and c -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: successor bond between j and k -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between a and b -broke the bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = a from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: i -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = a from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = k from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[1:2] == bc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -object chosen = k from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = Correspondence between c and k from other string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = i from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = c from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = j -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:1] == ij from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = k from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = b from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:1] == ij from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = j from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -object chosen = i from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -object chosen = b from initial string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = b from initial string -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = a from initial string -object chosen = k from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = j from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = c from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = a from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = a from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between i and j from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = j from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = b from initial string -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = group[1:2] == jk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[1:2] == jk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = k from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -object chosen = group[0:1] == ij from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[1:2] == jk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[1:2] == bc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between i and j -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = group[0:1] == ab from initial string -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 66, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 66, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 66, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -initial : relevance = 66, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -initial : relevance = 66, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[0:1] == ab -lost fight with group[0:1] == ab -failed to break Groups: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 95 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[0:1] == ab -won fight with group[0:1] == ab broke the Groups building group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 +initial : relevance = 0, unhappiness=92 +target : relevance = 37, unhappiness=38 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder +initial : relevance = 0, unhappiness=92 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=92 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=92 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=92 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=92 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle +lost fight with Correspondence between c and group[4:5] == kk +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj succeeded: posting bond-builder initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=38 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: b, destination: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = k +firstBond: sameness bond between k and k +possible group: sameness bond between k and k +trying from k to sameness +proposing group from k to k +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = j from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c object chosen = successor bond between b and c from other string bond strength = 96 for successor bond between b and c succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk succeeded: posting bond-builder Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[4:5] == kk from target string +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[0:1] == ii +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c succeeded: posting bond-builder object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 0 +no incompatible bonds no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between a and b from other string +building bond successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets +no incompatible groups +building bond successor bond between group[2:3] == jj and group[4:5] == kk +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +firstBond2: successor bond between group[0:1] == ii and group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +to object: group[4:5] == kk object chosen = predecessor bond between a and b from other string number of incompatibleBonds: 1 successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = k from target string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:1] == ii from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle object chosen = successor bond between a and b from other string bond strength = 96 for successor bond between a and b succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +target : relevance = 50, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from group[0:1] == ii to group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[4:5] == kk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between group[0:1] == ii and group[2:3] == jj +lost fight with successor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle top_down_bond_scout__category initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=31 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -object chosen = j from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:5] == iijjkk from target string no incompatible bonds no incompatible Groups building group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: successor bond between j and k -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=31 initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 posting bottom up codelets -object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = k +firstBond: sameness bond between k and k +possible group: sameness bond between k and k +trying from k to sameness +proposing group from k to k object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = c from initial string +object chosen = group[4:5] == kk from target string initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a firstBond: successor bond between a and b possible group: successor bond between a and b trying from a to successor proposing group from a to c +posting bottom up codelets object chosen = group[0:2] == abc from initial string +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string already exists...activate descriptors & fizzle top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k +target : relevance = 50, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -object chosen = group[0:2] == ijk from target string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +to object: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle +target : relevance = 50, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = b firstBond: successor bond between b and c @@ -102619,1317 +46083,92 @@ possible group: successor bond between b and c trying from b to successor proposing group from a to c object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = b from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between a and b from other string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = j from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = a from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = group[0:1] == ab from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = c from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = b from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == jk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[1:2] == jk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -won fight with predecessor bond between a and b -broke the bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond successor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = c firstBond: successor bond between b and c possible group: successor bond between b and c trying from c to successor proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = group[0:1] == ij from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group object chosen = group[0:2] == abc from initial string initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +to object: group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: j, destination: group[0:1] == ii +object chosen = successor bond between group[0:1] == ii and j from other string +bond strength = 64 for successor bond between group[0:1] == ii and j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond to object: c object chosen = successor bond between b and c from other string bond strength = 96 for successor bond between b and c succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:1] == ij -broke the groups -building bond successor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string already exists...activate descriptors & fizzle -top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +to object: c object chosen = successor bond between b and c from other string bond strength = 96 for successor bond between b and c succeeded: posting bond-builder object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: successor bond between j and k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = k from target string +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = j from target string destination: j chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k +Source: j, destination: j source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k +destination descriptor: J +proposing sameness bond object chosen = j from target string destination: k chosen bond facet: letterCategory @@ -103938,896 +46177,29 @@ source descriptor: J destination descriptor: K proposing successor bond object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -object chosen = k from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = c from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = a from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -object chosen = a from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = k from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = j from target string destination: k chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J +Source: k, destination: k +source descriptor: K destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k +proposing sameness bond +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = sameness bond between k and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between k and k Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -104835,955 +46207,13 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string +object chosen = i from target string destination: i chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J +Source: i, destination: i +source descriptor: I destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 69 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = j from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = j from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond +proposing sameness bond object chosen = b from initial string destination: c chosen bond facet: letterCategory @@ -105791,2033 +46221,327 @@ Source: b, destination: c source descriptor: B destination descriptor: C proposing successor bond -urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = i from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond object chosen = successor bond between b and c from other string bond strength = 48 for successor bond between b and c succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -object chosen = j from target string -object chosen = c from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = c from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between a and b from other string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = a from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k +object chosen = sameness bond between i and i from other string top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = a from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=86 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: j +object chosen = k from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=86 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=86 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=86 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=86 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: j object chosen = successor bond between b and c from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = b from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction source chosen = c firstBond: successor bond between b and c possible group: successor bond between b and c trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets +proposing group from b to c +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = a from initial string top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: k +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +object chosen = group[1:2] == bc from initial string top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b +bond strength = 94 for successor bond between a and b succeeded: posting bond-builder object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from j to k +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +object chosen = i from target string destination: j chosen bond facet: letterCategory Source: i, destination: j source descriptor: I destination descriptor: J proposing successor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond to object: i object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j +bond strength = 91 for successor bond between j and k succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string +object chosen = sameness bond between i and i from other string already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = c from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between i and j -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = group[1:2] == jk from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[1:2] == jk from target string -object chosen = j from target string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: i +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = c from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -urgency: 100.0, number: 2, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between i and j from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j object chosen = successor bond between j and k from other string already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -object chosen = j from target string -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: successor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = b from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = i from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = j from target string -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 +target : relevance = 20, unhappiness=83 initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond to object: c -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -object chosen = a from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = k from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle +object chosen = j from target string object chosen = successor bond between b and c from other string bond strength = 91 for successor bond between b and c succeeded: posting bond-builder top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +bond strength = 93 for successor bond between i and j succeeded: posting bond-builder -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = group[0:1] == ab from initial string -object chosen = i from target string -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +object chosen = group[0:1] == ii from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction source chosen = c firstBond: successor bond between b and c possible group: successor bond between b and c @@ -107826,296 +46550,32 @@ proposing group from b to c object chosen = successor bond between a and b from other string bond strength = 94 for successor bond between a and b succeeded: posting bond-builder -initial : relevance = 50, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds +number of incompatibleBonds: 0 +no incompatible bonds no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i building bond successor bond between a and b -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 20, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: k object chosen = successor bond between j and k from other string bond strength = 91 for successor bond between j and k succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string object chosen = b from initial string destination: a chosen bond facet: letterCategory @@ -108123,539 +46583,75 @@ Source: b, destination: a source descriptor: B destination descriptor: A proposing predecessor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +initial : relevance = 100, unhappiness=89 +target : relevance = 20, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction source chosen = c firstBond: successor bond between b and c -no firstBond2 +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 20, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: k object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -object chosen = group[1:2] == jk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b +initial : relevance = 0, unhappiness=78 +target : relevance = 40, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 40, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 40, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 20, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c firstBond: successor bond between b and c possible group: successor bond between b and c -trying from b to successor +trying from c to successor proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == ijk from target string top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=78 +target : relevance = 40, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 40, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: i +object chosen = group[3:4] == jk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 40, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: i object chosen = c from initial string destination: b chosen bond facet: letterCategory @@ -108663,14547 +46659,428 @@ Source: c, destination: b source descriptor: C destination descriptor: B proposing predecessor bond -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=15 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 40, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: i +initial : relevance = 100, unhappiness=78 +target : relevance = 20, unhappiness=83 initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b +initial : relevance = 100, unhappiness=78 +target : relevance = 20, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 40, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 40, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 20, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 40, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: k +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds +initial : relevance = 100, unhappiness=78 +target : relevance = 20, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +to object: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = group[0:1] == ii from target string +no incompatible bonds no incompatible Groups building group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=83 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 16, unhappiness=83 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for direction +source chosen = k +firstBond: sameness bond between k and k +possible group: sameness bond between k and k +trying from k to sameness +proposing group from k to k +object chosen = group[4:5] == kk from target string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-group-scout--category, with urgency: 4 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=83 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = c from initial string -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +initial : relevance = 100, unhappiness=78 +target : relevance = 16, unhappiness=66 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction source chosen = c firstBond: successor bond between b and c possible group: successor bond between b and c trying from c to successor proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=66 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=66 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +object chosen = b from initial string +object chosen = sameness bond between j and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between j and j +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[4:5] == kk from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +object chosen = group[4:5] == kk from target string +no incompatible bonds +no incompatible Groups +building group object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j +initial : relevance = 0, unhappiness=18 +target : relevance = 42, unhappiness=63 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: k, destination: k +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=18 +target : relevance = 42, unhappiness=63 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 14, unhappiness=63 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 +target : relevance = 14, unhappiness=49 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between j and k from other string +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=49 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: j, destination: j +object chosen = sameness bond between i and i from other string already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = i from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group object chosen = group[0:2] == abc from initial string initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-group-scout--direction, with urgency: 3 +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=49 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -urgency: 24.1, number: 2, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = a from initial string -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between i and j from other string -bond strength = 78 for predecessor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 78 for predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between i and j from other string -bond strength = 78 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = k from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between i and j -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 78 for predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from j to k -object chosen = group[1:2] == jk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 78 for predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = c from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond successor bond between i and j -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = c from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 78 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 78 for predecessor bond between j and k -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 78 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -object chosen = group[0:1] == ab from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 78 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ab from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = b from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 24.1, number: 2, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 78 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 object chosen = successor bond between a and b from other string bond strength = 78 for successor bond between a and b succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=49 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = j from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group +top_down_bond_scout__category initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = Correspondence between b and j from other string -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = a from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = a from initial string -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +target : relevance = 42, unhappiness=50 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = a from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond successor bond between i and j -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 0, unhappiness=18 +target : relevance = 42, unhappiness=50 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle object chosen = successor bond between i and j from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 +initial : relevance = 0, unhappiness=18 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = i from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = a from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = a from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets top_down_bond_scout__category initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[0:1] == ii, destination: j +object chosen = sameness bond between k and k from other string already exists: activate descriptors & Fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = i from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 28, unhappiness=47 initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -initial : relevance = 50, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 28, unhappiness=47 initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string +object chosen = sameness bond between k and k from other string already exists: activate descriptors & Fizzle initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 28, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = i from target string +object chosen = group[1:2] == bc from initial string no incompatible bonds won fight with group[0:2] == abc -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = c from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 69 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between a and b -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = i from target string -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between j and k from other string -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = group[1:2] == jk from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -object chosen = a from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 78 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 78 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = i from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = b from initial string -object chosen = c from initial string -object chosen = a from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = Correspondence between c and k from other string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = c from initial string -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = group[1:2] == jk from target string -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -object chosen = a from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[1:2] == jk from target string -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between i and j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[1:2] == jk from target string -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = j from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -initial : relevance = 100, unhappiness=84 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=84 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -won fight with group[1:2] == jk -won fight with group[1:2] == jk +won fight with group[0:2] == abc broke the Groups building group -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 +object chosen = j from target string Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: j, destination: j top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[4:5] == kk, destination: j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string +object chosen = sameness bond between i and i from other string already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[0:1] == ii, destination: j +object chosen = successor bond between j and k from other string already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == jk from target string no incompatible bonds -lost fight with group[0:2] == ijk +lost fight with group[1:2] == bc failed to break Groups: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between j and k from other string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = a from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -object chosen = j from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -object chosen = a from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = a from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 42, unhappiness=47 initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = i from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = j from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = Correspondence between a and i from other string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = b from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = Correspondence between a and i from other string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -posting bottom up codelets -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = i from target string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = j from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = k from target string -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = i from target string -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = i from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = c from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = j from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = b from initial string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets top_down_bond_scout__category initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = a from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = successor bond between i and j from other string +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[4:5] == kk, destination: j +object chosen = sameness bond between i and i from other string already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=18 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=18 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=18 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:1] == ab from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: successor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = k from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = i from target string -object chosen = Correspondence between a and i from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = Correspondence between a and i from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = group[1:2] == jk from target string -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c top_down_bond_scout__category initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[4:5] == kk, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = j from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string urgency: 100.0, number: 1, bin: 7 object chosen = successor bond between j and k from other string already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ab from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = a from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = j from target string -object chosen = k from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = k from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[1:2] == jk from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[1:2] == jk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = k from target string -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between i and j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[1:2] == jk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = c from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = a from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = a from initial string -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = k from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +initial : relevance = 66, unhappiness=78 +target : relevance = 28, unhappiness=47 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a firstBond: successor bond between a and b @@ -123211,22174 +47088,2707 @@ possible group: successor bond between a and b trying from a to successor proposing group from a to c object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = j from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between a and b from other string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = c from initial string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +initial : relevance = 66, unhappiness=78 +target : relevance = 28, unhappiness=47 initial string selected: abc with 3 letters, 4 objects, 2 bonds for group object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +initial : relevance = 66, unhappiness=78 +target : relevance = 28, unhappiness=47 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = c firstBond: successor bond between b and c possible group: successor bond between b and c trying from c to successor proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = c +initial : relevance = 66, unhappiness=78 +target : relevance = 28, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction +source chosen = group[4:5] == kk no firstBond no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: c -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = predecessor bond between a and b from other string -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: a -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = j from target string -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -object chosen = j from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = j from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from j to k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between i and j -broke the bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = j from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -object chosen = j from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -object chosen = a from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = j from target string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -object chosen = j from target string -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = j from target string -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = k from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = k -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 78 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = c from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = i from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = i from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -won fight with successor bond between j and k -lost fight with successor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds -no incompatible Groups -building group -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle +target : relevance = 42, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +initial : relevance = 66, unhappiness=78 +target : relevance = 28, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: successor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -object chosen = b from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[1:2] == bc from initial string -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = Correspondence between a and i from other string -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = a from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = c from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = c from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = j from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = j from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -succeeded: posting bond-builder -object chosen = Correspondence between c and k from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -posting bottom up codelets -object chosen = i from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = b from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: i, destination: j -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = a from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = group[0:1] == ij from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = k from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -object chosen = c from initial string -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:1] == ab from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[1:2] == bc from initial string -object chosen = b from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between i and j -initial : relevance = 33, unhappiness=79 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between i and j -broke the bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 +firstBond: sameness bond between j and j +possible group: sameness bond between j and j +trying from j to sameness +proposing group from j to j +initial : relevance = 66, unhappiness=78 +target : relevance = 28, unhappiness=47 initial string selected: abc with 3 letters, 4 objects, 2 bonds for group top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -destination: a -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = b from initial string -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 +initial : relevance = 66, unhappiness=78 +target : relevance = 28, unhappiness=47 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: a, destination: group[1:2] == bc -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k succeeded: posting bond-builder -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = predecessor bond between a and b from other string -bond strength = 65 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ab from initial string -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = b from initial string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[1:2] == bc -broke the groups -building bond successor bond between b and c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = a from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -object chosen = group[0:1] == ab from initial string -object chosen = c from initial string -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder object chosen = successor bond between a and b from other string bond strength = 95 for successor bond between a and b succeeded: posting bond-builder -object chosen = successor bond between j and k from other string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[4:5] == kk, destination: j +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[1:2] == bc +won fight with group[1:2] == bc +broke the Groups +building group +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 28, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[2:3] == jj from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[4:5] == kk, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 28, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: j, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 28, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=47 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 28, unhappiness=47 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[4:5] == kk from target string +object chosen = group[4:5] == kk from target string +object chosen = group[1:2] == ij from target string +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[2:3] == jj and group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +to object: group[2:3] == jj +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:5] == iijjkk from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +to object: group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle object chosen = successor bond between b and c from other string -bond strength = 95 for successor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c +bond strength = 96 for successor bond between b and c succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string +object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets object chosen = group[0:2] == abc from initial string object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:5] == iijjkk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: i, destination: i +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between j and j +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = k from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 20, unhappiness=94 +target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond +source: k, destination: k +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 20, unhappiness=94 +target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond +source: i, destination: i +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 20, unhappiness=94 +target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond +source: i, destination: i +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between k and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between k and k +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = c from initial string +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: j, destination: j +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: k, destination: k +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: i +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: k +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +object chosen = k from target string +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: k +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +object chosen = group[2:3] == jj from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: k +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between j and k from other string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +object chosen = b from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 20, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: b +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: k, destination: k +object chosen = a from initial string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=100 +target : relevance = 20, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction +source chosen = k +firstBond: sameness bond between k and k +possible group: sameness bond between k and k +trying from k to sameness +proposing group from k to k +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[4:5] == kk from target string +object chosen = group[2:3] == jj from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = group[2:3] == jj from target string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 16, unhappiness=63 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=63 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: k, destination: k +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=64 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=64 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: k, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=64 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +destination: k +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=64 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +object chosen = k from target string +object chosen = group[4:5] == kk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 42, unhappiness=64 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = c from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 14, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +object chosen = c from initial string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: i, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 42, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 42, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 42, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 14, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: i, destination: i +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 42, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: j, destination: k +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 42, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 14, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 42, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 14, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction +source chosen = group[2:3] == jj +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 42, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:1] == ii from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 14, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: i, destination: i +object chosen = i from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: i, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 42, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = successor bond between i and group[2:3] == jj from other string +bond strength = 40 for successor bond between i and group[2:3] == jj +initial : relevance = 0, unhappiness=100 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 42, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +initial : relevance = 0, unhappiness=100 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 42, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[2:3] == jj, destination: i +initial : relevance = 0, unhappiness=100 +target : relevance = 42, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: i, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 42, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +object chosen = group[2:3] == jj from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: k, destination: k +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 37, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 37, unhappiness=50 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 37, unhappiness=50 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 37, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 37, unhappiness=50 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: i, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 37, unhappiness=50 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 37, unhappiness=50 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: i, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=100 +target : relevance = 37, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +object chosen = group[4:5] == kk from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 0, unhappiness=100 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 57 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:1] == ii from target string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[0:1] == ii and group[2:3] == jj +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=89 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = b from initial string +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=34 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 25, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +to object: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=34 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: j, destination: group[4:5] == kk +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +lost fight with successor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 61 for predecessor bond between group[2:3] == jj and group[4:5] == kk +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=89 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 12, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=36 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=36 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=36 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=36 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=36 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=36 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +to object: group[4:5] == kk +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = c from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[4:5] == kk +firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = group[0:1] == ii from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[0:1] == ii and group[2:3] == jj +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +predecessor bond between group[2:3] == jj and group[4:5] == kk +lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ii from target string +initial : relevance = 50, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:5] == iijjkk from target string +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ii from target string +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:1] == ab from initial string +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = c from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk +possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to predecessor +proposing group from group[2:3] == jj to group[4:5] == kk +initial : relevance = 33, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 33, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +initial : relevance = 33, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +initial : relevance = 33, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +initial : relevance = 33, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk +possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to predecessor +proposing group from group[2:3] == jj to group[4:5] == kk +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between group[0:1] == ii and group[2:3] == jj +lost fight with successor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 33, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = group[2:5] == jjkk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 66, unhappiness=93 +target : relevance = 25, unhappiness=33 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=93 +target : relevance = 37, unhappiness=33 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = k from target string +initial : relevance = 0, unhappiness=93 +target : relevance = 25, unhappiness=33 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:5] == iijjkk from target string +lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[4:5] == kk from target string +initial : relevance = 66, unhappiness=93 +target : relevance = 25, unhappiness=33 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = i from target string +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=78 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 object chosen = group[0:2] == abc from initial string no incompatible bonds won fight with group[0:1] == ab won fight with group[0:1] == ab broke the Groups building group +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[2:5] == jjkk from target string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:3] == iijj from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[2:5] == jjkk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +predecessor bond between group[2:3] == jj and group[4:5] == kk +lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +firstBond2: successor bond between group[0:1] == ii and group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[0:1] == ii from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c +successor bond between group[2:3] == jj and group[4:5] == kk +won fight with successor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +won fight with group[0:5] == iijjkk +broke the groups +building bond predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:5] == iijjkk from target string +won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +to object: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +firstBond2: successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b broke the bonds won fight with group[0:2] == abc broke the groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = a from initial string -object chosen = group[1:2] == bc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between j and k -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = i from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: k -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = c from initial string -object chosen = i from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 69 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = j from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == bc from initial string -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond predecessor bond between j and k -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:1] == ij from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = b from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = i from target string -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -object chosen = group[1:2] == jk from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = group[0:1] == ij from target string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = j from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = k from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = i from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between j and k from other string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = i from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = k from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = j from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = c from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups +won fight with Correspondence between a and group[0:1] == ii building bond predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 +initial : relevance = 50, unhappiness=15 +target : relevance = 12, unhappiness=11 initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[1:2] == bc from initial string -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = group[1:2] == bc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[1:2] == bc -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = j -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: i -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = k -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = predecessor bond between b and c from other string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = c from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = a from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = a from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond successor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: predecessor bond between i and j -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c firstBond2: predecessor bond between a and b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = a from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor +possible group: predecessor bond between a and b +trying from b to predecessor proposing group from a to b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond object chosen = group[0:1] == ab from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -object chosen = k from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = a from initial string -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = group[1:2] == jk from target string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -object chosen = b from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = i -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = c from initial string -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = j from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond predecessor bond between j and k -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 78 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -object chosen = b from initial string -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -urgency: 24.1, number: 2, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = j from target string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -object chosen = Correspondence between b and j from other string -object chosen = Correspondence between c and k from other string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 25.0, number: 1, bin: 2 -object chosen = Correspondence between a and i from other string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 25.0, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 25.0, number: 1, bin: 2 -object chosen = Correspondence between c and k from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -object chosen = predecessor bond between a and b from other string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between a and b from other string -object chosen = predecessor bond between b and c from other string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -object chosen = successor bond between j and k from other string -object chosen = successor bond between j and k from other string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -object chosen = successor bond between i and j from other string -object chosen = predecessor bond between a and b from other string -object chosen = Correspondence between a and i from other string -posting bottom up codelets -object chosen = Correspondence between b and j from other string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b object chosen = successor bond between a and b from other string bond strength = 94 for successor bond between a and b succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[1:2] == jk from target string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = j from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category +object chosen = predecessor bond between i and group[2:3] == jj from other string +bond strength = 45 for predecessor bond between i and group[2:3] == jj initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -broke the bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = k from target string -object chosen = i from target string -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond successor bond between i and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -object chosen = j from target string -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = j from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = i from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[1:2] == bc from initial string -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond predecessor bond between j and k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = b from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond to object: b object chosen = predecessor bond between b and c from other string bond strength = 94 for predecessor bond between b and c succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = k from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string top_down_bond_scout__category initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between a and b -broke the bonds -no incompatible Groups -building group -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +source: a, destination: b +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string object chosen = predecessor bond between b and c from other string number of incompatibleBonds: 1 successor bond between b and c won fight with successor bond between b and c broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds no incompatible groups building bond predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = j -no firstBond -no firstBond2 -object chosen = k from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = k -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = c from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = k from target string -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -object chosen = j from target string -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: predecessor bond between i and j -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = successor bond between b and c from other string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: i, destination: j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = successor bond between i and j from other string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = successor bond between j and k from other string -bond strength = 95 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 50, unhappiness=89 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -object chosen = k from target string -destination: group[0:1] == ij -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -initial : relevance = 50, unhappiness=89 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -initial : relevance = 50, unhappiness=89 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[1:2] == bc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: group[0:1] == ij -object chosen = group[1:2] == bc from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 95 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=89 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ij -no firstBond -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -object chosen = successor bond between i and j from other string -bond strength = 95 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = i from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -won fight with group[0:1] == ij -won fight with group[0:1] == ij -broke the Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between a and b -no firstBond2 -object chosen = k from target string -object chosen = i from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -object chosen = k from target string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -object chosen = group[1:2] == jk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = c from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = i from target string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = b from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 +target : relevance = 12, unhappiness=11 initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 +initial : relevance = 100, unhappiness=78 +target : relevance = 12, unhappiness=12 initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction source chosen = c firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=12 initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = group[0:1] == ij from target string -object chosen = group[1:2] == jk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:1] == ij from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == jk -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: group[1:2] == jk -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ij from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:1] == ij from target string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[1:2] == jk -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond predecessor bond between i and j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from j to k -object chosen = group[1:2] == jk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:1] == ij from target string -no incompatible bonds -won fight with group[1:2] == jk -broke the Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string +object chosen = group[2:3] == jj from target string object chosen = c from initial string destination: b chosen bond facet: letterCategory @@ -145386,1538 +49796,549 @@ Source: c, destination: b source descriptor: C destination descriptor: B proposing predecessor bond +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 12, unhappiness=12 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=12 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle object chosen = predecessor bond between b and c from other string bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: group[0:1] == ij -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -won fight with group[0:1] == ij -broke the groups -building bond predecessor bond between i and j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string object chosen = successor bond between a and b from other string number of incompatibleBonds: 1 predecessor bond between a and b lost fight with predecessor bond between a and b failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string +object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b object chosen = predecessor bond between b and c from other string bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -to object: k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: group[0:1] == ij, destination: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: k, destination: group[0:1] == ij -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ij from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c +bond strength = 91 for successor bond between a and b succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=96 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=96 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -object chosen = k from target string -destination: group[0:1] == ij -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -bond strength = 95 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: group[0:1] == ij -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:1] == ij -broke the groups -building bond successor bond between i and j -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = k from target string -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = c from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string -bond strength = 78 for predecessor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle posting bottom up codelets -object chosen = c from initial string -object chosen = j from target string -object chosen = b from initial string -destination: a +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from group[0:1] == ii to group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from group[0:1] == ii to group[4:5] == kk +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +to object: group[2:3] == jj +object chosen = group[0:5] == iijjkk from target string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i +Source: group[2:3] == jj, destination: group[0:1] == ii source descriptor: J destination descriptor: I proposing predecessor bond -object chosen = predecessor bond between b and c from other string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: i urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for predecessor bond between group[0:1] == ii and group[2:3] == jj succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 +object chosen = group[0:1] == ii from target string +urgency: 100.0, number: 1, bin: 7 object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b +bond strength = 96 for predecessor bond between a and b succeeded: posting bond-builder -object chosen = i from target string -destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj chosen bond facet: letterCategory -Source: i, destination: j +Source: group[0:1] == ii, destination: group[2:3] == jj source descriptor: I destination descriptor: J proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between group[0:1] == ii and group[2:3] == jj +won fight with successor bond between group[0:1] == ii and group[2:3] == jj +broke the bonds +won fight with group[0:5] == iijjkk +broke the groups +building bond predecessor bond between group[0:1] == ii and group[2:3] == jj posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +lost fight with predecessor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +predecessor bond between group[0:1] == ii and group[2:3] == jj +won fight with predecessor bond between group[0:1] == ii and group[2:3] == jj +broke the bonds no incompatible groups -building bond predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +building bond successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = c firstBond: predecessor bond between b and c possible group: predecessor bond between b and c trying from c to predecessor -proposing group from b to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 +proposing group from a to c Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:5] == iijjkk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[2:3] == jj +no firstBond +firstBond2: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[2:3] == jj +object chosen = group[0:3] == iijj from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups -building bond predecessor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j +trying to break incompatible correspondences +won fight with Correspondence between c and group[4:5] == kk +building bond successor bond between group[2:3] == jj and group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = i from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string +object chosen = successor bond between a and b from other string number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j +predecessor bond between a and b +lost fight with predecessor bond between a and b failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +object chosen = group[0:3] == iijj from target string +object chosen = group[0:1] == ii from target string +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = b firstBond: predecessor bond between b and c firstBond2: predecessor bond between a and b -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 +initial : relevance = 100, unhappiness=18 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 100, unhappiness=18 +target : relevance = 12, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a firstBond: predecessor bond between a and b possible group: predecessor bond between a and b trying from a to predecessor proposing group from a to c -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from group[0:1] == ii to group[4:5] == kk +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[4:5] == kk from target string +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=18 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:5] == iijjkk from target string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +to object: group[4:5] == kk +object chosen = successor bond between j and group[4:5] == kk from other string +bond strength = 62 for successor bond between j and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets object chosen = predecessor bond between b and c from other string bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from j to k -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string object chosen = predecessor bond between a and b from other string bond strength = 96 for predecessor bond between a and b succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:5] == iijjkk from target string object chosen = predecessor bond between a and b from other string already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 +target : relevance = 12, unhappiness=12 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = i from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=12 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +no firstBond2 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = j from target string +object chosen = successor bond between j and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a firstBond: predecessor bond between a and b @@ -146925,817 +50346,14 @@ possible group: predecessor bond between a and b trying from a to predecessor proposing group from a to c object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 object chosen = group[0:2] == abc from initial string object chosen = group[0:2] == abc from initial string -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = b from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = j from target string -initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = group[0:2] == abc from initial string initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = b from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = b firstBond: predecessor bond between b and c @@ -147743,23 +50361,201 @@ possible group: predecessor bond between b and c trying from b to predecessor proposing group from a to c object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond to object: a +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond object chosen = predecessor bond between a and b from other string bond strength = 96 for predecessor bond between a and b succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:3] == iijj from target string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and group[4:5] == kk +building bond successor bond between group[2:3] == jj and group[4:5] == kk object chosen = predecessor bond between a and b from other string already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:5] == iijjkk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:5] == iijjkk from target string +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:3] == iijj from target string +no incompatible bonds +lost fight with group[0:5] == iijjkk +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: i, destination: i +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c object chosen = group[0:2] == abc from initial string urgency: 100.0, number: 1, bin: 7 object chosen = c from initial string @@ -147772,359 +50568,299 @@ proposing predecessor bond object chosen = predecessor bond between b and c from other string bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[4:5] == kk from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +firstBond2: successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k +object chosen = b from initial string +destination: a chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string +object chosen = predecessor bond between a and b from other string already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[2:3] == jj from target string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: j, destination: group[4:5] == kk +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and group[4:5] == kk from other string +bond strength = 62 for successor bond between j and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between j and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=18 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[2:3] == jj from target string +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = k from target string +posting bottom up codelets initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=18 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +object chosen = group[4:5] == kk from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = group[0:1] == ii from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +initial : relevance = 100, unhappiness=18 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and group[4:5] == kk +building bond successor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 100, unhappiness=18 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=18 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +no firstBond2 +initial : relevance = 100, unhappiness=18 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +won fight with successor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +no incompatible groups +building bond predecessor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a firstBond: predecessor bond between a and b no firstBond2 -urgency: 100.0, number: 1, bin: 7 initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +to object: group[0:1] == ii +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between group[0:1] == ii and group[2:3] == jj +won fight with successor bond between group[0:1] == ii and group[2:3] == jj +broke the bonds +no incompatible groups +building bond predecessor bond between group[0:1] == ii and group[2:3] == jj initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle object chosen = predecessor bond between b and c from other string bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to predecessor +proposing group from group[0:1] == ii to group[4:5] == kk object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +no firstBond2 +object chosen = group[0:5] == iijjkk from target string object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = j from target string +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = b firstBond: predecessor bond between a and b @@ -148132,511 +50868,6 @@ possible group: predecessor bond between a and b trying from b to predecessor proposing group from a to c object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: k -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -bond strength = 78 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -urgency: 24.1, number: 2, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: successor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = i from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -148644,11 +50875,31 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets object chosen = successor bond between a and b from other string bond strength = 91 for successor bond between a and b succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets object chosen = successor bond between a and b from other string number of incompatibleBonds: 1 predecessor bond between a and b @@ -148656,1800 +50907,104 @@ won fight with predecessor bond between a and b broke the bonds lost fight with group[0:2] == abc failed to break groups: Fizzle -urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group +object chosen = group[4:5] == kk from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:1] == ii from target string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string destination: i chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J +Source: i, destination: i +source descriptor: I destination descriptor: I -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 24.1, number: 2, bin: 2 +proposing sameness bond urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between b and c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between a and b -broke the bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string +object chosen = j from target string destination: j chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I +Source: j, destination: j +source descriptor: J destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 +proposing sameness bond object chosen = i from target string -destination: j +destination: i chosen bond facet: letterCategory -Source: i, destination: j +Source: i, destination: i source descriptor: I -destination descriptor: J -proposing successor bond +destination descriptor: I +proposing sameness bond object chosen = i from target string -destination: j +destination: i chosen bond facet: letterCategory -Source: i, destination: j +Source: i, destination: i source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond +destination descriptor: I +proposing sameness bond object chosen = k from target string -destination: j +destination: k chosen bond facet: letterCategory -Source: k, destination: j +Source: k, destination: k source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = Correspondence between b and j from other string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 +destination descriptor: K +proposing sameness bond Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: c -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = group[0:1] == ij from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = b from initial string -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:1] == ab from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = k from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -object chosen = group[1:2] == bc from initial string -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = group[0:1] == ij from target string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -object chosen = group[0:1] == ij from target string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -no incompatible bonds -won fight with group[0:2] == ijk -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between b and c -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = k from target string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = group[0:1] == ab from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -object chosen = a from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = j from target string -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 24.1, number: 2, bin: 2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between a and b -broke the bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 78 for successor bond between j and k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j object chosen = j from target string destination: k chosen bond facet: letterCategory @@ -150457,25 +51012,6 @@ Source: j, destination: k source descriptor: J destination descriptor: K proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -150483,57 +51019,42 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k +bond strength = 48 for successor bond between j and k +object chosen = b from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string +object chosen = j from target string destination: j chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i +Source: j, destination: j source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b +destination descriptor: J +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string object chosen = b from initial string destination: c chosen bond facet: letterCategory @@ -150542,45 +51063,6 @@ source descriptor: B destination descriptor: C proposing successor bond urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: a -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -150588,91 +51070,22 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between j and k from other string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups -building bond successor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = j from target string +building bond sameness bond between j and j +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i object chosen = predecessor bond between a and b from other string bond strength = 48 for predecessor bond between a and b succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k object chosen = c from initial string destination: b chosen bond facet: letterCategory @@ -150680,6730 +51093,302 @@ Source: c, destination: b source descriptor: C destination descriptor: B proposing predecessor bond -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c succeeded: posting bond-builder +object chosen = j from target string +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle object chosen = successor bond between a and b from other string bond strength = 91 for successor bond between a and b succeeded: posting bond-builder object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j +bond strength = 91 for successor bond between a and b succeeded: posting bond-builder +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets top_down_bond_scout__category initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = j from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: i, destination: i +object chosen = c from initial string initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k +target : relevance = 0, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +to object: j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: i, destination: i +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between k and k from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 +building bond sameness bond between k and k +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for direction +source chosen = j +no firstBond +firstBond2: sameness bond between j and j +possible group: sameness bond between j and j +trying from j to sameness +proposing group from j to j +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: i +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=88 initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -object chosen = c from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = b from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group urgency: 100.0, number: 1, bin: 7 top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle object chosen = successor bond between b and c from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder top_down_bond_scout__category initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: k +object chosen = group[2:3] == jj from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: j +object chosen = sameness bond between i and i from other string already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder object chosen = predecessor bond between b and c from other string bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets +succeeded: posting bond-builder object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = k from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond to object: i -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ab from initial string -object chosen = group[0:1] == ab from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == bc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = c from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ab from initial string -object chosen = group[0:1] == ab from initial string -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = b from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = a from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: b -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = i from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from j to k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from j to k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == jk from target string -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[1:2] == jk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from j to k -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = a from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[1:2] == jk from target string -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = b from initial string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: j -object chosen = a from initial string -object chosen = j from target string -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = j -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +top_down_bond_scout__category initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ab from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -object chosen = b from initial string -object chosen = i from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = k from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = j from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = successor bond between j and k from other string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = a from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -object chosen = k from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=83 initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond source: a, destination: b -object chosen = group[0:1] == ij from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = c from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -object chosen = k from target string -object chosen = k from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond predecessor bond between j and k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = group[0:1] == ab from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ij from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between i and j from other string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = Correspondence between a and i from other string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = i from target string -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == jk from target string initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds -no incompatible Groups -building group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:1] == ij from target string -object chosen = b from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 +target : relevance = 60, unhappiness=83 initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[1:2] == bc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string +object chosen = j from target string urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=83 initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond to object: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == bc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[1:2] == bc from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 33, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 33, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: group[1:2] == bc -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[1:2] == bc from initial string -destination: a -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = group[1:2] == bc from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -top_down_bond_scout__category -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -won fight with group[1:2] == bc -won fight with group[1:2] == bc -broke the Groups -building group -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 2, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == bc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = k from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = j from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between a and b -object chosen = k from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=83 initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond to object: c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: i +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = i from target string +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b object chosen = successor bond between b and c from other string bond strength = 78 for successor bond between b and c succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -bond strength = 78 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string +object chosen = sameness bond between i and i from other string already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -157411,3090 +51396,430 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -object chosen = b from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = c from initial string -initial : relevance = 50, unhappiness=100 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between j and k -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = a from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string +object chosen = sameness bond between j and j from other string already exists: activate descriptors & Fizzle object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = i from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b +bond strength = 78 for successor bond between a and b succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = k from target string -object chosen = group[1:2] == jk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = k from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = c from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = b from initial string -object chosen = c from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between a and b from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = b from initial string -object chosen = b from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=83 initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string +object chosen = group[2:3] == jj from target string no incompatible bonds no incompatible Groups building group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond to object: b -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: k, destination: k +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: k, destination: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: i, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: i, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: i, destination: i +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond +source: k, destination: k +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=65 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 69 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 69 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -object chosen = j from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = Correspondence between a and i from other string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = i from target string -initial : relevance = 100, unhappiness=94 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=94 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = i from target string -object chosen = k from target string -object chosen = a from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string object chosen = group[0:2] == abc from initial string no incompatible bonds no incompatible Groups building group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string +object chosen = group[4:5] == kk from target string +object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds +object chosen = group[4:5] == kk from target string +no incompatible bonds no incompatible Groups building group -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=65 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = j from target string -object chosen = a from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=65 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between a and b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=65 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=65 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: k, destination: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=65 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=65 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=18 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle object chosen = successor bond between a and b from other string bond strength = 96 for successor bond between a and b succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=18 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +initial : relevance = 0, unhappiness=18 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: group[2:3] == jj, destination: i +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=51 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: i, destination: i +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +to object: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond +source: i, destination: i +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and group[2:3] == jj from other string +bond strength = 56 for successor bond between i and group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=51 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +object chosen = group[0:1] == ii from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=51 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[2:3] == jj, destination: i +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +object chosen = group[0:1] == ii from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:1] == ii from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string urgency: 100.0, number: 1, bin: 7 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 @@ -160502,1745 +51827,1469 @@ Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[0:1] == ii and group[2:3] == jj +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:1] == ii from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +no firstBond +firstBond2: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[2:3] == jj +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:3] == iijj from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between group[2:3] == jj and group[4:5] == kk +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=33 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=33 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a firstBond: successor bond between a and b possible group: successor bond between a and b trying from a to successor proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=33 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=33 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=33 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle object chosen = successor bond between b and c from other string bond strength = 96 for successor bond between b and c succeeded: posting bond-builder -object chosen = k from target string -destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj chosen bond facet: letterCategory -Source: k, destination: j +Source: group[4:5] == kk, destination: group[2:3] == jj source descriptor: K destination descriptor: J proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=33 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=33 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=33 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=33 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=33 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = group[2:5] == jjkk from target string +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +to object: group[2:3] == jj +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between group[0:1] == ii and group[2:3] == jj +lost fight with successor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:1] == ii from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = b firstBond: successor bond between b and c firstBond2: successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: i, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a firstBond: successor bond between a and b possible group: successor bond between a and b trying from a to successor proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b +object chosen = group[0:3] == iijj from target string +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets object chosen = group[0:2] == abc from initial string -object chosen = k from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c +object chosen = group[4:5] == kk from target string +object chosen = successor bond between i and group[2:3] == jj from other string +bond strength = 59 for successor bond between i and group[2:3] == jj succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=33 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[4:5] == kk +firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=33 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=33 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group top_down_bond_scout__category initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +to object: group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk succeeded: posting bond-builder urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b +predecessor bond between group[2:3] == jj and group[4:5] == kk +won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk broke the bonds -lost fight with group[0:2] == abc +no incompatible groups +building bond successor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = group[0:5] == iijjkk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +to object: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:3] == iijj from target string +no incompatible bonds +won fight with group[0:5] == iijjkk +lost fight with group[0:5] == iijjkk +failed to break Groups: Fizzle +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +won fight with successor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +lost fight with group[0:5] == iijjkk failed to break groups: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:5] == iijjkk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = i from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = a from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: b -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = successor bond between a and b from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond +object chosen = group[0:1] == ii from target string +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = j from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 +bond strength = 48 for predecessor bond between b and c object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle top_down_bond_scout__category -initial : relevance = 100, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between group[0:1] == ii and group[2:3] == jj +lost fight with successor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 object chosen = predecessor bond between b and c from other string number of incompatibleBonds: 1 successor bond between b and c lost fight with successor bond between b and c failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between b and c from other string +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = j from target string +object chosen = a from initial string +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = sameness bond between j and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between j and j +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = Correspondence between a and i from other string +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = k from target string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +object chosen = j from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=88 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: i +object chosen = sameness bond between i and i from other string already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k succeeded: posting bond-builder top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=86 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=86 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 40, unhappiness=86 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: k, destination: k +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = c from initial string +object chosen = sameness bond between k and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between k and k +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 60, unhappiness=86 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=75 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond +source: i, destination: i +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=75 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group +object chosen = i from target string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=75 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=75 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 20, unhappiness=75 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +no incompatible bonds no incompatible Groups building group -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between j and k -failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=73 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ii from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 16, unhappiness=73 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 0, unhappiness=89 +target : relevance = 16, unhappiness=73 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond +to object: k +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=73 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=73 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 16, unhappiness=73 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond +source: k, destination: k +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=62 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 16, unhappiness=62 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[0:1] == ii from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 14, unhappiness=62 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=62 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = group[0:1] == ii from target string +object chosen = j from target string +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=62 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=62 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=62 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=48 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 14, unhappiness=48 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=48 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=48 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = group[4:5] == kk from target string +destination: j +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[0:1] == ii, destination: j +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=48 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between j and group[4:5] == kk from other string +bond strength = 23 for predecessor bond between j and group[4:5] == kk +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 0, unhappiness=89 +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = group[2:3] == jj from target string +object chosen = group[2:3] == jj from target string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 37, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=89 +target : relevance = 37, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 12, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 12, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = b from initial string +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[4:5] == kk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder object chosen = predecessor bond between b and c from other string number of incompatibleBonds: 1 successor bond between b and c @@ -162248,15 +53297,1064 @@ won fight with successor bond between b and c broke the bonds no incompatible groups building bond predecessor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +to object: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c succeeded: posting bond-builder -object chosen = i from target string -object chosen = successor bond between i and j from other string +object chosen = successor bond between group[0:1] == ii and j from other string +bond strength = 45 for successor bond between group[0:1] == ii and j +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[2:3] == jj and group[4:5] == kk +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string already exists: activate descriptors & Fizzle urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=79 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[2:3] == jj +no firstBond +firstBond2: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[2:3] == jj +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = group[0:3] == iijj from target string +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between group[0:1] == ii and group[2:3] == jj +lost fight with successor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and group[4:5] == kk +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +to object: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and group[4:5] == kk +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +to object: group[4:5] == kk +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +to object: group[2:3] == jj +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and group[4:5] == kk +building bond successor bond between group[2:3] == jj and group[4:5] == kk +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +firstBond2: sameness bond between k and k +possible group: sameness bond between k and k +trying from k to sameness +proposing group from k to k +object chosen = group[2:3] == jj from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from group[0:1] == ii to group[4:5] == kk +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +no firstBond2 +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:3] == iijj from target string +no incompatible bonds +lost fight with group[0:5] == iijjkk +failed to break Groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = i +firstBond: sameness bond between i and i +possible group: sameness bond between i and i +trying from i to sameness +proposing group from i to i +object chosen = group[0:5] == iijjkk from target string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[2:3] == jj, destination: k +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +won fight with successor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +lost fight with group[0:5] == iijjkk +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = successor bond between group[2:3] == jj and k from other string +bond strength = 62 for successor bond between group[2:3] == jj and k +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = b from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = i +firstBond: sameness bond between i and i +possible group: sameness bond between i and i +trying from i to sameness +proposing group from i to i +object chosen = group[0:1] == ii from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between group[2:3] == jj and k from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:1] == ii from target string +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from group[0:1] == ii to group[4:5] == kk +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[2:3] == jj from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from group[0:1] == ii to group[4:5] == kk +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=12 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=12 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and group[4:5] == kk +building bond successor bond between group[2:3] == jj and group[4:5] == kk +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=37 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=37 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=37 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +won fight with successor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +won fight with group[0:5] == iijjkk +broke the groups +building bond predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:3] == iijj from target string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +predecessor bond between group[2:3] == jj and group[4:5] == kk +won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +no incompatible groups +building bond successor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[4:5] == kk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:5] == iijjkk from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +object chosen = i from target string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 50, unhappiness=15 +target : relevance = 12, unhappiness=11 initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction source chosen = b firstBond: successor bond between a and b @@ -162264,132 +54362,37 @@ firstBond2: predecessor bond between b and c possible group: predecessor bond between b and c trying from b to predecessor proposing group from b to c -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 57 for predecessor bond between group[0:1] == ii and group[2:3] == jj succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 +initial : relevance = 50, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +firstBond2: successor bond between group[2:3] == jj and group[4:5] == kk posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 +initial : relevance = 50, unhappiness=84 +target : relevance = 12, unhappiness=11 initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j +source chosen = a +firstBond: successor bond between a and b no firstBond2 +initial : relevance = 50, unhappiness=84 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between group[0:1] == ii and group[2:3] == jj +lost fight with successor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle object chosen = c from initial string destination: b chosen bond facet: letterCategory @@ -162397,268 +54400,229 @@ Source: c, destination: b source descriptor: C destination descriptor: B proposing predecessor bond -object chosen = group[0:2] == abc from initial string -urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:1] == ii from target string +urgency: 100.0, number: 1, bin: 7 object chosen = group[1:2] == bc from initial string urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string urgency: 100.0, number: 1, bin: 7 urgency: 100.0, number: 1, bin: 7 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=78 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 37, unhappiness=12 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 12, unhappiness=12 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=84 +target : relevance = 37, unhappiness=12 initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond to object: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 +initial : relevance = 0, unhappiness=84 +target : relevance = 12, unhappiness=12 initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds +no incompatible bonds no incompatible Groups building group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string +object chosen = successor bond between a and b from other string already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 0, unhappiness=78 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +firstBond2: successor bond between group[0:1] == ii and group[2:3] == jj +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle object chosen = predecessor bond between b and c from other string number of incompatibleBonds: 1 successor bond between b and c lost fight with successor bond between b and c failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 2, bin: 7 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[2:3] == jj from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond object chosen = successor bond between b and c from other string bond strength = 96 for successor bond between b and c succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond +posting bottom up codelets object chosen = c from initial string destination: b chosen bond facet: letterCategory @@ -162666,6 +54630,15 @@ Source: c, destination: b source descriptor: C destination descriptor: B proposing predecessor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -162673,20 +54646,80 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = b from initial string +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond object chosen = predecessor bond between b and c from other string bond strength = 48 for predecessor bond between b and c succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = i from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond object chosen = predecessor bond between b and c from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond predecessor bond between b and c -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = i from target string object chosen = j from target string destination: k chosen bond facet: letterCategory @@ -162694,39 +54727,31 @@ Source: j, destination: k source descriptor: J destination descriptor: K proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k +object chosen = k from target string +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = sameness bond between k and k from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups -building bond successor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 +building bond sameness bond between k and k +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 @@ -162734,912 +54759,74 @@ Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 target : relevance = 0, unhappiness=94 initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = j from target string -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = i from target string -object chosen = k from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond to object: a urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond object chosen = predecessor bond between a and b from other string bond strength = 69 for predecessor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 +initial : relevance = 50, unhappiness=89 target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for direction source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[1:2] == jk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c +no firstBond +firstBond2: sameness bond between k and k +possible group: sameness bond between k and k +trying from k to sameness +proposing group from k to k +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle object chosen = j from target string -destination: k +destination: j chosen bond facet: letterCategory -Source: j, destination: k +Source: j, destination: j source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[1:2] == jk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=84 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 +proposing sameness bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j succeeded: posting bond-builder top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=94 +target : relevance = 20, unhappiness=94 +target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond +source: j, destination: i object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets object chosen = b from initial string destination: a chosen bond facet: letterCategory @@ -163647,7 +54834,1392 @@ Source: b, destination: a source descriptor: B destination descriptor: A proposing predecessor bond +object chosen = j from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between j and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between j and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=94 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: k, destination: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=88 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +object chosen = j from target string +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 20, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: j, destination: i +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = b from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction +source chosen = j +firstBond: sameness bond between j and j +possible group: sameness bond between j and j +trying from j to sameness +proposing group from j to j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +object chosen = group[4:5] == kk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +to object: j +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: j, destination: j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: i, destination: i +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 62 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: i, destination: i +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = i from target string +object chosen = c from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: k, destination: k +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: j, destination: j +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[2:3] == jj from target string +object chosen = group[2:3] == jj from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=61 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond +to object: i +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for direction +source chosen = k +firstBond: sameness bond between k and k +possible group: sameness bond between k and k +trying from k to sameness +proposing group from k to k +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=61 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond +source: i, destination: i +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=61 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=61 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=61 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = group[0:1] == ab from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond +to object: k +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[1:2] == ij from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=61 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[2:3] == jj from target string +object chosen = k from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: k, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=61 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[2:3] == jj from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=61 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[2:3] == jj from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group +object chosen = group[4:5] == kk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond +source: group[2:3] == jj, destination: i +object chosen = i from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: i, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond +source: group[2:3] == jj, destination: i +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond +source: k, destination: k +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for direction +source chosen = k +firstBond: sameness bond between k and k +possible group: sameness bond between k and k +trying from k to sameness +proposing group from k to k +object chosen = group[4:5] == kk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +object chosen = successor bond between i and group[2:3] == jj from other string +bond strength = 60 for successor bond between i and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between group[2:3] == jj and k from other string +bond strength = 23 for predecessor bond between group[2:3] == jj and k +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: group[2:3] == jj, destination: i +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = successor bond between i and group[2:3] == jj from other string +bond strength = 60 for successor bond between i and group[2:3] == jj +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 28, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond +source: i, destination: i +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group +object chosen = group[0:1] == ii from target string +object chosen = group[0:1] == ii from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 28, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 28, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=49 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:1] == ii from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[2:3] == jj from target string +object chosen = group[2:3] == jj from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +to object: group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[2:3] == jj from target string +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[2:3] == jj from target string +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[0:1] == ii +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[0:1] == ii and group[2:3] == jj +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:5] == jjkk from target string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +won fight with successor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +no incompatible groups +building bond predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between i and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=33 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=33 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=33 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:1] == ii from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=33 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: j, destination: group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=33 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +object chosen = group[2:3] == jj from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and group[4:5] == kk +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and group[4:5] == kk +building bond predecessor bond between group[2:3] == jj and group[4:5] == kk +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:3] == iijj from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[4:5] == kk +firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[4:5] == kk +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group +object chosen = group[0:5] == iijjkk from target string +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[4:5] == kk from target string +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond +to object: group[2:3] == jj +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction +source chosen = j +firstBond: sameness bond between j and j +possible group: sameness bond between j and j +trying from j to sameness +proposing group from j to j +object chosen = group[2:3] == jj from target string +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond object chosen = j from target string destination: i chosen bond facet: letterCategory @@ -163655,7 +56227,1273 @@ Source: j, destination: i source descriptor: J destination descriptor: I proposing predecessor bond +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 20, unhappiness=89 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: i, destination: i +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between i and j from other string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 20, unhappiness=91 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for direction +source chosen = i +firstBond: sameness bond between i and i +possible group: sameness bond between i and i +trying from i to sameness +proposing group from i to i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 20, unhappiness=91 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 50, unhappiness=100 +target : relevance = 20, unhappiness=91 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 20, unhappiness=91 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: j, destination: i +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 20, unhappiness=91 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = j from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = k from target string +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=91 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=91 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for direction +source chosen = k +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=91 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond +source: i, destination: i +object chosen = group[0:1] == ab from initial string +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 20, unhappiness=91 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between k and k +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between j and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between j and j +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=86 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = j from target string +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=86 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=86 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: j, destination: i +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=86 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: k, destination: k +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=86 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +object chosen = j from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:1] == ii from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: j, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = j from target string +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: j, destination: k +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: k, destination: k +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +to object: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 20, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=78 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 16, unhappiness=78 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for direction +source chosen = j +firstBond: sameness bond between j and j +possible group: sameness bond between j and j +trying from j to sameness +proposing group from j to j +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=78 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=64 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +object chosen = group[4:5] == kk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=64 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[2:3] == jj from target string +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:1] == ii from target string +object chosen = j from target string +object chosen = group[2:3] == jj from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=64 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=64 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: group[0:1] == ii, destination: j +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=64 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 42, unhappiness=64 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=64 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=50 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: j +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=50 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +object chosen = group[2:3] == jj from target string +object chosen = group[2:3] == jj from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: j, destination: group[4:5] == kk +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = group[4:5] == kk from target string +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = group[0:3] == iijj from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between group[0:1] == ii and group[2:3] == jj +lost fight with successor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[2:3] == jj and group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +successor bond between group[0:1] == ii and group[2:3] == jj +lost fight with successor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +no firstBond2 +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +to object: group[4:5] == kk +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +won fight with successor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +no incompatible groups +building bond predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:5] == iijjkk from target string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +predecessor bond between group[2:3] == jj and group[4:5] == kk +lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +object chosen = group[0:5] == iijjkk from target string +won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 12, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=15 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction +source chosen = group[2:3] == jj +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[2:3] == jj to successor +proposing group from group[0:1] == ii to group[4:5] == kk +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 12, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +no firstBond2 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = group[0:5] == iijjkk from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = b from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction +source chosen = group[4:5] == kk +firstBond: successor bond between group[2:3] == jj and group[4:5] == kk +possible group: successor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to successor +proposing group from group[0:1] == ii to group[4:5] == kk +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = group[0:5] == iijjkk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: k, destination: group[2:3] == jj +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[2:3] == jj from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 25, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=79 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond object chosen = k from target string destination: j chosen bond facet: letterCategory @@ -163663,6 +57501,20 @@ Source: k, destination: j source descriptor: K destination descriptor: J proposing predecessor bond +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -163670,88 +57522,26 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k urgency: 23.200000000000003, number: 1, bin: 2 object chosen = successor bond between a and b from other string bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder object chosen = c from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 object chosen = predecessor bond between j and k from other string bond strength = 48 for predecessor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = i from target string +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder object chosen = c from initial string destination: b chosen bond facet: letterCategory @@ -163759,112 +57549,8 @@ Source: c, destination: b source descriptor: C destination descriptor: B proposing predecessor bond -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder object chosen = k from target string destination: j chosen bond facet: letterCategory @@ -163872,846 +57558,1155 @@ Source: k, destination: j source descriptor: K destination descriptor: J proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = sameness bond between k and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between k and k +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k +bond strength = 91 for predecessor bond between j and k succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k succeeded: posting bond-builder +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond object chosen = predecessor bond between j and k from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond predecessor bond between j and k +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 20, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=89 +target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for direction +source chosen = j +no firstBond +no firstBond2 +object chosen = sameness bond between j and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between j and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=89 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: j, destination: i +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond +source: i, destination: i +object chosen = k from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=89 +target : relevance = 40, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for direction +source chosen = j +firstBond: sameness bond between j and j +possible group: sameness bond between j and j +trying from j to sameness +proposing group from j to j +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 20, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i succeeded: posting bond-builder object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond +bond strength = 69 for predecessor bond between a and b +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=94 +target : relevance = 20, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: k, destination: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: j, destination: j +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[4:5] == kk from target string +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +initial : relevance = 50, unhappiness=94 +target : relevance = 20, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction +source chosen = j +firstBond: sameness bond between j and j +possible group: sameness bond between j and j +trying from j to sameness +proposing group from j to j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: j, destination: i +initial : relevance = 50, unhappiness=94 +target : relevance = 20, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction +source chosen = i +firstBond: sameness bond between i and i +possible group: sameness bond between i and i +trying from i to sameness +proposing group from i to i +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = group[0:1] == ii from target string +initial : relevance = 50, unhappiness=94 +target : relevance = 20, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: j, destination: j +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[4:5] == kk from target string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: j, destination: i +initial : relevance = 50, unhappiness=94 +target : relevance = 20, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +initial : relevance = 50, unhappiness=94 +target : relevance = 20, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: i, destination: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +object chosen = k from target string +destination: k +chosen bond facet: letterCategory +Source: k, destination: k +source descriptor: K +destination descriptor: K +proposing sameness bond +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: j, destination: j +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string no incompatible bonds no incompatible Groups building group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 16, unhappiness=78 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: k, destination: k +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string +object chosen = group[2:3] == jj from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=63 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +object chosen = j from target string +object chosen = group[2:3] == jj from target string already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j +object chosen = group[0:1] == ii from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string +object chosen = sameness bond between i and i from other string already exists: activate descriptors & Fizzle -posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 14, unhappiness=63 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +initial : relevance = 0, unhappiness=89 +target : relevance = 42, unhappiness=63 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: i, destination: i +initial : relevance = 0, unhappiness=89 +target : relevance = 42, unhappiness=63 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = group[2:3] == jj from target string +destination: i +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=94 +target : relevance = 14, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +initial : relevance = 50, unhappiness=94 +target : relevance = 14, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction source chosen = c firstBond: predecessor bond between b and c possible group: predecessor bond between b and c trying from c to predecessor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j +proposing group from b to c +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 14, unhappiness=50 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: k, destination: k +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between i and j from other string +initial : relevance = 50, unhappiness=94 +target : relevance = 14, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for direction +source chosen = k +firstBond: sameness bond between k and k +possible group: sameness bond between k and k +trying from k to sameness +proposing group from k to k +object chosen = sameness bond between i and i from other string already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string +object chosen = group[4:5] == kk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[4:5] == kk from target string +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:1] == ii from target string +object chosen = group[0:1] == ii from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = group[4:5] == kk from target string +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=89 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=89 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string +building bond predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:1] == ii from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 object chosen = predecessor bond between b and c from other string bond strength = 78 for predecessor bond between b and c succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 +initial : relevance = 0, unhappiness=94 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string +object chosen = sameness bond between i and i from other string already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond predecessor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 +object chosen = i from target string top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond predecessor bond between j and k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b object chosen = predecessor bond between b and c from other string bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond source: a, destination: b +initial : relevance = 0, unhappiness=84 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k +bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 100, unhappiness=78 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = c from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[4:5] == kk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K proposing successor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +initial : relevance = 100, unhappiness=78 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction source chosen = a firstBond: predecessor bond between a and b possible group: predecessor bond between a and b trying from a to predecessor proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c +initial : relevance = 100, unhappiness=78 +target : relevance = 12, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b succeeded: posting bond-builder object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 12, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between group[0:1] == ii and group[2:3] == jj +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=38 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between j and k -failed to break bonds: Fizzle +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between group[2:3] == jj and group[4:5] == kk +object chosen = group[2:3] == jj from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = group[2:3] == jj from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 +target : relevance = 37, unhappiness=31 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = b firstBond: predecessor bond between a and b possible group: predecessor bond between a and b trying from b to predecessor proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = i from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:1] == ij from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 +target : relevance = 37, unhappiness=31 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a firstBond: predecessor bond between a and b @@ -164720,7920 +58715,368 @@ trying from a to predecessor proposing group from a to c object chosen = group[0:2] == abc from initial string initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = i from target string +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +to object: group[2:3] == jj +top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 +target : relevance = 37, unhappiness=31 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == ijk from target string +source: b, destination: a object chosen = predecessor bond between a and b from other string bond strength = 96 for predecessor bond between a and b succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string +object chosen = group[0:5] == iijjkk from target string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string no incompatible bonds no incompatible Groups building group +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c object chosen = predecessor bond between a and b from other string already exists: activate descriptors & Fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction +source chosen = group[0:1] == ii +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to predecessor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between j and k from other string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k +top_down_bond_scout__category initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle +source: c, destination: b initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a +source chosen = b firstBond: predecessor bond between a and b possible group: predecessor bond between a and b -trying from a to predecessor +trying from b to predecessor proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string +object chosen = group[0:5] == iijjkk from target string +object chosen = predecessor bond between a and b from other string already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = j from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b object chosen = successor bond between b and c from other string bond strength = 48 for successor bond between b and c succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: i -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between i and j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = predecessor bond between i and j from other string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -won fight with successor bond between j and k -broke the bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = i from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond successor bond between j and k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -won fight with successor bond between j and k -broke the bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between i and j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[1:2] == jk from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond successor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == jk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 65 for predecessor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == jk, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=80 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=80 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[1:2] == jk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == jk, destination: i -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == jk -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:1] == ij from target string -object chosen = i from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == jk -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -destination: group[1:2] == jk -initial : relevance = 0, unhappiness=18 -target : relevance = 33, unhappiness=92 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -won fight with group[1:2] == jk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 0, unhappiness=18 -target : relevance = 33, unhappiness=92 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=18 -target : relevance = 33, unhappiness=92 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 33, unhappiness=92 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=92 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=92 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = k from target string -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=92 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=92 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from j to k -object chosen = group[1:2] == jk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -object chosen = j from target string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = k from target string -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = group[0:1] == ij from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = group[1:2] == jk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -object chosen = group[1:2] == jk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == jk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: group[1:2] == jk -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == jk from target string -destination: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds -won fight with group[1:2] == jk -won fight with group[1:2] == jk -broke the Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle object chosen = group[0:2] == abc from initial string -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c +source: a, destination: b +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for predecessor bond between group[2:3] == jj and group[4:5] == kk succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = Correspondence between a and i from other string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between c and k from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = a from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = i from target string object chosen = successor bond between b and c from other string number of incompatibleBonds: 1 predecessor bond between b and c lost fight with predecessor bond between b and c failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j +bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets object chosen = successor bond between a and b from other string bond strength = 48 for successor bond between a and b succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -object chosen = a from initial string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between j and k from other string -object chosen = predecessor bond between b and c from other string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = Correspondence between a and i from other string object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for predecessor bond between group[2:3] == jj and group[4:5] == kk succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = i from target string object chosen = predecessor bond between b and c from other string bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = b from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -object chosen = j from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = j from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = i from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = i from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = group[0:1] == ab from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:1] == ab from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = c from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = c from initial string -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = j from target string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = b from initial string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = i from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between b and c from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -object chosen = i from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = a from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = j from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = Correspondence between b and j from other string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond object chosen = successor bond between a and b from other string number of incompatibleBonds: 1 predecessor bond between a and b won fight with predecessor bond between a and b broke the bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between i and j from other string +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = group[0:2] == ijk from target string initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond to object: a -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder +source: a, destination: b posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b +bond strength = 96 for predecessor bond between a and b succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 94 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction +source chosen = group[0:1] == ii +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to predecessor +proposing group from group[0:1] == ii to group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--category, with urgency: 6 Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction +source chosen = j +firstBond: sameness bond between j and j +possible group: sameness bond between j and j +trying from j to sameness +proposing group from j to j top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: j, destination: group[4:5] == kk +object chosen = group[2:3] == jj from target string +object chosen = group[2:3] == jj from target string +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[2:3] == jj from target string +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +predecessor bond between group[0:1] == ii and group[2:3] == jj +lost fight with predecessor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj object chosen = successor bond between b and c from other string number of incompatibleBonds: 1 predecessor bond between b and c lost fight with predecessor bond between b and c failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = c from initial string -top_down_bond_scout__category +urgency: 100.0, number: 2, bin: 7 initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction source chosen = a firstBond: predecessor bond between a and b possible group: predecessor bond between a and b trying from a to predecessor proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder object chosen = group[0:2] == abc from initial string already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string +object chosen = group[2:3] == jj from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 top_down_bond_scout__category initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b +source: b, destination: c object chosen = predecessor bond between b and c from other string bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[2:3] == jj from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string +object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: j, destination: group[0:1] == ii +posting bottom up codelets +object chosen = predecessor bond between group[0:1] == ii and j from other string +bond strength = 62 for predecessor bond between group[0:1] == ii and j +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c +proposing predecessor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 object chosen = c from initial string destination: b chosen bond facet: letterCategory @@ -172641,1059 +59084,29 @@ Source: c, destination: b source descriptor: C destination descriptor: B proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string object chosen = predecessor bond between b and c from other string bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: a -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j object chosen = predecessor bond between b and c from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond predecessor bond between b and c -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = group[1:2] == jk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = c from initial string object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = j from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string destination: i chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j +Source: i, destination: i source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J destination descriptor: I -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = c from initial string -object chosen = Correspondence between a and i from other string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -object chosen = i from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond +proposing sameness bond object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string destination: k chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j +Source: k, destination: k source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets +destination descriptor: K +proposing sameness bond +urgency: 23.200000000000003, number: 1, bin: 2 object chosen = b from initial string destination: c chosen bond facet: letterCategory @@ -173701,371 +59114,7 @@ Source: b, destination: c source descriptor: B destination descriptor: C proposing successor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = c from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = a from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = b from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = i from target string -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets object chosen = k from target string destination: j chosen bond facet: letterCategory @@ -174073,24 +59122,19 @@ Source: k, destination: j source descriptor: K destination descriptor: J proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string destination: k chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J +Source: k, destination: k +source descriptor: K destination descriptor: K -proposing successor bond +proposing sameness bond +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 object chosen = k from target string destination: j chosen bond facet: letterCategory @@ -174098,303 +59142,48 @@ Source: k, destination: j source descriptor: K destination descriptor: J proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string destination: j chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -object chosen = i from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i +Source: j, destination: j source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = c from initial string -object chosen = b from initial string -destination: a +destination descriptor: J +proposing sameness bond +object chosen = j from target string +destination: j chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +object chosen = k from target string +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = Correspondence between b and j from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets top_down_bond_scout__category initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=100 initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = group[0:1] == ij from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets +source: b, destination: a object chosen = i from target string destination: j chosen bond facet: letterCategory @@ -174402,6 +59191,294 @@ Source: i, destination: j source descriptor: I destination descriptor: J proposing successor bond +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond +to object: i +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = sameness bond between j and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between j and j +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +object chosen = sameness bond between k and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between k and k +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=97 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between i and i from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond sameness bond between i and i +initial : relevance = 0, unhappiness=94 +target : relevance = 20, unhappiness=83 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +object chosen = i from target string +destination: i +chosen bond facet: letterCategory +Source: i, destination: i +source descriptor: I +destination descriptor: I +proposing sameness bond +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=94 +target : relevance = 20, unhappiness=83 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 20, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 60, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: sameness bond between j and j +possible group: sameness bond between j and j +trying from j to sameness +proposing group from j to j +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = i from target string +object chosen = j from target string +destination: j +chosen bond facet: letterCategory +Source: j, destination: j +source descriptor: J +destination descriptor: J +proposing sameness bond +urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +to object: j +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 20, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction +source chosen = k +firstBond: sameness bond between k and k +possible group: sameness bond between k and k +trying from k to sameness +proposing group from k to k +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: j, destination: i +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c object chosen = a from initial string destination: b chosen bond facet: letterCategory @@ -174409,58 +59486,897 @@ Source: a, destination: b source descriptor: A destination descriptor: B proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: j, destination: j +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=80 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +object chosen = group[0:2] == abc from initial string object chosen = predecessor bond between j and k from other string bond strength = 91 for predecessor bond between j and k succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j object chosen = predecessor bond between b and c from other string bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group +object chosen = successor bond between i and j from other string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=80 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: j, destination: j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string +object chosen = group[0:1] == ii from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 20, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction +source chosen = j +firstBond: sameness bond between j and j +possible group: sameness bond between j and j +trying from j to sameness +proposing group from j to j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 20, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[3:4] == jk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = k from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond +source: k, destination: j top_down_bond_scout__category initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = j from target string +target : relevance = 20, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = i from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 20, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group urgency: 100.0, number: 1, bin: 7 +object chosen = sameness bond between i and i from other string +bond strength = 100 for sameness bond between i and i +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 60, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 60, unhappiness=78 +target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ii from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond +source: k, destination: k +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 16, unhappiness=78 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for direction +source chosen = i +firstBond: sameness bond between i and i +possible group: sameness bond between i and i +trying from i to sameness +proposing group from i to i +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 16, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[2:3] == jj from target string +object chosen = group[2:3] == jj from target string +object chosen = group[0:1] == ii from target string +object chosen = sameness bond between i and i from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +object chosen = group[2:3] == jj from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=61 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=61 +target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[2:3] == jj from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +object chosen = group[2:3] == jj from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 14, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for direction +source chosen = k +firstBond: sameness bond between k and k +possible group: sameness bond between k and k +trying from k to sameness +proposing group from k to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 42, unhappiness=50 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=18 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=18 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 42, unhappiness=50 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 42, unhappiness=50 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: k, destination: k +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[4:5] == kk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=49 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=49 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=49 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:1] == ii from target string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 42, unhappiness=49 +target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = sameness bond between j and j from other string +bond strength = 100 for sameness bond between j and j +succeeded: posting bond-builder +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 14, unhappiness=49 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[4:5] == kk from target string +object chosen = group[4:5] == kk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[4:5] == kk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=49 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=49 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=49 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = group[3:4] == jk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=49 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=49 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=49 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=49 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = sameness bond between j and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between group[0:1] == ii and group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[4:5] == kk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=38 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[2:3] == jj from target string +destination: group[0:1] == ii +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[0:1] == ii +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c object chosen = successor bond between a and b from other string number of incompatibleBonds: 1 predecessor bond between a and b won fight with predecessor bond between a and b broke the bonds -no incompatible groups +won fight with group[0:2] == abc +broke the groups building bond successor bond between a and b +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction +source chosen = group[4:5] == kk +no firstBond +no firstBond2 +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:3] == iijj from target string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for successor bond between group[0:1] == ii and group[2:3] == jj +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between group[2:3] == jj and group[4:5] == kk +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=35 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=35 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +lost fight with successor bond between group[2:3] == jj and group[4:5] == kk +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=33 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=33 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=33 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +to object: group[2:3] == jj +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=33 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=33 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[4:5] == kk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +predecessor bond between group[0:1] == ii and group[2:3] == jj +won fight with predecessor bond between group[0:1] == ii and group[2:3] == jj +broke the bonds +no incompatible groups +building bond successor bond between group[0:1] == ii and group[2:3] == jj +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +to object: group[2:3] == jj +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +successor bond between group[2:3] == jj and group[4:5] == kk +won fight with successor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +no incompatible groups +building bond predecessor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=33 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +to object: group[2:3] == jj +object chosen = group[4:5] == kk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=33 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = group[0:1] == ii from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[0:1] == ii, destination: group[2:3] == jj +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction +source chosen = group[0:1] == ii +firstBond: successor bond between group[0:1] == ii and group[2:3] == jj +possible group: successor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to successor +proposing group from group[0:1] == ii to group[2:3] == jj +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 12, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:3] == iijj from target string object chosen = predecessor bond between a and b from other string number of incompatibleBonds: 1 successor bond between a and b @@ -174468,2405 +60384,934 @@ won fight with successor bond between a and b broke the bonds no incompatible groups building bond predecessor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string object chosen = group[0:2] == abc from initial string no incompatible bonds no incompatible Groups building group -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = successor bond between b and c from other string +object chosen = group[0:3] == iijj from target string +object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c +successor bond between group[0:1] == ii and group[2:3] == jj +won fight with successor bond between group[0:1] == ii and group[2:3] == jj broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 +no incompatible groups +building bond predecessor bond between group[0:1] == ii and group[2:3] == jj top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -object chosen = group[0:1] == ij from target string -destination: k +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -bond strength = 95 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ij -no firstBond -no firstBond2 -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 +target : relevance = 37, unhappiness=31 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a +source chosen = b firstBond: predecessor bond between a and b possible group: predecessor bond between a and b -trying from a to predecessor +trying from b to predecessor proposing group from a to c -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:1] == ij -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[2:3] == jj from target string +destination: group[4:5] == kk +chosen bond facet: letterCategory +Source: group[2:3] == jj, destination: group[4:5] == kk +source descriptor: J +destination descriptor: K +proposing successor bond initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[1:2] == bc from initial string -object chosen = group[0:1] == ij from target string -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +predecessor bond between group[2:3] == jj and group[4:5] == kk +won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +no incompatible groups +building bond successor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 25, unhappiness=31 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 object chosen = successor bond between a and b from other string bond strength = 91 for successor bond between a and b succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:1] == ij -won fight with group[0:1] == ij -broke the Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -won fight with successor bond between j and k -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=31 initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a object chosen = successor bond between a and b from other string number of incompatibleBonds: 1 predecessor bond between a and b lost fight with predecessor bond between a and b failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string +object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -won fight with successor bond between j and k -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: successor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: successor bond between j and k -object chosen = k from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j +Source: group[4:5] == kk, destination: group[2:3] == jj source descriptor: K destination descriptor: J proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = b from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = a from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = c from initial string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = i from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[1:2] == jk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = predecessor bond between a and b from other string number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c +predecessor bond between a and b +won fight with predecessor bond between a and b broke the bonds won fight with group[0:2] == abc broke the groups -building bond predecessor bond between b and c -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c +building bond successor bond between a and b +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = b from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k +target : relevance = 37, unhappiness=31 +target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:3] == iijj from target string +no incompatible bonds +no incompatible Groups +building group object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=79 +target : relevance = 33, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 +successor bond between group[2:3] == jj and group[4:5] == kk +won fight with successor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +no incompatible groups +building bond predecessor bond between group[2:3] == jj and group[4:5] == kk +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=31 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=31 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 Post top down: top-down-group-scout--category, with urgency: 4 Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=36 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=36 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=36 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=36 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string +object chosen = group[1:2] == bc from initial string +object chosen = group[1:2] == bc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=36 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 33, unhappiness=36 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[0:1] == ii +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 33, unhappiness=36 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and group[4:5] == kk +object chosen = group[0:2] == abc from initial string won fight with successor bond between a and b broke the bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=36 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +object chosen = group[1:2] == bc from initial string +no incompatible bonds lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between i and j -broke the bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond predecessor bond between i and j -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between i and j -broke the bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 2, bin: 7 -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk failed to break Groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 +initial : relevance = 100, unhappiness=79 +target : relevance = 33, unhappiness=36 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = Correspondence between b and j from other string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -object chosen = j from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction source chosen = c firstBond: predecessor bond between b and c possible group: predecessor bond between b and c trying from c to predecessor -proposing group from b to c -object chosen = c from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b +proposing group from a to c +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 +initial : relevance = 100, unhappiness=79 +target : relevance = 33, unhappiness=36 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction +source chosen = group[4:5] == kk +firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk +possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk +trying from group[4:5] == kk to predecessor +proposing group from group[0:1] == ii to group[4:5] == kk Post top down: top-down-bond-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=36 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=36 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[0:3] == iijj, destination: group[4:5] == kk +object chosen = group[0:5] == iijjkk from target string +no incompatible bonds +won fight with group[0:3] == iijj +won fight with group[0:3] == iijj +broke the Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=36 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +number of incompatibleBonds: 1 +predecessor bond between group[2:3] == jj and group[4:5] == kk +won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk +broke the bonds +won fight with group[0:5] == iijjkk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=36 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c object chosen = predecessor bond between b and c from other string bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: k, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = sameness bond between k and k from other string +bond strength = 100 for sameness bond between k and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: i, destination: group[2:3] == jj +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[2:3] == jj from target string +object chosen = successor bond between i and group[2:3] == jj from other string +bond strength = 45 for successor bond between i and group[2:3] == jj +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ii from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +to object: group[2:3] == jj +object chosen = sameness bond between k and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj +succeeded: posting bond-builder Post top down: top-down-bond-scout--category, with urgency: 4 posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +number of incompatibleBonds: 1 +predecessor bond between group[0:1] == ii and group[2:3] == jj +lost fight with predecessor bond between group[0:1] == ii and group[2:3] == jj +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction +source chosen = group[0:1] == ii +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ii from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction +source chosen = group[4:5] == kk +firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction +source chosen = group[0:1] == ii +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj +trying from group[0:1] == ii to predecessor +proposing group from group[0:1] == ii to group[4:5] == kk +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:5] == iijjkk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +Post top down: top-down-group-scout--category, with urgency: 6 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = group[4:5] == kk from target string +destination: group[2:3] == jj +chosen bond facet: letterCategory +Source: group[4:5] == kk, destination: group[2:3] == jj +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[4:5] == kk, destination: group[2:3] == jj +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:1] == ii from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c no firstBond2 top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 48 for successor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[4:5] == kk from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction +source chosen = group[2:3] == jj +firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj +firstBond2: predecessor bond between group[2:3] == jj and group[4:5] == kk +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[4:5] == kk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:5] == iijjkk from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k +predecessor bond between b and c +lost fight with predecessor bond between b and c failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[0:1] == ii, destination: group[2:3] == jj +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string +bond strength = 48 for successor bond between group[0:1] == ii and group[2:3] == jj +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 94 for predecessor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[2:3] == jj from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle object chosen = successor bond between a and b from other string number of incompatibleBonds: 1 predecessor bond between a and b lost fight with predecessor bond between a and b failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = k from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[1:2] == jk from target string +urgency: 100.0, number: 2, bin: 7 object chosen = group[1:2] == bc from initial string no incompatible bonds lost fight with group[0:2] == abc failed to break Groups: Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +to object: group[4:5] == kk +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string +bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 6 +posting bottom up codelets +object chosen = group[0:5] == iijjkk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k +predecessor bond between group[2:3] == jj and group[4:5] == kk +won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = group[0:2] == ijk from target string -won fight with successor bond between j and k -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder +lost fight with group[0:5] == iijjkk +failed to break groups: Fizzle object chosen = predecessor bond between b and c from other string bond strength = 96 for predecessor bond between b and c succeeded: posting bond-builder object chosen = predecessor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = group[0:1] == ii from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:1] == ii from target string already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = k from target string urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 6 posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = c from initial string -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle top_down_bond_scout__category initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = k from target string -object chosen = b from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:1] == ij from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction source chosen = b firstBond: predecessor bond between a and b -firstBond2: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j +firstBond2: predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-group-scout--category, with urgency: 6 posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:5] == iijjkk from target string +posting bottom up codelets +object chosen = b from initial string +object chosen = group[0:5] == iijjkk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 37, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 37, unhappiness=11 +target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond +source: group[2:3] == jj, destination: group[4:5] == kk +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=11 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b object chosen = successor bond between b and c from other string bond strength = 91 for successor bond between b and c succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k +predecessor bond between b and c +lost fight with predecessor bond between b and c failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -object chosen = c from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 +urgency: 100.0, number: 2, bin: 7 posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 object chosen = c from initial string destination: b chosen bond facet: letterCategory @@ -176875,1824 +61320,38 @@ source descriptor: C destination descriptor: B proposing predecessor bond object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c +bond strength = 78 for predecessor bond between b and c succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between a and b -broke the bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=84 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between b and c from other string already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 posting bottom up codelets -object chosen = b from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string +object chosen = group[0:5] == iijjkk from target string +object chosen = group[0:5] == iijjkk from target string already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c +initial : relevance = 100, unhappiness=18 +target : relevance = 37, unhappiness=12 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k +bond strength = 96 for predecessor bond between a and b succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond object chosen = successor bond between a and b from other string bond strength = 91 for successor bond between a and b succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = c from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = i from target string -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -object chosen = k from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between j and k from other string already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string +object chosen = successor bond between a and b from other string number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c +predecessor bond between a and b +lost fight with predecessor bond between a and b failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and c -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = j from target string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = a from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle diff --git a/copycat/codeletMethods.py b/copycat/codeletMethods.py index 445f59c..6b94bf3 100644 --- a/copycat/codeletMethods.py +++ b/copycat/codeletMethods.py @@ -75,10 +75,10 @@ def __structureVsStructure(structure1, weight1, structure2, weight2): temperature = ctx.temperature structure1.updateStrength() structure2.updateStrength() - #TODO: use entropy + # TODO: use entropy weightedStrength1 = temperature.getAdjustedValue( structure1.totalStrength * weight1) - #TODO: use entropy + # TODO: use entropy weightedStrength2 = temperature.getAdjustedValue( structure2.totalStrength * weight2) return random.weighted_greater_than(weightedStrength1, weightedStrength2) @@ -114,7 +114,7 @@ def __slippability(ctx, conceptMappings): temperature = ctx.temperature for mapping in conceptMappings: slippiness = mapping.slippability() / 100.0 - #TODO: use entropy + # TODO: use entropy probabilityOfSlippage = temperature.getAdjustedProbability(slippiness) if random.coinFlip(probabilityOfSlippage): return True @@ -126,7 +126,7 @@ def breaker(ctx, codelet): random = ctx.random temperature = ctx.temperature workspace = ctx.workspace - #TODO: use entropy + # TODO: use entropy probabilityOfFizzle = (100.0 - temperature.value()) / 100.0 if random.coinFlip(probabilityOfFizzle): return @@ -143,7 +143,7 @@ def breaker(ctx, codelet): breakObjects += [structure.source.group] # Break all the objects or none of them; this matches the Java for structure in breakObjects: - #TODO: use entropy + # TODO: use entropy breakProbability = temperature.getAdjustedProbability( structure.totalStrength / 100.0) if random.coinFlip(breakProbability): @@ -155,8 +155,7 @@ def breaker(ctx, codelet): def chooseRelevantDescriptionByActivation(ctx, workspaceObject): random = ctx.random descriptions = workspaceObject.relevantDescriptions() - weights = [description.descriptor.activation - for description in descriptions] + weights = [description.descriptor.activation for description in descriptions] return random.weighted_choice(descriptions, weights) @@ -166,7 +165,7 @@ def similarPropertyLinks(ctx, slip_node): result = [] for slip_link in slip_node.propertyLinks: association = slip_link.degreeOfAssociation() / 100.0 - #TODO:use entropy + # TODO:use entropy probability = temperature.getAdjustedProbability(association) if random.coinFlip(probability): result += [slip_link] @@ -189,7 +188,7 @@ def bottom_up_description_scout(ctx, codelet): sliplinks = similarPropertyLinks(ctx, description.descriptor) assert sliplinks weights = [sliplink.degreeOfAssociation() * sliplink.destination.activation - for sliplink in sliplinks] + for sliplink in sliplinks] chosen = random.weighted_choice(sliplinks, weights) chosenProperty = chosen.destination coderack.proposeDescription(chosenObject, chosenProperty.category(), @@ -222,7 +221,7 @@ def description_strength_tester(ctx, codelet): description.descriptor.buffer = 100.0 description.updateStrength() strength = description.totalStrength - #TODO: use entropy + # TODO: use entropy probability = temperature.getAdjustedProbability(strength / 100.0) assert random.coinFlip(probability) coderack.newCodelet('description-builder', strength, [description]) @@ -306,7 +305,7 @@ def rule_scout(ctx, codelet): workspace = ctx.workspace assert workspace.numberOfUnreplacedObjects() == 0 changedObjects = [o for o in workspace.initial.objects if o.changed] - #assert len(changedObjects) < 2 + # assert len(changedObjects) < 2 # if there are no changed objects, propose a rule with no changes if not changedObjects: return coderack.proposeRule(None, None, None, None) @@ -336,8 +335,8 @@ def rule_scout(ctx, codelet): if targetObject.described(node): if targetObject.distinguishingDescriptor(node): newList += [node] - objectList = newList # surely this should be += - # "union of this and distinguishing descriptors" + objectList = newList # surely this should be += + # "union of this and distinguishing descriptors" assert objectList # use conceptual depth to choose a description weights = [ @@ -368,7 +367,7 @@ def rule_strength_tester(ctx, codelet): temperature = ctx.temperature rule = codelet.arguments[0] rule.updateStrength() - #TODO: use entropy + # TODO: use entropy probability = temperature.getAdjustedProbability(rule.totalStrength / 100.0) if random.coinFlip(probability): coderack.newCodelet('rule-builder', rule.totalStrength, [rule]) @@ -401,8 +400,8 @@ def replacement_finder(ctx, codelet): relation = relations[diff] else: relation = None - letterOfInitialString.replacement = Replacement(ctx, - letterOfInitialString, letterOfModifiedString, relation) + letterOfInitialString.replacement = Replacement(ctx, letterOfInitialString, + letterOfModifiedString, relation) if relation != slipnet.sameness: letterOfInitialString.changed = True workspace.changedObject = letterOfInitialString @@ -445,8 +444,8 @@ def top_down_bond_scout__direction(ctx, codelet): coderack = ctx.coderack slipnet = ctx.slipnet direction = codelet.arguments[0] - source = __getScoutSource(ctx, - direction, formulas.localDirectionCategoryRelevance, 'bond') + source = __getScoutSource(ctx, direction, formulas.localDirectionCategoryRelevance, + 'bond') destination = chooseDirectedNeighbor(ctx, source, direction) assert destination logging.info('to object: %s', destination) @@ -471,7 +470,7 @@ def bond_strength_tester(ctx, codelet): __showWhichStringObjectIsFrom(bond) bond.updateStrength() strength = bond.totalStrength - #Todo: use entropy + # TODO: use entropy probability = temperature.getAdjustedProbability(strength / 100.0) logging.info('bond strength = %d for %s', strength, bond) assert random.coinFlip(probability) @@ -512,7 +511,7 @@ def bond_builder(ctx, codelet): if incompatibleCorrespondences: logging.info("trying to break incompatible correspondences") assert __fight(bond, 2.0, incompatibleCorrespondences, 3.0) - #assert __fightIncompatibles(incompatibleCorrespondences, + # assert __fightIncompatibles(incompatibleCorrespondences, # bond, 'correspondences', 2.0, 3.0) for incompatible in incompatibleBonds: incompatible.break_the_structure() @@ -702,7 +701,7 @@ def top_down_group_scout__direction(ctx, codelet): direction, bondFacet) -#noinspection PyStringFormat +# noinspection PyStringFormat @codelet('group-scout--whole-string') def group_scout__whole_string(ctx, codelet): coderack = ctx.coderack @@ -754,7 +753,7 @@ def group_strength_tester(ctx, codelet): __showWhichStringObjectIsFrom(group) group.updateStrength() strength = group.totalStrength - #TODO: use entropy + # TODO: use entropy probability = temperature.getAdjustedProbability(strength / 100.0) if random.coinFlip(probability): # it is strong enough - post builder & activate nodes @@ -882,7 +881,7 @@ def rule_translator(ctx, codelet): bondDensity = min(bondDensity, 1.0) weights = __getCutoffWeights(bondDensity) cutoff = 10.0 * random.weighted_choice(list(range(1, 11)), weights) - #TODO: use entropy + # TODO: use entropy if cutoff >= temperature.actual_value: result = workspace.rule.buildTranslatedRule() if result is not None: @@ -919,11 +918,11 @@ def bottom_up_correspondence_scout(ctx, codelet): and m.initialDescriptionType != slipnet.bondFacet] initialDescriptionTypes = [m.initialDescriptionType for m in opposites] flipTargetObject = False - if (objectFromInitial.spansString() and - objectFromTarget.spansString() and - slipnet.directionCategory in initialDescriptionTypes - and all(m.label == slipnet.opposite for m in opposites) # unreached? - and slipnet.opposite.activation != 100.0): + if (objectFromInitial.spansString() and + objectFromTarget.spansString() and + slipnet.directionCategory in initialDescriptionTypes + and all(m.label == slipnet.opposite for m in opposites) # unreached? + and slipnet.opposite.activation != 100.0): objectFromTarget = objectFromTarget.flippedVersion() conceptMappings = formulas.getMappings( objectFromInitial, objectFromTarget, @@ -939,7 +938,7 @@ def important_object_correspondence_scout(ctx, codelet): coderack = ctx.coderack random = ctx.random slipnet = ctx.slipnet - #TODO: use entropy + # TODO: use entropy temperature = ctx.temperature workspace = ctx.workspace objectFromInitial = chooseUnmodifiedObject(ctx, 'relativeImportance', @@ -979,11 +978,11 @@ def important_object_correspondence_scout(ctx, codelet): and m.initialDescriptionType != slipnet.bondFacet] initialDescriptionTypes = [m.initialDescriptionType for m in opposites] flipTargetObject = False - if (objectFromInitial.spansString() - and objectFromTarget.spansString() - and slipnet.directionCategory in initialDescriptionTypes - and all(m.label == slipnet.opposite for m in opposites) # unreached? - and slipnet.opposite.activation != 100.0): + if (objectFromInitial.spansString() + and objectFromTarget.spansString() + and slipnet.directionCategory in initialDescriptionTypes + and all(m.label == slipnet.opposite for m in opposites) # unreached? + and slipnet.opposite.activation != 100.0): objectFromTarget = objectFromTarget.flippedVersion() conceptMappings = formulas.getMappings( objectFromInitial, objectFromTarget, From 02558289adc48896e1ad7f5ad3e5a5f539d07ac2 Mon Sep 17 00:00:00 2001 From: Alexandre Linhares Date: Wed, 27 Sep 2017 20:32:54 -0300 Subject: [PATCH 12/52] Preparing for refactor --- .gitignore | 1 + main.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c56418d..55cac1c 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ pip-log.txt # Unit test / coverage reports .coverage .tox +.log # Other filesystems .svn diff --git a/main.py b/main.py index 8905b26..e1cb419 100755 --- a/main.py +++ b/main.py @@ -29,6 +29,8 @@ from copycat import Copycat, Reporter class SimpleReporter(Reporter): + """Reports results from a single run.""" + def report_answer(self, answer): print('Answered %s (time %d, final temperature %.1f)' % ( answer['answer'], answer['time'], answer['temp'], From a0048d16b5dfd1e4e82e14d35ef4fcfe794dac33 Mon Sep 17 00:00:00 2001 From: Alexandre Linhares Date: Wed, 27 Sep 2017 20:34:31 -0300 Subject: [PATCH 13/52] Delete copycat.log --- copycat.log | 61357 -------------------------------------------------- 1 file changed, 61357 deletions(-) delete mode 100644 copycat.log diff --git a/copycat.log b/copycat.log deleted file mode 100644 index d12dc4c..0000000 --- a/copycat.log +++ /dev/null @@ -1,61357 +0,0 @@ -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -object chosen = b from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -object chosen = i from target string -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = j from target string -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 20, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 20, unhappiness=91 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 20, unhappiness=91 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: j, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -object chosen = k from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 20, unhappiness=91 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 20, unhappiness=91 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=91 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: i, destination: i -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=91 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 20, unhappiness=86 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: i, destination: i -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 20, unhappiness=86 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 93 for successor bond between i and j -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=72 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond -to object: k -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -object chosen = k from target string -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 40, unhappiness=72 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond -to object: k -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=72 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=72 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for direction -source chosen = k -firstBond: sameness bond between k and k -possible group: sameness bond between k and k -trying from k to sameness -proposing group from k to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=72 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 40, unhappiness=72 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 40, unhappiness=72 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=72 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond -source: k, destination: k -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = group[3:4] == jk from target string -object chosen = group[4:5] == kk from target string -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=72 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 40, unhappiness=72 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=72 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=72 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 40, unhappiness=72 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=72 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group -object chosen = group[0:1] == ii from target string -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 60, unhappiness=72 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 60, unhappiness=72 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ii from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=72 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond -source: j, destination: j -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 60, unhappiness=72 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 60, unhappiness=72 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 40, unhappiness=72 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for direction -source chosen = k -firstBond: sameness bond between k and k -possible group: sameness bond between k and k -trying from k to sameness -proposing group from k to k -initial : relevance = 0, unhappiness=15 -target : relevance = 60, unhappiness=72 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 60, unhappiness=72 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 40, unhappiness=72 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond -to object: j -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=72 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond -source: i, destination: i -object chosen = group[0:1] == ii from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=72 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group -object chosen = group[4:5] == kk from target string -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=72 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=59 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=59 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=59 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=59 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 28, unhappiness=59 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=18 -target : relevance = 28, unhappiness=48 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[4:5] == kk, destination: j -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=18 -target : relevance = 42, unhappiness=48 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=18 -target : relevance = 28, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = group[4:5] == kk from target string -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ii from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: j, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between j and group[4:5] == kk from other string -bond strength = 23 for predecessor bond between j and group[4:5] == kk -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 28, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: j, destination: group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[0:1] == ii, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: sameness bond between j and j -possible group: sameness bond between j and j -trying from j to sameness -proposing group from j to j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between j and group[4:5] == kk from other string -bond strength = 62 for successor bond between j and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[2:3] == jj from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[0:1] == ii and j from other string -bond strength = 23 for predecessor bond between group[0:1] == ii and j -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=47 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[2:3] == jj from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[2:3] == jj from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[2:3] == jj from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[2:3] == jj and group[4:5] == kk -object chosen = group[0:1] == ii from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[2:5] == jjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from group[2:3] == jj to group[4:5] == kk -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[2:5] == jjkk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = group[2:5] == jjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = j from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: j, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and group[4:5] == kk from other string -bond strength = 62 for successor bond between j and group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[2:5] == jjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[2:3] == jj from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from group[2:3] == jj to group[4:5] == kk -object chosen = group[2:5] == jjkk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[2:5] == jjkk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[2:5] == jjkk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=35 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:1] == ii from target string -destination: group[2:5] == jjkk -object chosen = group[2:3] == jj from target string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:5] == jjkk -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[2:5] == jjkk from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[2:5] == jjkk from target string -destination: group[0:1] == ii -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction -source chosen = group[2:5] == jjkk -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:5] == jjkk -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 44, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 44, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -to object: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 44, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 44, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 44, unhappiness=36 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 44, unhappiness=36 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from group[0:1] == ii to group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 44, unhappiness=36 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[0:1] == ii, destination: group[2:5] == jjkk -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[2:5] == jjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -won fight with group[2:5] == jjkk -lost fight with group[2:5] == jjkk -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 44, unhappiness=36 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[2:5] == jjkk from target string -destination: group[0:1] == ii -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 44, unhappiness=36 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 44, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and group[0:1] == ii -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 44, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -won fight with group[2:5] == jjkk -lost fight with group[2:5] == jjkk -failed to break Groups: Fizzle -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -won fight with group[2:5] == jjkk -won fight with group[2:5] == jjkk -broke the Groups -building group -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -lost fight with successor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = j from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = j from target string -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: iijjkk with 6 letters, 6 objects, 0 bonds for bond -source: i, destination: i -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = k from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond -source: i, destination: i -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = b from initial string -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 20, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 20, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = i from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond -source: k, destination: k -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 20, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 20, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 20, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 20, unhappiness=94 -target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond -source: k, destination: k -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 20, unhappiness=94 -target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for group -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 20, unhappiness=94 -target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 20, unhappiness=94 -target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond -source: i, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 20, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 20, unhappiness=94 -target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond -source: i, destination: i -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=94 -target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 20, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 20, unhappiness=94 -target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond -source: k, destination: k -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 0, unhappiness=78 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: j, destination: j -initial : relevance = 0, unhappiness=79 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -initial : relevance = 0, unhappiness=79 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = i from target string -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=79 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = k from target string -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: k -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -object chosen = group[0:2] == abc from initial string -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=83 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: k, destination: j -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = group[0:1] == ii from target string -initial : relevance = 50, unhappiness=84 -target : relevance = 16, unhappiness=83 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=83 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: j, destination: k -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 16, unhappiness=83 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for direction -source chosen = i -firstBond: sameness bond between i and i -possible group: sameness bond between i and i -trying from i to sameness -proposing group from i to i -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ii from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=61 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ii from target string -object chosen = group[1:2] == ij from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 16, unhappiness=61 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: j, destination: i -object chosen = group[0:1] == ii from target string -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=61 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=61 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=79 -target : relevance = 42, unhappiness=61 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=79 -target : relevance = 42, unhappiness=61 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=61 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 42, unhappiness=61 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: i, destination: j -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 42, unhappiness=61 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=79 -target : relevance = 14, unhappiness=61 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for direction -source chosen = i -firstBond: sameness bond between i and i -possible group: sameness bond between i and i -trying from i to sameness -proposing group from i to i -initial : relevance = 0, unhappiness=79 -target : relevance = 42, unhappiness=61 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 42, unhappiness=61 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: group[4:5] == kk, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: group[4:5] == kk, destination: j -object chosen = j from target string -initial : relevance = 50, unhappiness=84 -target : relevance = 14, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 14, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: group[0:1] == ii, destination: j -initial : relevance = 50, unhappiness=84 -target : relevance = 14, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:1] == ii from target string -initial : relevance = 50, unhappiness=84 -target : relevance = 14, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: group[0:1] == ii, destination: j -initial : relevance = 50, unhappiness=84 -target : relevance = 14, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 14, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -to object: j -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: group[0:1] == ii, destination: j -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between a and b -broke the bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: group[0:1] == ii, destination: j -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=50 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=50 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 14, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between j and group[4:5] == kk from other string -bond strength = 57 for predecessor bond between j and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = predecessor bond between j and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and group[4:5] == kk -object chosen = group[2:3] == jj from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=49 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between group[0:1] == ii and j from other string -bond strength = 62 for predecessor bond between group[0:1] == ii and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction -source chosen = j -firstBond: sameness bond between j and j -possible group: sameness bond between j and j -trying from j to sameness -proposing group from j to j -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -object chosen = group[2:3] == jj from target string -object chosen = j from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: j, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[0:1] == ii, destination: j -object chosen = successor bond between group[0:1] == ii and j from other string -bond strength = 45 for successor bond between group[0:1] == ii and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[4:5] == kk, destination: j -object chosen = predecessor bond between group[0:1] == ii and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between j and group[4:5] == kk from other string -bond strength = 45 for successor bond between j and group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=47 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: j, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=47 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=37 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=37 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=37 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=37 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=37 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=18 -target : relevance = 25, unhappiness=37 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -initial : relevance = 0, unhappiness=18 -target : relevance = 25, unhappiness=37 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 25, unhappiness=37 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 25, unhappiness=37 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[0:1] == ii -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 61 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=18 -target : relevance = 25, unhappiness=37 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 0, unhappiness=18 -target : relevance = 25, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=37 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=37 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 61 for predecessor bond between group[0:1] == ii and group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=37 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 61 for predecessor bond between group[0:1] == ii and group[2:3] == jj -initial : relevance = 0, unhappiness=18 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 61 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -won fight with group[0:2] == abc -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and group[4:5] == kk -building bond predecessor bond between group[2:3] == jj and group[4:5] == kk -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk -possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to predecessor -proposing group from group[2:3] == jj to group[4:5] == kk -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[2:5] == jjkk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[2:5] == jjkk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 22, unhappiness=35 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 22, unhappiness=43 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 60 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:5] == jjkk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=43 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[2:5] == jjkk from target string -destination: group[0:1] == ii -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 22, unhappiness=43 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=43 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=43 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=43 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=43 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=43 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=43 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[2:5] == jjkk, destination: group[0:1] == ii -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = group[2:5] == jjkk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 22, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 22, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=43 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=43 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 22, unhappiness=43 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=43 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=43 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 22, unhappiness=43 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=43 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 22, unhappiness=43 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=43 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=43 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=43 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=43 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=43 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=43 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 22, unhappiness=43 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=43 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=43 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 60 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 22, unhappiness=43 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[2:5] == jjkk, destination: group[0:1] == ii -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 11, unhappiness=43 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=43 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 11, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=41 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 11, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 11, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 11, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 22, unhappiness=41 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=41 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=41 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 11, unhappiness=41 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 22, unhappiness=41 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 11, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 60 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=41 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 11, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 11, unhappiness=41 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 11, unhappiness=41 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -to object: group[4:5] == kk -object chosen = group[2:5] == jjkk from target string -destination: group[0:1] == ii -object chosen = group[0:5] == iijjkk from target string -won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -won fight with group[2:5] == jjkk -won fight with group[2:5] == jjkk -broke the Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=41 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:3] == iijj from target string -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -lost fight with successor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -to object: i -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 57 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -to object: group[0:1] == ii -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -won fight with successor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -won fight with group[0:5] == iijjkk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and group[4:5] == kk -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[1:2] == ij from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = i from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -object chosen = i from target string -object chosen = i from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = b from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: k, destination: k -object chosen = k from target string -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: i -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: j -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: k -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: i -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: j -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = i from target string -object chosen = group[2:3] == jj from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: group[2:3] == jj, destination: i -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between i and group[2:3] == jj from other string -bond strength = 23 for successor bond between i and group[2:3] == jj -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: k, destination: k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: group[2:3] == jj, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: k, destination: k -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: k, destination: k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: k, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: group[2:3] == jj, destination: k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: i, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: group[2:3] == jj, destination: i -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: i, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: k, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: i, destination: group[2:3] == jj -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -object chosen = successor bond between i and group[2:3] == jj from other string -bond strength = 45 for successor bond between i and group[2:3] == jj -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: group[2:3] == jj, destination: k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: i, destination: i -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[2:3] == jj from target string -destination: i -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -object chosen = group[2:3] == jj from target string -destination: k -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: i, destination: i -object chosen = group[4:5] == kk from target string -object chosen = group[0:1] == ii from target string -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and k from other string -bond strength = 45 for successor bond between group[2:3] == jj and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: k, destination: group[2:3] == jj -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: j, destination: k -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=51 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between i and group[2:3] == jj from other string -bond strength = 23 for predecessor bond between i and group[2:3] == jj -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=51 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for direction -source chosen = group[2:3] == jj -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -to object: group[4:5] == kk -object chosen = group[0:1] == ii from target string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:3] == iijj from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[2:3] == jj and group[4:5] == kk -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:3] == iijj from target string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from group[0:1] == ii to group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -to object: group[2:3] == jj -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -to object: group[4:5] == kk -object chosen = successor bond between j and group[4:5] == kk from other string -bond strength = 59 for successor bond between j and group[4:5] == kk -object chosen = successor bond between i and group[2:3] == jj from other string -bond strength = 59 for successor bond between i and group[2:3] == jj -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 25, unhappiness=12 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=18 -target : relevance = 25, unhappiness=12 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 25, unhappiness=12 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[4:5] == kk from target string -destination: j -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -object chosen = predecessor bond between j and group[4:5] == kk from other string -bond strength = 23 for predecessor bond between j and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[0:1] == ii, destination: j -object chosen = successor bond between group[0:1] == ii and j from other string -bond strength = 59 for successor bond between group[0:1] == ii and j -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = successor bond between group[0:1] == ii and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: j, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = predecessor bond between group[0:1] == ii and j from other string -bond strength = 23 for predecessor bond between group[0:1] == ii and j -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -to object: group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: k, destination: k -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -lost fight with successor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ii from target string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = j from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: j, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and group[4:5] == kk from other string -bond strength = 59 for successor bond between j and group[4:5] == kk -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between j and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[2:3] == jj from target string -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = i from target string -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 20, unhappiness=94 -target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond -source: j, destination: j -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -object chosen = a from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -to object: i -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=94 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: k -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: j -object chosen = i from target string -object chosen = j from target string -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: j -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: k -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: k -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for direction -source chosen = j -no firstBond -firstBond2: sameness bond between j and j -possible group: sameness bond between j and j -trying from j to sameness -proposing group from j to j -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for direction -source chosen = i -firstBond: sameness bond between i and i -possible group: sameness bond between i and i -trying from i to sameness -proposing group from i to i -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: i -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = group[0:1] == ii from target string -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: k -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for direction -source chosen = i -firstBond: sameness bond between i and i -possible group: sameness bond between i and i -trying from i to sameness -proposing group from i to i -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: k -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: k -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = group[4:5] == kk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: j -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: i -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for direction -source chosen = k -firstBond: sameness bond between k and k -possible group: sameness bond between k and k -trying from k to sameness -proposing group from k to k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -to object: k -object chosen = group[4:5] == kk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for direction -source chosen = i -no firstBond -firstBond2: sameness bond between i and i -possible group: sameness bond between i and i -trying from i to sameness -proposing group from i to i -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: k -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -to object: k -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:1] == ii from target string -object chosen = group[4:5] == kk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: k -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: i -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: i -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = group[4:5] == kk from target string -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: j -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -object chosen = group[0:1] == ii from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=83 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:1] == ii from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=83 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: i, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -object chosen = group[2:3] == jj from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: k, destination: k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[2:3] == jj from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: k, destination: k -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=51 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for direction -source chosen = group[2:3] == jj -no firstBond -firstBond2: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = group[0:3] == iijj from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for direction -source chosen = group[2:3] == jj -no firstBond -firstBond2: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[2:3] == jj -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:3] == iijj from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = group[0:3] == iijj from target string -object chosen = group[4:5] == kk from target string -object chosen = group[4:5] == kk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:1] == ii from target string -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -to object: group[4:5] == kk -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:3] == iijj from target string -no incompatible bonds -won fight with group[0:5] == iijjkk -lost fight with group[0:5] == iijjkk -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -to object: group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[4:5] == kk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:1] == ii from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -to object: group[2:3] == jj -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = i from target string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -object chosen = group[0:5] == iijjkk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[4:5] == kk -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -object chosen = group[0:5] == iijjkk from target string -object chosen = k from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: k, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[2:3] == jj and k from other string -bond strength = 23 for predecessor bond between group[2:3] == jj and k -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[2:3] == jj from target string -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = j from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = i from target string -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for direction -source chosen = j -firstBond: sameness bond between j and j -possible group: sameness bond between j and j -trying from j to sameness -proposing group from j to j -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond -to object: j -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = k from target string -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: a -object chosen = a from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = j from target string -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: i, destination: i -object chosen = k from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -to object: j -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: j, destination: k -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction -source chosen = j -firstBond: sameness bond between j and j -possible group: sameness bond between j and j -trying from j to sameness -proposing group from j to j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[2:3] == jj from target string -initial : relevance = 50, unhappiness=84 -target : relevance = 20, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = successor bond between j and k from other string -bond strength = 62 for successor bond between j and k -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: k, destination: k -object chosen = group[0:1] == ii from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 20, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: j, destination: i -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=84 -target : relevance = 20, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -to object: i -object chosen = group[0:1] == ii from target string -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 20, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: i, destination: j -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = group[0:1] == ab from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 20, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 20, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = j from target string -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction -source chosen = i -firstBond: sameness bond between i and i -possible group: sameness bond between i and i -trying from i to sameness -proposing group from i to i -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: j, destination: group[0:1] == ii -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond -source: j, destination: k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond -source: k, destination: k -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 16, unhappiness=59 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=59 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=59 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[2:3] == jj from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 16, unhappiness=59 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=59 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 16, unhappiness=59 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:1] == ii from target string -destination: j -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:1] == ab from initial string -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 16, unhappiness=59 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond -source: k, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 16, unhappiness=59 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=59 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=59 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond -source: k, destination: k -object chosen = group[0:1] == ii from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and j from other string -bond strength = 45 for successor bond between group[0:1] == ii and j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 16, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond -to object: group[0:1] == ii -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=61 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=61 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between group[0:1] == ii and j from other string -bond strength = 40 for predecessor bond between group[0:1] == ii and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=61 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[0:1] == ii, destination: j -object chosen = successor bond between group[0:1] == ii and j from other string -bond strength = 45 for successor bond between group[0:1] == ii and j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 14, unhappiness=50 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 14, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction -source chosen = k -firstBond: sameness bond between k and k -possible group: sameness bond between k and k -trying from k to sameness -proposing group from k to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: j, destination: group[0:1] == ii -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[2:3] == jj, destination: k -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=50 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 14, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=50 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=50 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = group[0:1] == ii from target string -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=50 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction -source chosen = k -firstBond: sameness bond between k and k -possible group: sameness bond between k and k -trying from k to sameness -proposing group from k to k -object chosen = group[0:1] == ii from target string -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = group[4:5] == kk from target string -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=50 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=50 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=50 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:1] == ii from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=50 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = k from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=50 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[4:5] == kk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 57 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -won fight with successor bond between group[0:1] == ii and group[2:3] == jj -broke the bonds -no incompatible groups -building bond predecessor bond between group[0:1] == ii and group[2:3] == jj -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=36 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=36 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=36 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=36 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[2:3] == jj and group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=36 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:1] == ii from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:5] == iijjkk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[2:5] == jjkk from target string -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to successor -proposing group from group[2:3] == jj to group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:5] == iijjkk from target string -lost fight with predecessor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 61 for predecessor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -to object: group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -won fight with successor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -no incompatible Groups -building group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -predecessor bond between group[2:3] == jj and group[4:5] == kk -won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -lost fight with group[0:5] == iijjkk -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[2:5] == jjkk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk -possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to predecessor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=12 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=12 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[2:3] == jj from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=12 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -predecessor bond between group[2:3] == jj and group[4:5] == kk -won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -lost fight with group[0:5] == iijjkk -failed to break groups: Fizzle -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=12 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk -possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to predecessor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -to object: group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -predecessor bond between group[2:3] == jj and group[4:5] == kk -won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -won fight with group[0:5] == iijjkk -broke the groups -building bond successor bond between group[2:3] == jj and group[4:5] == kk -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -firstBond2: predecessor bond between group[0:1] == ii and group[2:3] == jj -possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to predecessor -proposing group from group[0:1] == ii to group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:3] == iijj from target string -object chosen = group[0:3] == iijj from target string -object chosen = group[0:5] == iijjkk from target string -lost fight with predecessor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=33 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[0:1] == ii, destination: j -object chosen = predecessor bond between group[0:1] == ii and j from other string -bond strength = 59 for predecessor bond between group[0:1] == ii and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=33 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -predecessor bond between group[0:1] == ii and group[2:3] == jj -won fight with predecessor bond between group[0:1] == ii and group[2:3] == jj -broke the bonds -no incompatible groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:5] == iijjkk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -firstBond2: successor bond between group[2:3] == jj and group[4:5] == kk -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between group[0:1] == ii and j from other string -number of incompatibleBonds: 2 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[4:5] == kk -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:5] == iijjkk from target string -object chosen = group[4:5] == kk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = j from target string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = group[4:5] == kk from target string -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: k, destination: k -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = k -firstBond: sameness bond between k and k -possible group: sameness bond between k and k -trying from k to sameness -proposing group from k to k -object chosen = group[4:5] == kk from target string -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -to object: group[2:3] == jj -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and group[2:3] == jj from other string -bond strength = 50 for successor bond between i and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between i and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 37, unhappiness=12 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = k from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 20, unhappiness=89 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 20, unhappiness=89 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: j, destination: j -initial : relevance = 50, unhappiness=100 -target : relevance = 20, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -initial : relevance = 50, unhappiness=100 -target : relevance = 20, unhappiness=89 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -to object: i -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 20, unhappiness=91 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: i, destination: i -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=89 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 20, unhappiness=89 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[1:2] == ij from target string -object chosen = group[0:1] == ab from initial string -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 20, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 40, unhappiness=86 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: j -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: i, destination: i -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: k, destination: k -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = a from initial string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=94 -target : relevance = 20, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -object chosen = a from initial string -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 20, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 20, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: k, destination: k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: j, destination: i -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = c from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: j, destination: j -initial : relevance = 50, unhappiness=94 -target : relevance = 20, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: i, destination: i -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: i, destination: i -object chosen = c from initial string -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction -source chosen = j -firstBond: sameness bond between j and j -possible group: sameness bond between j and j -trying from j to sameness -proposing group from j to j -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: k, destination: k -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 20, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: i, destination: j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -initial : relevance = 50, unhappiness=94 -target : relevance = 20, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=80 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=80 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=80 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: i, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=63 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: i, destination: i -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -object chosen = group[0:1] == ii from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 16, unhappiness=63 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: i, destination: i -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=63 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 16, unhappiness=63 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=63 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: i, destination: i -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=63 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=63 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=63 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 14, unhappiness=63 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -to object: i -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=84 -target : relevance = 14, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -destination: i -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 14, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=50 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: i, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=50 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[4:5] == kk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=84 -target : relevance = 12, unhappiness=50 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = i from target string -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = c from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 20, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = sameness bond between i and i from other string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 20, unhappiness=91 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 20, unhappiness=91 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 20, unhappiness=91 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 20, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 20, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=89 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=89 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=89 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: i -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 40, unhappiness=86 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: i -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=94 -target : relevance = 40, unhappiness=86 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = j from target string -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=86 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 20, unhappiness=86 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: k, destination: k -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: i, destination: i -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = group[4:5] == kk from target string -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=80 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=80 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=80 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 16, unhappiness=63 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:1] == ii from target string -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=63 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = j from target string -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: j, destination: group[4:5] == kk -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: group[4:5] == kk, destination: j -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: sameness bond between j and j -possible group: sameness bond between j and j -trying from j to sameness -proposing group from j to j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=63 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between j and group[4:5] == kk from other string -bond strength = 23 for successor bond between j and group[4:5] == kk -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: i, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: i, destination: j -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=61 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: j, destination: j -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=61 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: i, destination: j -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 42, unhappiness=63 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 42, unhappiness=63 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: i, destination: i -initial : relevance = 0, unhappiness=89 -target : relevance = 42, unhappiness=63 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[2:3] == jj from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 37, unhappiness=63 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: j, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[2:3] == jj from target string -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -object chosen = group[2:3] == jj from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -object chosen = group[0:1] == ii from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[4:5] == kk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -object chosen = group[4:5] == kk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 100, unhappiness=18 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[2:3] == jj from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[0:1] == ii -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[4:5] == kk from target string -object chosen = group[0:1] == ii from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = group[0:5] == iijjkk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = group[4:5] == kk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -lost fight with successor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ii from target string -destination: j -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between group[0:1] == ii and j from other string -bond strength = 59 for successor bond between group[0:1] == ii and j -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -to object: group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:5] == iijjkk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -to object: group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -to object: group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ii from target string -destination: j -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and j from other string -bond strength = 59 for successor bond between group[0:1] == ii and j -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:1] == ii from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 57 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 57 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = group[2:3] == jj from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = c from initial string -object chosen = j from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=94 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: k, destination: k -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = k from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: i, destination: i -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = j from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = i from target string -object chosen = group[4:5] == kk from target string -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: j -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: i -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: j -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=83 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: j, destination: i -object chosen = group[2:3] == jj from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between i and i from other string -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=83 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: group[4:5] == kk, destination: j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: j, destination: j -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[2:3] == jj from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 42, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 0, unhappiness=89 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=89 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: i, destination: group[2:3] == jj -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = group[2:3] == jj from target string -destination: i -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 0, unhappiness=89 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: j, destination: i -object chosen = group[0:1] == ii from target string -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: i, destination: i -object chosen = group[4:5] == kk from target string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: group[2:3] == jj, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: i, destination: group[2:3] == jj -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: i, destination: i -object chosen = group[0:1] == ii from target string -object chosen = k from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: k, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=89 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = group[2:3] == jj from target string -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -object chosen = successor bond between i and group[2:3] == jj from other string -bond strength = 23 for successor bond between i and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=94 -target : relevance = 0, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=94 -target : relevance = 0, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and group[2:3] == jj from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and group[2:3] == jj -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=51 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = group[2:3] == jj from target string -destination: i -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=37 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and group[2:3] == jj from other string -bond strength = 23 for predecessor bond between i and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=37 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 12, unhappiness=37 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=37 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=37 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -object chosen = c from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=37 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=37 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=37 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=37 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=37 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = predecessor bond between group[2:3] == jj and k from other string -bond strength = 23 for predecessor bond between group[2:3] == jj and k -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=37 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=37 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=37 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=36 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[2:3] == jj from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 12, unhappiness=36 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=36 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 12, unhappiness=36 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=36 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = j from target string -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=36 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 57 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=34 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 12, unhappiness=34 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=34 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=84 -target : relevance = 12, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=34 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=34 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=36 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 12, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -predecessor bond between group[2:3] == jj and group[4:5] == kk -won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -no incompatible groups -building bond successor bond between group[2:3] == jj and group[4:5] == kk -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=36 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[2:3] == jj from target string -object chosen = group[4:5] == kk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:1] == ii from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[4:5] == kk from target string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:1] == ii from target string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = b from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from i to group[4:5] == kk -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to successor -proposing group from i to group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -object chosen = group[1:5] == ijjkk from target string -object chosen = c from initial string -object chosen = group[1:5] == ijjkk from target string -object chosen = group[1:5] == ijjkk from target string -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[1:5] == ijjkk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[4:5] == kk -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ii from target string -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to successor -proposing group from i to group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:5] == ijjkk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between i and group[2:3] == jj -lost fight with successor bond between i and group[2:3] == jj -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[1:5] == ijjkk from target string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to successor -proposing group from i to group[4:5] == kk -object chosen = group[1:5] == ijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:1] == ii from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[2:3] == jj from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to successor -proposing group from i to group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[1:5] == ijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from i to group[4:5] == kk -object chosen = group[1:5] == ijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:1] == ii from target string -object chosen = group[2:3] == jj from target string -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[1:5] == ijjkk from target string -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from i to group[4:5] == kk -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between i and group[2:3] == jj -won fight with successor bond between i and group[2:3] == jj -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and group[0:1] == ii -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[1:5] == ijjkk from target string -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -won fight with group[0:1] == ii -broke the Groups -building group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = i from target string -destination: group[1:5] == ijjkk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = i -firstBond: sameness bond between i and i -possible group: sameness bond between i and i -trying from i to sameness -proposing group from i to i -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[1:5] == ijjkk from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ii from target string -no incompatible bonds -won fight with group[1:5] == ijjkk -broke the Groups -building group -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 61 for successor bond between group[2:3] == jj and group[4:5] == kk -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = group[4:5] == kk from target string -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 100, unhappiness=18 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -object chosen = group[1:5] == ijjkk from target string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ii from target string -object chosen = group[4:5] == kk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between i and group[2:3] == jj -possible group: successor bond between i and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from i to group[4:5] == kk -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[4:5] == kk from target string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:5] == ijjkk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between i and group[2:3] == jj -lost fight with successor bond between i and group[2:3] == jj -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[4:5] == kk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:5] == ijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[4:5] == kk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[1:5] == ijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[4:5] == kk -object chosen = group[4:5] == kk from target string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[4:5] == kk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from i to group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[1:5] == ijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from i to group[4:5] == kk -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[1:5] == ijjkk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -won fight with group[0:1] == ii -broke the Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from i to group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[1:5] == ijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[1:5] == ijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[1:5] == ijjkk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[2:3] == jj from target string -destination: i -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = i from target string -object chosen = i from target string -object chosen = group[1:5] == ijjkk from target string -destination: i -object chosen = predecessor bond between i and group[2:3] == jj from other string -bond strength = 23 for predecessor bond between i and group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[1:5] == ijjkk -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[1:5] == ijjkk from target string -destination: i -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[1:5] == ijjkk -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:5] == ijjkk from target string -destination: i -object chosen = i from target string -destination: group[1:5] == ijjkk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:5] == ijjkk from target string -destination: i -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 25, unhappiness=49 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from i to group[4:5] == kk -object chosen = group[0:2] == abc from initial string -object chosen = group[1:5] == ijjkk from target string -initial : relevance = 100, unhappiness=18 -target : relevance = 25, unhappiness=49 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = i from target string -object chosen = group[1:5] == ijjkk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[1:5] == ijjkk from target string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[1:5] == ijjkk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[2:3] == jj from target string -destination: i -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between k and k from other string -object chosen = group[1:5] == ijjkk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[1:5] == ijjkk from target string -destination: i -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = i from target string -object chosen = predecessor bond between i and group[2:3] == jj from other string -bond strength = 23 for predecessor bond between i and group[2:3] == jj -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[1:5] == ijjkk -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[4:5] == kk -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and group[4:5] == kk from other string -bond strength = 59 for successor bond between j and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = i from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:5] == ijjkk from target string -destination: i -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:5] == ijjkk from target string -destination: i -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:5] == ijjkk from target string -destination: i -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = group[2:3] == jj from target string -destination: i -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and group[2:3] == jj from other string -bond strength = 23 for predecessor bond between i and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[1:5] == ijjkk -no firstBond -no firstBond2 -object chosen = group[1:5] == ijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[1:5] == ijjkk -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = k from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: k, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = i -firstBond: successor bond between i and group[2:3] == jj -possible group: successor bond between i and group[2:3] == jj -trying from i to successor -proposing group from i to group[4:5] == kk -object chosen = group[1:5] == ijjkk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:5] == ijjkk from target string -destination: i -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[2:3] == jj and k from other string -bond strength = 23 for predecessor bond between group[2:3] == jj and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: group[1:5] == ijjkk -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:5] == ijjkk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -destination: i -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[1:5] == ijjkk from target string -destination: i -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and group[2:3] == jj from other string -bond strength = 23 for predecessor bond between i and group[2:3] == jj -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: i, destination: group[1:5] == ijjkk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = i from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between i and group[2:3] == jj from other string -bond strength = 59 for successor bond between i and group[2:3] == jj -succeeded: posting bond-builder -object chosen = predecessor bond between i and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between i and group[2:3] == jj -lost fight with successor bond between i and group[2:3] == jj -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = predecessor bond between i and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between i and group[2:3] == jj -lost fight with successor bond between i and group[2:3] == jj -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: i, destination: i -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[1:5] == ijjkk, destination: i -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[1:5] == ijjkk -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[1:5] == ijjkk from target string -destination: i -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[1:5] == ijjkk, destination: i -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:5] == ijjkk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:1] == ii from target string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ii from target string -no incompatible bonds -won fight with group[1:5] == ijjkk -broke the Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[1:5] == ijjkk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:1] == ii from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:5] == ijjkk from target string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=18 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=18 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from i to group[4:5] == kk -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[1:5] == ijjkk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ii from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from i to group[4:5] == kk -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[1:5] == ijjkk from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between i and group[2:3] == jj -lost fight with successor bond between i and group[2:3] == jj -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = group[4:5] == kk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[2:3] == jj from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[4:5] == kk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[1:5] == ijjkk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = group[0:1] == ii from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[1:5] == ijjkk from target string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between i and group[2:3] == jj -possible group: successor bond between i and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from i to group[4:5] == kk -object chosen = group[1:5] == ijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to successor -proposing group from i to group[4:5] == kk -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:1] == ii from target string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:5] == ijjkk from target string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 61 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:1] == ii from target string -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = group[0:1] == ii from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:5] == ijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[4:5] == kk from target string -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between i and group[2:3] == jj -won fight with successor bond between i and group[2:3] == jj -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and group[0:1] == ii -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to successor -proposing group from i to group[4:5] == kk -object chosen = group[1:5] == ijjkk from target string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:1] == ii from target string -object chosen = group[1:5] == ijjkk from target string -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[1:5] == ijjkk from target string -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[1:5] == ijjkk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to successor -proposing group from i to group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[1:5] == ijjkk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from i to group[4:5] == kk -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:5] == ijjkk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ii from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to successor -proposing group from i to group[4:5] == kk -object chosen = group[1:5] == ijjkk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from i to group[4:5] == kk -object chosen = group[1:5] == ijjkk from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from i to group[4:5] == kk -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:5] == ijjkk from target string -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[2:3] == jj from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from i to group[4:5] == kk -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[1:5] == ijjkk from target string -object chosen = group[4:5] == kk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[2:3] == jj from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between i and group[2:3] == jj -possible group: successor bond between i and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from i to group[4:5] == kk -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:5] == ijjkk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:1] == ii from target string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[2:3] == jj from target string -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -won fight with successor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -no incompatible groups -building bond predecessor bond between group[2:3] == jj and group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=36 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=36 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=36 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=36 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[0:1] == ii -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 57 for predecessor bond between group[0:1] == ii and group[2:3] == jj -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=36 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -predecessor bond between group[2:3] == jj and group[4:5] == kk -won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -no incompatible groups -building bond successor bond between group[2:3] == jj and group[4:5] == kk -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=36 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=36 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from i to group[4:5] == kk -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:5] == ijjkk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[1:5] == ijjkk from target string -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -firstBond2: successor bond between i and group[2:3] == jj -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[4:5] == kk from target string -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between i and group[2:3] == jj -lost fight with successor bond between i and group[2:3] == jj -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[2:3] == jj from target string -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 61 for successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 61 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to successor -proposing group from i to group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[1:5] == ijjkk from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[4:5] == kk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[4:5] == kk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from i to group[4:5] == kk -object chosen = group[1:5] == ijjkk from target string -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from i to group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:5] == ijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between i and group[2:3] == jj -possible group: successor bond between i and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from i to group[4:5] == kk -object chosen = group[1:5] == ijjkk from target string -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ii from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:1] == ii from target string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from i to group[4:5] == kk -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:5] == ijjkk from target string -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -object chosen = group[0:1] == ii from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ii from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from i to group[4:5] == kk -object chosen = group[1:5] == ijjkk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[4:5] == kk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -won fight with successor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and group[4:5] == kk -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: j -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:5] == ijjkk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -won fight with group[0:1] == ii -broke the Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[1:5] == ijjkk from target string -destination: i -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[1:5] == ijjkk, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[1:5] == ijjkk, destination: i -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[1:5] == ijjkk from target string -destination: i -object chosen = group[0:1] == ii from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[1:5] == ijjkk -no firstBond -no firstBond2 -object chosen = group[0:1] == ii from target string -no incompatible bonds -won fight with group[1:5] == ijjkk -broke the Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=41 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:1] == ii from target string -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=41 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -urgency: 100.0, number: 1, bin: 7 -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ii from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[4:5] == kk from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -object chosen = group[1:5] == ijjkk from target string -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -object chosen = group[0:1] == ii from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:1] == ii from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[1:5] == ijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[1:5] == ijjkk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between i and group[2:3] == jj -lost fight with successor bond between i and group[2:3] == jj -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from i to group[4:5] == kk -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[1:5] == ijjkk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:1] == ii from target string -object chosen = group[1:5] == ijjkk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: j, destination: group[0:1] == ii -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between group[0:1] == ii and j from other string -bond strength = 59 for successor bond between group[0:1] == ii and j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between i and group[2:3] == jj -won fight with successor bond between i and group[2:3] == jj -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and group[0:1] == ii -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from i to group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:5] == ijjkk from target string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[4:5] == kk -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[1:5] == ijjkk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[1:5] == ijjkk from target string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[4:5] == kk from target string -object chosen = group[0:1] == ii from target string -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to successor -proposing group from i to group[4:5] == kk -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[1:5] == ijjkk from target string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[4:5] == kk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from i to group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between i and group[2:3] == jj -possible group: successor bond between i and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from i to group[4:5] == kk -object chosen = group[4:5] == kk from target string -object chosen = group[1:5] == ijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[4:5] == kk -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[1:5] == ijjkk from target string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to successor -proposing group from i to group[4:5] == kk -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[1:5] == ijjkk from target string -object chosen = group[0:1] == ii from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ii from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 61 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[4:5] == kk -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 61 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 61 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between i and group[2:3] == jj -lost fight with successor bond between i and group[2:3] == jj -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -object chosen = group[4:5] == kk from target string -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:5] == ijjkk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[4:5] == kk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from i to group[4:5] == kk -object chosen = group[1:5] == ijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[4:5] == kk from target string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to successor -proposing group from i to group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[1:5] == ijjkk from target string -object chosen = group[1:5] == ijjkk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[4:5] == kk from target string -object chosen = group[2:3] == jj from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[1:5] == ijjkk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:1] == ii from target string -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to successor -proposing group from i to group[4:5] == kk -object chosen = group[1:5] == ijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -won fight with successor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and group[4:5] == kk -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from i to group[4:5] == kk -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:5] == ijjkk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:1] == ii from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:5] == ijjkk from target string -no incompatible bonds -lost fight with group[0:1] == ii -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = j from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ii from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -won fight with successor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and group[4:5] == kk -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = group[0:1] == ii from target string -object chosen = group[0:1] == ii from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from i to group[4:5] == kk -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:5] == ijjkk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[1:5] == ijjkk from target string -object chosen = group[0:1] == ii from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=34 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -object chosen = i from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = c from initial string -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = i from target string -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = b from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: j -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = j from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: i -object chosen = c from initial string -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = c from initial string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[2:3] == jj from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: i -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = group[2:3] == jj from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: k, destination: k -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: k, destination: k -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: i, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: i, destination: i -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: i, destination: i -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: i, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[4:5] == kk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:1] == ii from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: i, destination: i -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=51 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between group[0:1] == ii and group[2:3] == jj -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: i, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk -possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to predecessor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk -possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to predecessor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:5] == iijjkk from target string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -predecessor bond between group[0:1] == ii and group[2:3] == jj -won fight with predecessor bond between group[0:1] == ii and group[2:3] == jj -broke the bonds -lost fight with group[0:5] == iijjkk -failed to break groups: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to predecessor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[4:5] == kk, destination: j -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -predecessor bond between group[2:3] == jj and group[4:5] == kk -lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to predecessor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:5] == iijjkk from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:5] == iijjkk from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:5] == iijjkk from target string -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = c from initial string -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: i -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = c from initial string -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = a from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: i -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: j -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: k -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = c from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: k -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -to object: i -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: k -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -to object: i -object chosen = i from target string -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: j -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: j -object chosen = group[2:3] == jj from target string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = k from target string -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=83 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: i, destination: j -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=83 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: i, destination: i -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = Correspondence between a and i from other string -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: group[2:3] == jj, destination: i -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: k, destination: k -object chosen = c from initial string -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: j, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = group[4:5] == kk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=65 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: k, destination: group[2:3] == jj -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -destination: i -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: group[2:3] == jj, destination: k -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=79 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: i, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: i, destination: i -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=79 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=79 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: i, destination: i -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and group[2:3] == jj from other string -bond strength = 45 for predecessor bond between i and group[2:3] == jj -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and group[2:3] == jj from other string -bond strength = 45 for predecessor bond between i and group[2:3] == jj -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between a and b -broke the bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from group[0:1] == ii to group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = j from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: j, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[0:1] == ii and j from other string -bond strength = 23 for predecessor bond between group[0:1] == ii and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -to object: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -object chosen = group[0:5] == iijjkk from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -object chosen = group[2:3] == jj from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction -source chosen = i -no firstBond -firstBond2: sameness bond between i and i -possible group: sameness bond between i and i -trying from i to sameness -proposing group from i to i -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -object chosen = k from target string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction -source chosen = j -no firstBond -firstBond2: sameness bond between j and j -possible group: sameness bond between j and j -trying from j to sameness -proposing group from j to j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -to object: group[0:1] == ii -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = b from initial string -object chosen = group[2:3] == jj from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -lost fight with successor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -to object: group[4:5] == kk -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction -source chosen = j -firstBond: sameness bond between j and j -possible group: sameness bond between j and j -trying from j to sameness -proposing group from j to j -object chosen = group[2:3] == jj from target string -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = k from target string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = j from target string -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = c from initial string -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = a from initial string -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = sameness bond between i and i from other string -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: i -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = group[4:5] == kk from target string -object chosen = b from initial string -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: i -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: i -object chosen = group[2:3] == jj from target string -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: j -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = j from target string -object chosen = group[4:5] == kk from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -object chosen = a from initial string -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=64 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=64 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: group[4:5] == kk, destination: j -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=64 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: j, destination: group[4:5] == kk -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -object chosen = j from target string -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=64 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -object chosen = b from initial string -object chosen = group[0:1] == ii from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=64 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=84 -target : relevance = 16, unhappiness=64 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=64 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=64 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=64 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=84 -target : relevance = 16, unhappiness=64 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for direction -source chosen = i -no firstBond -firstBond2: sameness bond between i and i -possible group: sameness bond between i and i -trying from i to sameness -proposing group from i to i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: group[4:5] == kk, destination: j -object chosen = successor bond between i and j from other string -bond strength = 93 for successor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 16, unhappiness=63 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[4:5] == kk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -object chosen = group[0:1] == ii from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ii from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -object chosen = group[2:3] == jj from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: j, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and group[4:5] == kk from other string -bond strength = 45 for successor bond between j and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -to object: group[4:5] == kk -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[4:5] == kk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[4:5] == kk -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[2:3] == jj from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -object chosen = group[0:5] == iijjkk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: k, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and k from other string -bond strength = 23 for predecessor bond between group[2:3] == jj and k -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 37, unhappiness=12 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=18 -target : relevance = 37, unhappiness=12 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 37, unhappiness=12 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=18 -target : relevance = 37, unhappiness=12 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = j from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: j, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and group[4:5] == kk from other string -bond strength = 62 for successor bond between j and group[4:5] == kk -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -to object: group[4:5] == kk -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -urgency: 100.0, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -object chosen = b from initial string -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -to object: group[2:3] == jj -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = c from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = i from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: j, destination: j -object chosen = j from target string -posting bottom up codelets -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = sameness bond between i and i from other string -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: k -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for direction -source chosen = j -firstBond: sameness bond between j and j -possible group: sameness bond between j and j -trying from j to sameness -proposing group from j to j -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[2:3] == jj from target string -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -object chosen = group[2:3] == jj from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=83 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: i, destination: i -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: group[2:3] == jj, destination: i -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=65 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=65 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: k, destination: group[2:3] == jj -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: group[2:3] == jj, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: group[2:3] == jj, destination: i -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: group[2:3] == jj, destination: i -object chosen = group[0:1] == ii from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between i and group[2:3] == jj from other string -bond strength = 45 for successor bond between i and group[2:3] == jj -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=51 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: i, destination: group[2:3] == jj -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=51 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=51 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=51 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: i, destination: group[2:3] == jj -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -object chosen = group[2:3] == jj from target string -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -object chosen = successor bond between i and group[2:3] == jj from other string -bond strength = 23 for successor bond between i and group[2:3] == jj -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and group[4:5] == kk -building bond successor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 50, unhappiness=79 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 100, unhappiness=84 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -initial : relevance = 100, unhappiness=84 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for direction -source chosen = group[2:3] == jj -no firstBond -firstBond2: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to successor -proposing group from group[2:3] == jj to group[4:5] == kk -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[2:5] == jjkk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == bc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from group[2:3] == jj to group[4:5] == kk -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -object chosen = group[2:5] == jjkk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = group[0:5] == iijjkk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -firstBond2: successor bond between group[2:3] == jj and group[4:5] == kk -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = j from target string -object chosen = group[0:1] == ii from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: k, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from group[0:1] == ii to group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[2:5] == jjkk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -won fight with group[2:5] == jjkk -won fight with group[2:5] == jjkk -broke the Groups -building group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -won fight with successor bond between group[0:1] == ii and group[2:3] == jj -broke the bonds -lost fight with group[0:5] == iijjkk -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 25, unhappiness=42 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between group[2:3] == jj and k from other string -bond strength = 59 for successor bond between group[2:3] == jj and k -initial : relevance = 100, unhappiness=18 -target : relevance = 25, unhappiness=42 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=42 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 100.0, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -object chosen = group[0:5] == iijjkk from target string -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:5] == iijjkk from target string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for group -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=97 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=97 -target string selected: iijjkk with 6 letters, 6 objects, 0 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=89 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=89 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -to object: i -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=89 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -to object: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 20, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=86 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=86 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 20, unhappiness=86 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=94 -target : relevance = 20, unhappiness=86 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 50, unhappiness=94 -target : relevance = 20, unhappiness=86 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -to object: j -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = Correspondence between a and i from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction -source chosen = k -no firstBond -firstBond2: sameness bond between k and k -possible group: sameness bond between k and k -trying from k to sameness -proposing group from k to k -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -to object: i -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: j, destination: k -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 20, unhappiness=75 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=75 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond -source: k, destination: j -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=75 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 20, unhappiness=75 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=75 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group -object chosen = group[4:5] == kk from target string -object chosen = j from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 20, unhappiness=75 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 20, unhappiness=73 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=73 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=78 -target : relevance = 20, unhappiness=73 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=73 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=73 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond -source: j, destination: i -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 20, unhappiness=73 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=73 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond -source: j, destination: i -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=73 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=73 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 20, unhappiness=73 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond -source: i, destination: i -object chosen = group[4:5] == kk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 60, unhappiness=75 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond -source: k, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 20, unhappiness=75 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 20, unhappiness=75 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 60, unhappiness=75 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 20, unhappiness=75 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 20, unhappiness=75 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond -source: k, destination: k -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=75 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 16, unhappiness=75 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[2:3] == jj from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=75 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=75 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond -source: k, destination: k -initial : relevance = 100, unhappiness=18 -target : relevance = 16, unhappiness=75 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 16, unhappiness=60 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond -source: group[4:5] == kk, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=60 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group -object chosen = group[2:3] == jj from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=60 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=60 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: i, destination: i -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = predecessor bond between j and group[4:5] == kk from other string -bond strength = 56 for predecessor bond between j and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = group[4:5] == kk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=49 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 14, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=49 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=49 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=49 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:1] == ii from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=49 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: i, destination: group[2:3] == jj -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=49 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=49 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:1] == ii from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[4:5] == kk from target string -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ii from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: i, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = predecessor bond between j and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -predecessor bond between group[2:3] == jj and group[4:5] == kk -lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:1] == ii from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -predecessor bond between group[2:3] == jj and group[4:5] == kk -lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ii from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk -possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to predecessor -proposing group from group[2:3] == jj to group[4:5] == kk -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:5] == jjkk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk -possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to predecessor -proposing group from group[2:3] == jj to group[4:5] == kk -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[2:5] == jjkk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=33 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=15 -target : relevance = 25, unhappiness=33 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=33 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -initial : relevance = 50, unhappiness=15 -target : relevance = 25, unhappiness=33 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[0:1] == ab from initial string -object chosen = group[0:5] == iijjkk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=15 -target : relevance = 25, unhappiness=33 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:5] == iijjkk from target string -lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[1:2] == bc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk -firstBond2: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[2:3] == jj -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=33 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[2:3] == jj -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=33 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -firstBond2: predecessor bond between group[2:3] == jj and group[4:5] == kk -possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to predecessor -proposing group from group[2:3] == jj to group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=33 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=33 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:3] == iijj from target string -object chosen = group[0:3] == iijj from target string -object chosen = group[2:5] == jjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=33 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:3] == iijj from target string -object chosen = group[4:5] == kk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:3] == iijj from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:3] == iijj from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:3] == iijj from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk -no firstBond2 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -lost fight with successor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -object chosen = group[0:3] == iijj from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[4:5] == kk from target string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = group[2:5] == jjkk from target string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -to object: group[4:5] == kk -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -predecessor bond between group[2:3] == jj and group[4:5] == kk -won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -no incompatible groups -building bond successor bond between group[2:3] == jj and group[4:5] == kk -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -to object: group[2:3] == jj -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -won fight with successor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -no incompatible groups -building bond predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:3] == iijj from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[2:3] == jj -object chosen = group[0:3] == iijj from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:3] == iijj from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 22, unhappiness=36 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 22, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 60 for successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -won fight with successor bond between group[0:1] == ii and group[2:3] == jj -broke the bonds -won fight with group[0:3] == iijj -broke the groups -building bond predecessor bond between group[0:1] == ii and group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = i from target string -object chosen = i from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: i, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=36 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = successor bond between i and group[2:3] == jj from other string -bond strength = 39 for successor bond between i and group[2:3] == jj -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to predecessor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:3] == iijj from target string -no incompatible bonds -lost fight with group[0:5] == iijjkk -failed to break Groups: Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = k from target string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to predecessor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:3] == iijj from target string -no incompatible bonds -lost fight with group[0:5] == iijjkk -failed to break Groups: Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -firstBond2: predecessor bond between group[2:3] == jj and group[4:5] == kk -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:5] == iijjkk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=12 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 12, unhappiness=12 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to predecessor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 12, unhappiness=12 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 12, unhappiness=12 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and group[0:1] == ii -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=12 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to predecessor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: k, destination: group[2:3] == jj -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between group[2:3] == jj and k from other string -bond strength = 62 for predecessor bond between group[2:3] == jj and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = group[1:2] == bc from initial string -object chosen = c from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk -firstBond2: predecessor bond between group[0:1] == ii and group[2:3] == jj -initial : relevance = 50, unhappiness=79 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[4:5] == kk, destination: j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -predecessor bond between group[0:1] == ii and group[2:3] == jj -won fight with predecessor bond between group[0:1] == ii and group[2:3] == jj -broke the bonds -won fight with group[0:5] == iijjkk -broke the groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = predecessor bond between j and group[4:5] == kk from other string -bond strength = 45 for predecessor bond between j and group[4:5] == kk -object chosen = predecessor bond between group[2:3] == jj and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:1] == ab from initial string -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 33, unhappiness=79 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=80 -target : relevance = 25, unhappiness=33 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -initial : relevance = 33, unhappiness=80 -target : relevance = 25, unhappiness=33 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -lost fight with successor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -initial : relevance = 33, unhappiness=80 -target : relevance = 25, unhappiness=33 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -initial : relevance = 33, unhappiness=80 -target : relevance = 25, unhappiness=33 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -firstBond2: predecessor bond between group[2:3] == jj and group[4:5] == kk -possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to predecessor -proposing group from group[2:3] == jj to group[4:5] == kk -initial : relevance = 33, unhappiness=78 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk -possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to predecessor -proposing group from group[2:3] == jj to group[4:5] == kk -object chosen = group[2:5] == jjkk from target string -object chosen = group[2:5] == jjkk from target string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -object chosen = group[0:1] == ii from target string -initial : relevance = 33, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[2:3] == jj -initial : relevance = 33, unhappiness=78 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -to object: group[0:1] == ii -initial : relevance = 33, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:1] == ii from target string -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -won fight with group[0:1] == ab -won fight with group[0:1] == ab -broke the Groups -building group -object chosen = group[0:3] == iijj from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=78 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[2:3] == jj -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:3] == iijj from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:3] == iijj from target string -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -lost fight with successor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:3] == iijj from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -to object: group[2:3] == jj -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:3] == iijj from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -firstBond2: predecessor bond between group[2:3] == jj and group[4:5] == kk -possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to predecessor -proposing group from group[2:3] == jj to group[4:5] == kk -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -won fight with successor bond between group[0:1] == ii and group[2:3] == jj -broke the bonds -no incompatible groups -building bond predecessor bond between group[0:1] == ii and group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -predecessor bond between group[0:1] == ii and group[2:3] == jj -lost fight with predecessor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[2:5] == jjkk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -predecessor bond between group[0:1] == ii and group[2:3] == jj -won fight with predecessor bond between group[0:1] == ii and group[2:3] == jj -broke the bonds -no incompatible groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -predecessor bond between group[2:3] == jj and group[4:5] == kk -won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and group[4:5] == kk -building bond successor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -won fight with successor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -no incompatible groups -building bond predecessor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -to object: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:5] == iijjkk from target string -lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -predecessor bond between group[2:3] == jj and group[4:5] == kk -lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -to object: group[2:3] == jj -object chosen = group[2:5] == jjkk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:5] == iijjkk from target string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -to object: group[4:5] == kk -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:5] == iijjkk from target string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -predecessor bond between group[2:3] == jj and group[4:5] == kk -won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -no incompatible groups -building bond successor bond between group[2:3] == jj and group[4:5] == kk -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = group[0:5] == iijjkk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[1:2] == ij from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=12 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=12 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=12 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=12 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -firstBond2: successor bond between group[0:1] == ii and group[2:3] == jj -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=12 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = j -firstBond: sameness bond between j and j -possible group: sameness bond between j and j -trying from j to sameness -proposing group from j to j -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -object chosen = group[2:3] == jj from target string -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -initial : relevance = 100, unhappiness=18 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -no firstBond2 -object chosen = k from target string -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:5] == iijjkk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ii from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:3] == iijj from target string -no incompatible bonds -lost fight with group[0:5] == iijjkk -failed to break Groups: Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: k, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and k from other string -bond strength = 54 for predecessor bond between group[2:3] == jj and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=18 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[4:5] == kk from target string -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -won fight with successor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -lost fight with group[0:5] == iijjkk -failed to break groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[4:5] == kk -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:5] == iijjkk from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ii from target string -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -initial : relevance = 100, unhappiness=18 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=18 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=36 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=36 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -won fight with successor bond between group[0:1] == ii and group[2:3] == jj -broke the bonds -no incompatible groups -building bond predecessor bond between group[0:1] == ii and group[2:3] == jj -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[2:3] == jj -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to predecessor -proposing group from group[0:1] == ii to group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:3] == iijj from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and group[4:5] == kk -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 57 for successor bond between group[0:1] == ii and group[2:3] == jj -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = group[2:3] == jj from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -to object: group[0:1] == ii -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[2:3] == jj -no firstBond -firstBond2: predecessor bond between group[0:1] == ii and group[2:3] == jj -possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to predecessor -proposing group from group[0:1] == ii to group[2:3] == jj -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:3] == iijj from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 25, unhappiness=37 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:3] == iijj from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 11, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 11, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[0:3] == iijj -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:3] == iijj from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[0:3] == iijj, destination: group[4:5] == kk -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ii from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 56 for successor bond between group[0:1] == ii and group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and group[4:5] == kk -building bond successor bond between group[2:3] == jj and group[4:5] == kk -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:3] == iijj from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=36 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 22, unhappiness=36 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=36 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[0:3] == iijj, destination: group[4:5] == kk -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -predecessor bond between group[0:1] == ii and group[2:3] == jj -lost fight with predecessor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=36 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 11, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction -source chosen = group[0:1] == ii -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to predecessor -proposing group from group[0:1] == ii to group[2:3] == jj -object chosen = group[0:3] == iijj from target string -destination: group[4:5] == kk -object chosen = group[0:3] == iijj from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[4:5] == kk from target string -destination: group[0:3] == iijj -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[2:3] == jj from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 11, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[0:3] == iijj -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 11, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[0:3] == iijj, destination: group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 11, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ii from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 11, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[0:3] == iijj -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 11, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 56 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[0:3] == iijj -initial : relevance = 0, unhappiness=15 -target : relevance = 11, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 11, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:3] == iijj from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 11, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[0:3] == iijj, destination: group[4:5] == kk -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 22, unhappiness=37 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -to object: group[0:1] == ii -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -destination: group[0:3] == iijj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -predecessor bond between group[0:1] == ii and group[2:3] == jj -won fight with predecessor bond between group[0:1] == ii and group[2:3] == jj -broke the bonds -won fight with group[0:3] == iijj -broke the groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:1] == ii from target string -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -lost fight with successor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and group[4:5] == kk -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=36 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[2:3] == jj -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:3] == iijj from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -to object: group[2:3] == jj -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between group[2:3] == jj and group[4:5] == kk -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:3] == iijj from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -predecessor bond between group[2:3] == jj and group[4:5] == kk -lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -to object: group[0:1] == ii -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[2:3] == jj -object chosen = group[0:3] == iijj from target string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 61 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -won fight with successor bond between group[0:1] == ii and group[2:3] == jj -broke the bonds -no incompatible groups -building bond predecessor bond between group[0:1] == ii and group[2:3] == jj -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -no firstBond2 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -predecessor bond between group[0:1] == ii and group[2:3] == jj -won fight with predecessor bond between group[0:1] == ii and group[2:3] == jj -broke the bonds -no incompatible groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -won fight with successor bond between group[0:1] == ii and group[2:3] == jj -broke the bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -predecessor bond between group[2:3] == jj and group[4:5] == kk -lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -predecessor bond between group[2:3] == jj and group[4:5] == kk -won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -lost fight with group[0:5] == iijjkk -failed to break groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -to object: j -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to predecessor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = i from target string -object chosen = c from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = i from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = j from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: iijjkk with 6 letters, 6 objects, 0 bonds for bond -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: iijjkk with 6 letters, 6 objects, 0 bonds for bond -source: k, destination: k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = c from initial string -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = j from target string -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = a from initial string -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 0, unhappiness=78 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: i, destination: i -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between j and k from other string -bond strength = 62 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 40, unhappiness=86 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=86 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 40, unhappiness=86 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 20, unhappiness=86 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=84 -target : relevance = 40, unhappiness=86 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 93 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 40, unhappiness=86 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 40, unhappiness=86 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 0, unhappiness=84 -target : relevance = 40, unhappiness=81 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=81 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=84 -target : relevance = 40, unhappiness=81 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for direction -source chosen = k -firstBond: sameness bond between k and k -possible group: sameness bond between k and k -trying from k to sameness -proposing group from k to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=81 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond -source: k, destination: j -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=81 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=81 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=73 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=73 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond -source: j, destination: i -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 20, unhappiness=73 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond -source: i, destination: i -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=73 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group -object chosen = group[2:3] == jj from target string -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 20, unhappiness=73 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=79 -target : relevance = 60, unhappiness=73 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[2:3] == jj from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 16, unhappiness=73 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for direction -source chosen = k -firstBond: sameness bond between k and k -possible group: sameness bond between k and k -trying from k to sameness -proposing group from k to k -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=73 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 16, unhappiness=61 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond -source: group[2:3] == jj, destination: i -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 16, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for direction -source chosen = k -firstBond: sameness bond between k and k -possible group: sameness bond between k and k -trying from k to sameness -proposing group from k to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond -source: i, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond -source: i, destination: i -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 42, unhappiness=61 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[2:3] == jj, destination: i -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 14, unhappiness=61 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -to object: i -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[4:5] == kk from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 14, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 14, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 14, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 14, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and group[2:3] == jj from other string -bond strength = 56 for predecessor bond between i and group[2:3] == jj -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 14, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 14, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: i, destination: group[2:3] == jj -initial : relevance = 50, unhappiness=84 -target : relevance = 14, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction -source chosen = i -firstBond: sameness bond between i and i -possible group: sameness bond between i and i -trying from i to sameness -proposing group from i to i -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 14, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ii from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[1:2] == bc from initial string -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=84 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and group[2:3] == jj from other string -bond strength = 54 for predecessor bond between i and group[2:3] == jj -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=84 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between group[0:1] == ii and group[2:3] == jj -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[0:1] == ii -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to predecessor -proposing group from group[0:1] == ii to group[2:3] == jj -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[0:1] == ii -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to predecessor -proposing group from group[0:1] == ii to group[2:3] == jj -object chosen = group[2:3] == jj from target string -object chosen = group[2:3] == jj from target string -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:3] == iijj from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -to object: group[2:3] == jj -object chosen = group[0:3] == iijj from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=78 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -to object: group[4:5] == kk -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=78 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=79 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=79 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -predecessor bond between group[0:1] == ii and group[2:3] == jj -lost fight with predecessor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[0:1] == ii -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to predecessor -proposing group from group[0:1] == ii to group[2:3] == jj -object chosen = group[4:5] == kk from target string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 57 for successor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:3] == iijj from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -to object: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -object chosen = group[0:1] == ii from target string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for successor bond between group[0:1] == ii and group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[2:3] == jj -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to predecessor -proposing group from group[0:1] == ii to group[2:3] == jj -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[2:3] == jj from target string -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 57 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -firstBond2: predecessor bond between group[2:3] == jj and group[4:5] == kk -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -to object: i -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -to object: group[0:1] == ii -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 57 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -predecessor bond between group[2:3] == jj and group[4:5] == kk -lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:3] == iijj from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk -possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to predecessor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -object chosen = group[0:5] == iijjkk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between i and group[2:3] == jj from other string -bond strength = 62 for predecessor bond between i and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = predecessor bond between i and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[0:5] == iijjkk from target string -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -destination: j -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and group[4:5] == kk from other string -bond strength = 62 for predecessor bond between j and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[2:3] == jj from target string -object chosen = j from target string -object chosen = group[0:5] == iijjkk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to predecessor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between j and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = j from target string -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: j, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between k and k from other string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=86 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -initial : relevance = 0, unhappiness=100 -target : relevance = 20, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: j, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: k, destination: k -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: j, destination: k -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 20, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: i, destination: i -initial : relevance = 0, unhappiness=100 -target : relevance = 20, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: a -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -object chosen = group[2:3] == jj from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: k, destination: k -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: i, destination: i -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -object chosen = b from initial string -object chosen = group[4:5] == kk from target string -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=80 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: j, destination: j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=64 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=64 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -object chosen = i from target string -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=64 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: group[2:3] == jj, destination: i -object chosen = a from initial string -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=64 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = group[0:1] == ii from target string -object chosen = k from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=64 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: k, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=64 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: k, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=64 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: i, destination: i -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=64 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -firstBond2: sameness bond between k and k -possible group: sameness bond between k and k -trying from k to sameness -proposing group from k to k -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -object chosen = group[4:5] == kk from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -object chosen = group[0:1] == ii from target string -object chosen = a from initial string -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = group[0:1] == ii from target string -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = a from initial string -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between group[2:3] == jj and k from other string -bond strength = 23 for successor bond between group[2:3] == jj and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = b from initial string -object chosen = group[0:1] == ii from target string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[4:5] == kk from target string -destination: j -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[2:3] == jj and group[4:5] == kk -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[4:5] == kk from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=37 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=84 -target : relevance = 12, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = i from target string -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = predecessor bond between j and group[4:5] == kk from other string -bond strength = 23 for predecessor bond between j and group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -object chosen = group[2:3] == jj from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 57 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to successor -proposing group from group[2:3] == jj to group[4:5] == kk -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ii from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ii from target string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[2:5] == jjkk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -lost fight with successor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[2:3] == jj from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:1] == ii from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[2:3] == jj from target string -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: i, destination: i -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -object chosen = k from target string -object chosen = c from initial string -object chosen = group[4:5] == kk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -object chosen = c from initial string -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = sameness bond between k and k from other string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 20, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 20, unhappiness=94 -target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond -source: k, destination: k -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -initial : relevance = 0, unhappiness=100 -target : relevance = 20, unhappiness=94 -target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 20, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 20, unhappiness=94 -target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond -source: i, destination: i -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: j, destination: k -object chosen = k from target string -object chosen = c from initial string -object chosen = j from target string -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: i, destination: i -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = b from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[4:5] == kk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=84 -target : relevance = 16, unhappiness=86 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = j from target string -initial : relevance = 0, unhappiness=84 -target : relevance = 33, unhappiness=86 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 33, unhappiness=86 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: i, destination: i -initial : relevance = 100, unhappiness=84 -target : relevance = 16, unhappiness=86 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 16, unhappiness=86 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 33, unhappiness=86 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: j, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 33, unhappiness=86 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: j, destination: k -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=66 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = b from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 16, unhappiness=66 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 16, unhappiness=66 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=66 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 16, unhappiness=66 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=66 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 16, unhappiness=66 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=66 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -object chosen = group[4:5] == kk from target string -destination: j -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 16, unhappiness=66 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=66 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=66 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 16, unhappiness=66 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=66 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 16, unhappiness=65 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between j and k from other string -bond strength = 93 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: group[0:1] == ii, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = group[0:1] == ii from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=52 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=52 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=52 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=52 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=52 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=52 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=52 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: j, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=52 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: j, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=52 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=52 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and group[4:5] == kk from other string -bond strength = 23 for predecessor bond between j and group[4:5] == kk -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -destination: j -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:1] == ii from target string -destination: j -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 28, unhappiness=53 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: j, destination: group[0:1] == ii -initial : relevance = 100, unhappiness=18 -target : relevance = 14, unhappiness=53 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 28, unhappiness=53 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: group[0:1] == ii, destination: j -object chosen = successor bond between group[0:1] == ii and j from other string -bond strength = 45 for successor bond between group[0:1] == ii and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=52 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: group[4:5] == kk, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=52 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=52 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: group[4:5] == kk, destination: j -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=52 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -object chosen = group[0:1] == ii from target string -destination: j -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and j from other string -bond strength = 45 for successor bond between group[0:1] == ii and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 14, unhappiness=52 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[4:5] == kk, destination: j -object chosen = predecessor bond between j and group[4:5] == kk from other string -bond strength = 23 for predecessor bond between j and group[4:5] == kk -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=48 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=48 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[0:1] == ii and j from other string -bond strength = 45 for successor bond between group[0:1] == ii and j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -to object: j -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=48 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[0:1] == ii and j from other string -bond strength = 45 for successor bond between group[0:1] == ii and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=48 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[4:5] == kk, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 14, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=48 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=48 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 14, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: j, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -firstBond2: sameness bond between k and k -possible group: sameness bond between k and k -trying from k to sameness -proposing group from k to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[4:5] == kk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=48 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[0:1] == ii and j from other string -bond strength = 43 for predecessor bond between group[0:1] == ii and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = group[4:5] == kk from target string -destination: j -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=48 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=48 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[4:5] == kk, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 14, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=48 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and group[4:5] == kk from other string -bond strength = 23 for predecessor bond between j and group[4:5] == kk -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=48 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[0:1] == ii, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=48 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=48 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = group[1:2] == ij from target string -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -object chosen = k from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = sameness bond between i and i from other string -object chosen = successor bond between i and j from other string -bond strength = 93 for successor bond between i and j -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 20, unhappiness=89 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 0, unhappiness=94 -target : relevance = 20, unhappiness=89 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for direction -source chosen = k -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 20, unhappiness=89 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: i, destination: i -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 20, unhappiness=89 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: k, destination: k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=94 -target : relevance = 20, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 20, unhappiness=91 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=91 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 20, unhappiness=86 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = successor bond between j and k from other string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 40, unhappiness=86 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: i -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = i from target string -initial : relevance = 0, unhappiness=94 -target : relevance = 40, unhappiness=86 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=86 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -to object: i -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=94 -target : relevance = 40, unhappiness=81 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 40, unhappiness=81 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 40, unhappiness=81 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: i, destination: i -initial : relevance = 0, unhappiness=94 -target : relevance = 40, unhappiness=81 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: k, destination: j -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: i, destination: i -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 40, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = group[1:2] == ij from target string -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -initial : relevance = 0, unhappiness=94 -target : relevance = 40, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 0, unhappiness=94 -target : relevance = 33, unhappiness=78 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 33, unhappiness=78 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: k, destination: j -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=66 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=66 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for direction -source chosen = i -firstBond: sameness bond between i and i -possible group: sameness bond between i and i -trying from i to sameness -proposing group from i to i -object chosen = successor bond between j and k from other string -bond strength = 65 for successor bond between j and k -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 33, unhappiness=66 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=66 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 33, unhappiness=66 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: i, destination: i -initial : relevance = 0, unhappiness=84 -target : relevance = 33, unhappiness=66 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 33, unhappiness=66 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=66 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=66 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: j, destination: group[4:5] == kk -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=66 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=66 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=66 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=66 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=66 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 33, unhappiness=66 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: j, destination: i -initial : relevance = 0, unhappiness=84 -target : relevance = 33, unhappiness=66 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 33, unhappiness=66 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 33, unhappiness=66 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=66 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 33, unhappiness=66 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:1] == ii from target string -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = i from target string -object chosen = group[0:1] == ii from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=66 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for direction -source chosen = i -firstBond: sameness bond between i and i -possible group: sameness bond between i and i -trying from i to sameness -proposing group from i to i -object chosen = b from initial string -object chosen = group[0:1] == ii from target string -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=84 -target : relevance = 28, unhappiness=66 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -initial : relevance = 0, unhappiness=84 -target : relevance = 28, unhappiness=66 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 28, unhappiness=53 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: group[4:5] == kk, destination: j -initial : relevance = 0, unhappiness=78 -target : relevance = 28, unhappiness=53 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 28, unhappiness=53 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=53 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 28, unhappiness=53 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = group[0:1] == ii from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 28, unhappiness=53 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: group[4:5] == kk, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 28, unhappiness=53 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=84 -target : relevance = 28, unhappiness=53 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 28, unhappiness=53 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 28, unhappiness=53 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = k from target string -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=84 -target : relevance = 28, unhappiness=53 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 28, unhappiness=53 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from j to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 28, unhappiness=53 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 28, unhappiness=53 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: group[0:1] == ii, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=53 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=78 -target : relevance = 28, unhappiness=53 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 28, unhappiness=53 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=53 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 28, unhappiness=53 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: j, destination: j -initial : relevance = 0, unhappiness=18 -target : relevance = 28, unhappiness=53 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -initial : relevance = 0, unhappiness=18 -target : relevance = 28, unhappiness=53 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -initial : relevance = 0, unhappiness=18 -target : relevance = 28, unhappiness=53 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 28, unhappiness=53 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 28, unhappiness=53 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: group[0:1] == ii, destination: j -object chosen = group[0:1] == ii from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 28, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -initial : relevance = 0, unhappiness=18 -target : relevance = 28, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 28, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: j, destination: group[4:5] == kk -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=51 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=18 -target : relevance = 28, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -initial : relevance = 0, unhappiness=18 -target : relevance = 28, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 28, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: group[0:1] == ii, destination: j -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=51 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: group[0:1] == ii, destination: j -object chosen = group[3:4] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=51 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: group[4:5] == kk, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: group[4:5] == kk, destination: j -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[0:1] == ii, destination: j -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: j, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=48 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=48 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and group[4:5] == kk from other string -bond strength = 62 for successor bond between j and group[4:5] == kk -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 42, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[4:5] == kk, destination: j -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -destination: j -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[0:1] == ii, destination: j -object chosen = predecessor bond between j and group[4:5] == kk from other string -bond strength = 45 for predecessor bond between j and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and j from other string -bond strength = 62 for successor bond between group[0:1] == ii and j -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: j, destination: group[4:5] == kk -object chosen = successor bond between j and group[4:5] == kk from other string -bond strength = 62 for successor bond between j and group[4:5] == kk -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=48 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=48 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=48 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 28, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=48 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=48 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=79 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ii from target string -destination: j -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:1] == ab from initial string -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = successor bond between group[0:1] == ii and j from other string -bond strength = 62 for successor bond between group[0:1] == ii and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = group[4:5] == kk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -to object: j -initial : relevance = 50, unhappiness=79 -target : relevance = 28, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = predecessor bond between j and group[4:5] == kk from other string -bond strength = 45 for predecessor bond between j and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 28, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 28, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == ij from target string -object chosen = group[1:2] == bc from initial string -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=79 -target : relevance = 28, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from j to k -initial : relevance = 50, unhappiness=79 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[3:4] == jk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 28, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[0:1] == ii, destination: j -object chosen = successor bond between group[0:1] == ii and j from other string -bond strength = 62 for successor bond between group[0:1] == ii and j -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -object chosen = j from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: j, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 33, unhappiness=78 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: group[0:1] == ab -initial : relevance = 33, unhappiness=78 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[1:2] == bc from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between group[0:1] == ii and j from other string -bond strength = 45 for predecessor bond between group[0:1] == ii and j -initial : relevance = 33, unhappiness=78 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: group[0:1] == ab -initial : relevance = 33, unhappiness=78 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 33, unhappiness=78 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:1] == ab from initial string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 28, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: j, destination: j -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 28, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 33, unhappiness=78 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 28, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[4:5] == kk, destination: j -initial : relevance = 33, unhappiness=78 -target : relevance = 28, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -initial : relevance = 33, unhappiness=80 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[0:1] == ii, destination: j -initial : relevance = 33, unhappiness=80 -target : relevance = 28, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = c from initial string -destination: group[0:1] == ab -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: group[0:1] == ab -object chosen = group[1:2] == bc from initial string -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = predecessor bond between group[0:1] == ii and j from other string -bond strength = 45 for predecessor bond between group[0:1] == ii and j -initial : relevance = 0, unhappiness=80 -target : relevance = 42, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = i from target string -initial : relevance = 33, unhappiness=78 -target : relevance = 28, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: k, destination: j -object chosen = successor bond between j and group[4:5] == kk from other string -bond strength = 62 for successor bond between j and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = group[3:4] == jk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:1] == ii from target string -destination: j -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: sameness bond between j and j -possible group: sameness bond between j and j -trying from j to sameness -proposing group from j to j -initial : relevance = 33, unhappiness=78 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[2:3] == jj from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: j, destination: group[0:1] == ii -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 65 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:1] == ab -broke the groups -building bond predecessor bond between a and b -initial : relevance = 100, unhappiness=80 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=80 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -object chosen = a from initial string -object chosen = predecessor bond between group[0:1] == ii and j from other string -bond strength = 45 for predecessor bond between group[0:1] == ii and j -object chosen = successor bond between j and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=80 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=80 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[0:1] == ii, destination: j -initial : relevance = 100, unhappiness=80 -target : relevance = 0, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -initial : relevance = 0, unhappiness=80 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 0, unhappiness=80 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=80 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 28, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction -source chosen = j -firstBond: sameness bond between j and j -possible group: sameness bond between j and j -trying from j to sameness -proposing group from j to j -initial : relevance = 0, unhappiness=78 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and j from other string -bond strength = 62 for successor bond between group[0:1] == ii and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 28, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=48 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 25, unhappiness=48 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=48 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: j, destination: group[4:5] == kk -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=48 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 50, unhappiness=84 -target : relevance = 25, unhappiness=48 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 25, unhappiness=48 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[3:4] == jk from target string -no incompatible bonds -lost fight with group[2:3] == jj -failed to break Groups: Fizzle -object chosen = group[0:1] == ab from initial string -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=48 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=84 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -object chosen = group[2:3] == jj from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = c from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 50, unhappiness=84 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between group[0:1] == ii and j from other string -bond strength = 59 for successor bond between group[0:1] == ii and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ii from target string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between group[0:1] == ii and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:1] == ab from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 100, unhappiness=84 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=84 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[1:2] == bc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 66, unhappiness=78 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 66, unhappiness=78 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[2:3] == jj -initial : relevance = 66, unhappiness=78 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[1:2] == bc -won fight with group[1:2] == bc -broke the Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=92 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=92 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=92 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=92 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=92 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=92 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and group[4:5] == kk -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = k -firstBond: sameness bond between k and k -possible group: sameness bond between k and k -trying from k to sameness -proposing group from k to k -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[4:5] == kk from target string -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[0:1] == ii -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[2:3] == jj and group[4:5] == kk -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -firstBond2: successor bond between group[0:1] == ii and group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -to object: group[4:5] == kk -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:1] == ii from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from group[0:1] == ii to group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[4:5] == kk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -lost fight with successor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = k -firstBond: sameness bond between k and k -possible group: sameness bond between k and k -trying from k to sameness -proposing group from k to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = c from initial string -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -to object: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -to object: group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: j, destination: group[0:1] == ii -object chosen = successor bond between group[0:1] == ii and j from other string -bond strength = 64 for successor bond between group[0:1] == ii and j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = i from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=86 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: j -object chosen = k from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=86 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=86 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=86 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=86 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: j -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: k -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from j to k -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -to object: i -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: i -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -bond strength = 93 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 20, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -initial : relevance = 100, unhappiness=89 -target : relevance = 20, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 20, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: k -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 40, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 40, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 40, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 20, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 40, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 40, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: i -object chosen = group[3:4] == jk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 40, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: i -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 40, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: i -initial : relevance = 100, unhappiness=78 -target : relevance = 20, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 20, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 40, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 40, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 20, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 40, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: k -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 20, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -to object: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=83 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 16, unhappiness=83 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for direction -source chosen = k -firstBond: sameness bond between k and k -possible group: sameness bond between k and k -trying from k to sameness -proposing group from k to k -object chosen = group[4:5] == kk from target string -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=83 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 16, unhappiness=66 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=66 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=66 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -object chosen = b from initial string -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[4:5] == kk from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 42, unhappiness=63 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: k, destination: k -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=18 -target : relevance = 42, unhappiness=63 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 14, unhappiness=63 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=49 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=49 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: j, destination: j -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=49 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=49 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = j from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 42, unhappiness=50 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[1:2] == bc from initial string -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 0, unhappiness=18 -target : relevance = 42, unhappiness=50 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -initial : relevance = 0, unhappiness=18 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[0:1] == ii, destination: j -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 28, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = i from target string -object chosen = group[1:2] == bc from initial string -no incompatible bonds -won fight with group[0:2] == abc -won fight with group[0:2] == abc -broke the Groups -building group -object chosen = j from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: j, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[4:5] == kk, destination: j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[0:1] == ii, destination: j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -lost fight with group[1:2] == bc -failed to break Groups: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[4:5] == kk, destination: j -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[4:5] == kk, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 66, unhappiness=78 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 66, unhappiness=78 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 66, unhappiness=78 -target : relevance = 28, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 66, unhappiness=78 -target : relevance = 28, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction -source chosen = j -firstBond: sameness bond between j and j -possible group: sameness bond between j and j -trying from j to sameness -proposing group from j to j -initial : relevance = 66, unhappiness=78 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: group[1:2] == bc -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 95 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[4:5] == kk, destination: j -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[1:2] == bc -won fight with group[1:2] == bc -broke the Groups -building group -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 28, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[2:3] == jj from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[4:5] == kk, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 28, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: j, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 28, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=47 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 28, unhappiness=47 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[4:5] == kk from target string -object chosen = group[4:5] == kk from target string -object chosen = group[1:2] == ij from target string -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[2:3] == jj and group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -to object: group[2:3] == jj -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:5] == iijjkk from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -to object: group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:5] == iijjkk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: i, destination: i -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = k from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 20, unhappiness=94 -target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond -source: k, destination: k -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 20, unhappiness=94 -target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond -source: i, destination: i -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 20, unhappiness=94 -target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond -source: i, destination: i -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = c from initial string -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: j, destination: j -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: k, destination: k -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for group -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: i -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: k -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = k from target string -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: k -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -object chosen = group[2:3] == jj from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: k -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between j and k from other string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -object chosen = b from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 20, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: b -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: k, destination: k -object chosen = a from initial string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=100 -target : relevance = 20, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction -source chosen = k -firstBond: sameness bond between k and k -possible group: sameness bond between k and k -trying from k to sameness -proposing group from k to k -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[4:5] == kk from target string -object chosen = group[2:3] == jj from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = group[2:3] == jj from target string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 16, unhappiness=63 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=63 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: k, destination: k -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=64 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=64 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: k, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=64 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -destination: k -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=64 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -object chosen = k from target string -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 42, unhappiness=64 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = c from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 14, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -object chosen = c from initial string -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: i, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 42, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 42, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 42, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 14, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: i, destination: i -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 42, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: j, destination: k -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 42, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 14, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 42, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 14, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for direction -source chosen = group[2:3] == jj -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 42, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:1] == ii from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 14, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: i, destination: i -object chosen = i from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: i, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 42, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = successor bond between i and group[2:3] == jj from other string -bond strength = 40 for successor bond between i and group[2:3] == jj -initial : relevance = 0, unhappiness=100 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 42, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -initial : relevance = 0, unhappiness=100 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 42, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[2:3] == jj, destination: i -initial : relevance = 0, unhappiness=100 -target : relevance = 42, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: i, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 42, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -object chosen = group[2:3] == jj from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: k, destination: k -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 37, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 37, unhappiness=50 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 37, unhappiness=50 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 37, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 37, unhappiness=50 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: i, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 37, unhappiness=50 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 37, unhappiness=50 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: i, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=100 -target : relevance = 37, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -object chosen = group[4:5] == kk from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 0, unhappiness=100 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 57 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:1] == ii from target string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=89 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = b from initial string -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=34 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 25, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -to object: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=34 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: j, destination: group[4:5] == kk -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -lost fight with successor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 61 for predecessor bond between group[2:3] == jj and group[4:5] == kk -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=89 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=36 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=36 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=36 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=36 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=36 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=36 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -to object: group[4:5] == kk -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = c from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[4:5] == kk -firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = group[0:1] == ii from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -predecessor bond between group[2:3] == jj and group[4:5] == kk -lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ii from target string -initial : relevance = 50, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:5] == iijjkk from target string -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ii from target string -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:1] == ab from initial string -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = c from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk -possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to predecessor -proposing group from group[2:3] == jj to group[4:5] == kk -initial : relevance = 33, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 33, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -initial : relevance = 33, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -initial : relevance = 33, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -initial : relevance = 33, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk -possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to predecessor -proposing group from group[2:3] == jj to group[4:5] == kk -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -lost fight with successor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 33, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = group[2:5] == jjkk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 66, unhappiness=93 -target : relevance = 25, unhappiness=33 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=93 -target : relevance = 37, unhappiness=33 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = k from target string -initial : relevance = 0, unhappiness=93 -target : relevance = 25, unhappiness=33 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:5] == iijjkk from target string -lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[4:5] == kk from target string -initial : relevance = 66, unhappiness=93 -target : relevance = 25, unhappiness=33 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = i from target string -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=78 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[0:1] == ab -won fight with group[0:1] == ab -broke the Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[2:5] == jjkk from target string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:3] == iijj from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[2:5] == jjkk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -predecessor bond between group[2:3] == jj and group[4:5] == kk -lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -firstBond2: successor bond between group[0:1] == ii and group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[0:1] == ii from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -won fight with successor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -won fight with group[0:5] == iijjkk -broke the groups -building bond predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:5] == iijjkk from target string -won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -to object: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -firstBond2: successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between a and group[0:1] == ii -building bond predecessor bond between a and b -initial : relevance = 50, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -initial : relevance = 50, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between i and group[2:3] == jj from other string -bond strength = 45 for predecessor bond between i and group[2:3] == jj -initial : relevance = 50, unhappiness=79 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -initial : relevance = 100, unhappiness=79 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 12, unhappiness=12 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=12 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[2:3] == jj from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 12, unhappiness=12 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=12 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from group[0:1] == ii to group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from group[0:1] == ii to group[4:5] == kk -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -to object: group[2:3] == jj -object chosen = group[0:5] == iijjkk from target string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -won fight with successor bond between group[0:1] == ii and group[2:3] == jj -broke the bonds -won fight with group[0:5] == iijjkk -broke the groups -building bond predecessor bond between group[0:1] == ii and group[2:3] == jj -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -lost fight with predecessor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -predecessor bond between group[0:1] == ii and group[2:3] == jj -won fight with predecessor bond between group[0:1] == ii and group[2:3] == jj -broke the bonds -no incompatible groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:5] == iijjkk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[2:3] == jj -no firstBond -firstBond2: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[2:3] == jj -object chosen = group[0:3] == iijj from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and group[4:5] == kk -building bond successor bond between group[2:3] == jj and group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:3] == iijj from target string -object chosen = group[0:1] == ii from target string -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 100, unhappiness=18 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from group[0:1] == ii to group[4:5] == kk -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[4:5] == kk from target string -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=18 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:5] == iijjkk from target string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -to object: group[4:5] == kk -object chosen = successor bond between j and group[4:5] == kk from other string -bond strength = 62 for successor bond between j and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:5] == iijjkk from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=12 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = i from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=12 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -no firstBond2 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = j from target string -object chosen = successor bond between j and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:3] == iijj from target string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and group[4:5] == kk -building bond successor bond between group[2:3] == jj and group[4:5] == kk -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:5] == iijjkk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:5] == iijjkk from target string -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:3] == iijj from target string -no incompatible bonds -lost fight with group[0:5] == iijjkk -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: i, destination: i -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[4:5] == kk from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -firstBond2: successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[2:3] == jj from target string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: j, destination: group[4:5] == kk -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and group[4:5] == kk from other string -bond strength = 62 for successor bond between j and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between j and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=18 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[2:3] == jj from target string -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=18 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -object chosen = group[4:5] == kk from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = group[0:1] == ii from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -initial : relevance = 100, unhappiness=18 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and group[4:5] == kk -building bond successor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 100, unhappiness=18 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=18 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -no firstBond2 -initial : relevance = 100, unhappiness=18 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -won fight with successor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -no incompatible groups -building bond predecessor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -to object: group[0:1] == ii -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -won fight with successor bond between group[0:1] == ii and group[2:3] == jj -broke the bonds -no incompatible groups -building bond predecessor bond between group[0:1] == ii and group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to predecessor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -no firstBond2 -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = j from target string -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:1] == ii from target string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = b from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: i, destination: i -object chosen = c from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -to object: j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: i, destination: i -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for direction -source chosen = j -no firstBond -firstBond2: sameness bond between j and j -possible group: sameness bond between j and j -trying from j to sameness -proposing group from j to j -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: i -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: k -object chosen = group[2:3] == jj from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: j -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -to object: i -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: i -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = i from target string -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -to object: k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[2:3] == jj from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: k, destination: k -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: k, destination: k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: i, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: i, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: i, destination: i -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -target string selected: iijjkk with 6 letters, 7 objects, 3 bonds for bond -source: k, destination: k -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=65 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[4:5] == kk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=65 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=65 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=65 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=65 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: k, destination: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=65 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=65 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=18 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=18 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -initial : relevance = 0, unhappiness=18 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: group[2:3] == jj, destination: i -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=51 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: i, destination: i -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -to object: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for bond -source: i, destination: i -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 3 bonds for group -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and group[2:3] == jj from other string -bond strength = 56 for successor bond between i and group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=51 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=51 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[2:3] == jj, destination: i -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -object chosen = group[0:1] == ii from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:1] == ii from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:1] == ii from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -no firstBond -firstBond2: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[2:3] == jj -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:3] == iijj from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between group[2:3] == jj and group[4:5] == kk -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=33 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=33 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=33 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=33 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=33 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=33 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=33 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=33 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=33 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=33 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = group[2:5] == jjkk from target string -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -to object: group[2:3] == jj -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -lost fight with successor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: i, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:3] == iijj from target string -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[4:5] == kk from target string -object chosen = successor bond between i and group[2:3] == jj from other string -bond strength = 59 for successor bond between i and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=33 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[4:5] == kk -firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=33 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=33 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -to object: group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -predecessor bond between group[2:3] == jj and group[4:5] == kk -won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -no incompatible groups -building bond successor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = group[0:5] == iijjkk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -to object: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:3] == iijj from target string -no incompatible bonds -won fight with group[0:5] == iijjkk -lost fight with group[0:5] == iijjkk -failed to break Groups: Fizzle -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -won fight with successor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -lost fight with group[0:5] == iijjkk -failed to break groups: Fizzle -object chosen = group[0:5] == iijjkk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ii from target string -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -lost fight with successor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = j from target string -object chosen = a from initial string -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = Correspondence between a and i from other string -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = k from target string -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -object chosen = j from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=88 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: i -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=86 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=86 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 40, unhappiness=86 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: k, destination: k -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = c from initial string -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 60, unhappiness=86 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=75 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for bond -source: i, destination: i -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=75 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group -object chosen = i from target string -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=75 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=75 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 20, unhappiness=75 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=73 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ii from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 16, unhappiness=73 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 0, unhappiness=89 -target : relevance = 16, unhappiness=73 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond -to object: k -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=73 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=73 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 16, unhappiness=73 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond -source: k, destination: k -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=62 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 16, unhappiness=62 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 14, unhappiness=62 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=62 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = group[0:1] == ii from target string -object chosen = j from target string -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=62 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=62 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=62 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=48 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 14, unhappiness=48 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=48 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=48 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = group[4:5] == kk from target string -destination: j -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[0:1] == ii, destination: j -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=48 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between j and group[4:5] == kk from other string -bond strength = 23 for predecessor bond between j and group[4:5] == kk -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 0, unhappiness=89 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = group[2:3] == jj from target string -object chosen = group[2:3] == jj from target string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 37, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=89 -target : relevance = 37, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 12, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 12, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = b from initial string -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[4:5] == kk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -to object: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and j from other string -bond strength = 45 for successor bond between group[0:1] == ii and j -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[2:3] == jj and group[4:5] == kk -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[2:3] == jj -no firstBond -firstBond2: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[2:3] == jj -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = group[0:3] == iijj from target string -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -lost fight with successor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and group[4:5] == kk -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -to object: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and group[4:5] == kk -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -to object: group[4:5] == kk -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -to object: group[2:3] == jj -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and group[4:5] == kk -building bond successor bond between group[2:3] == jj and group[4:5] == kk -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -firstBond2: sameness bond between k and k -possible group: sameness bond between k and k -trying from k to sameness -proposing group from k to k -object chosen = group[2:3] == jj from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from group[0:1] == ii to group[4:5] == kk -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -no firstBond2 -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:3] == iijj from target string -no incompatible bonds -lost fight with group[0:5] == iijjkk -failed to break Groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = i -firstBond: sameness bond between i and i -possible group: sameness bond between i and i -trying from i to sameness -proposing group from i to i -object chosen = group[0:5] == iijjkk from target string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[2:3] == jj, destination: k -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -won fight with successor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -lost fight with group[0:5] == iijjkk -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = successor bond between group[2:3] == jj and k from other string -bond strength = 62 for successor bond between group[2:3] == jj and k -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = b from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = i -firstBond: sameness bond between i and i -possible group: sameness bond between i and i -trying from i to sameness -proposing group from i to i -object chosen = group[0:1] == ii from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between group[2:3] == jj and k from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:1] == ii from target string -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from group[0:1] == ii to group[4:5] == kk -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[2:3] == jj from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from group[0:1] == ii to group[4:5] == kk -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=12 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=12 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and group[4:5] == kk -building bond successor bond between group[2:3] == jj and group[4:5] == kk -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=37 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=37 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=37 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -won fight with successor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -won fight with group[0:5] == iijjkk -broke the groups -building bond predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:3] == iijj from target string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -predecessor bond between group[2:3] == jj and group[4:5] == kk -won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -no incompatible groups -building bond successor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[4:5] == kk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:5] == iijjkk from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = i from target string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 50, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 57 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -firstBond2: successor bond between group[2:3] == jj and group[4:5] == kk -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=84 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -lost fight with successor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:1] == ii from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == bc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=78 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 37, unhappiness=12 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 12, unhappiness=12 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=84 -target : relevance = 37, unhappiness=12 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=84 -target : relevance = 12, unhappiness=12 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 0, unhappiness=78 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -firstBond2: successor bond between group[0:1] == ii and group[2:3] == jj -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[2:3] == jj from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = i from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for direction -source chosen = k -no firstBond -firstBond2: sameness bond between k and k -possible group: sameness bond between k and k -trying from k to sameness -proposing group from k to k -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 20, unhappiness=94 -target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond -source: j, destination: i -object chosen = a from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = j from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=94 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: k, destination: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=88 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -object chosen = j from target string -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 20, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: j, destination: i -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = b from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction -source chosen = j -firstBond: sameness bond between j and j -possible group: sameness bond between j and j -trying from j to sameness -proposing group from j to j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -object chosen = group[4:5] == kk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -to object: j -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: j, destination: j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: i, destination: i -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 62 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: i, destination: i -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = i from target string -object chosen = c from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: k, destination: k -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: j, destination: j -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[2:3] == jj from target string -object chosen = group[2:3] == jj from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=61 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond -to object: i -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for direction -source chosen = k -firstBond: sameness bond between k and k -possible group: sameness bond between k and k -trying from k to sameness -proposing group from k to k -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=61 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond -source: i, destination: i -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=61 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=61 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=61 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = group[0:1] == ab from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond -to object: k -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[1:2] == ij from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=61 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[2:3] == jj from target string -object chosen = k from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: k, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=61 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[2:3] == jj from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=61 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[2:3] == jj from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for group -object chosen = group[4:5] == kk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond -source: group[2:3] == jj, destination: i -object chosen = i from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: i, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond -source: group[2:3] == jj, destination: i -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for bond -source: k, destination: k -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 5 bonds for direction -source chosen = k -firstBond: sameness bond between k and k -possible group: sameness bond between k and k -trying from k to sameness -proposing group from k to k -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -object chosen = successor bond between i and group[2:3] == jj from other string -bond strength = 60 for successor bond between i and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between group[2:3] == jj and k from other string -bond strength = 23 for predecessor bond between group[2:3] == jj and k -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: group[2:3] == jj, destination: i -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = successor bond between i and group[2:3] == jj from other string -bond strength = 60 for successor bond between i and group[2:3] == jj -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 28, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for bond -source: i, destination: i -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 5 bonds for group -object chosen = group[0:1] == ii from target string -object chosen = group[0:1] == ii from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 28, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 28, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=49 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[2:3] == jj from target string -object chosen = group[2:3] == jj from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -to object: group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[2:3] == jj from target string -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[2:3] == jj from target string -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[0:1] == ii -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:5] == jjkk from target string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -won fight with successor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -no incompatible groups -building bond predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between i and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=33 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=33 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=33 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:1] == ii from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=33 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: j, destination: group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=33 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -object chosen = group[2:3] == jj from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and group[4:5] == kk -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and group[4:5] == kk -building bond predecessor bond between group[2:3] == jj and group[4:5] == kk -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:3] == iijj from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[4:5] == kk -firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[4:5] == kk -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 7 bonds for group -object chosen = group[0:5] == iijjkk from target string -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[4:5] == kk from target string -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for bond -to object: group[2:3] == jj -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 7 bonds for direction -source chosen = j -firstBond: sameness bond between j and j -possible group: sameness bond between j and j -trying from j to sameness -proposing group from j to j -object chosen = group[2:3] == jj from target string -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 20, unhappiness=89 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: i, destination: i -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between i and j from other string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 20, unhappiness=91 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for direction -source chosen = i -firstBond: sameness bond between i and i -possible group: sameness bond between i and i -trying from i to sameness -proposing group from i to i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 20, unhappiness=91 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 50, unhappiness=100 -target : relevance = 20, unhappiness=91 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 20, unhappiness=91 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: j, destination: i -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 20, unhappiness=91 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = j from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = k from target string -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=91 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=91 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for direction -source chosen = k -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=91 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for bond -source: i, destination: i -object chosen = group[0:1] == ab from initial string -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 20, unhappiness=91 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=86 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = j from target string -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=86 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=86 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: j, destination: i -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=86 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: k, destination: k -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=86 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -object chosen = j from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:1] == ii from target string -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: j, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = j from target string -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: j, destination: k -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: k, destination: k -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -to object: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 20, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=78 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 16, unhappiness=78 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for direction -source chosen = j -firstBond: sameness bond between j and j -possible group: sameness bond between j and j -trying from j to sameness -proposing group from j to j -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=78 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=64 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -object chosen = group[4:5] == kk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=64 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[2:3] == jj from target string -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:1] == ii from target string -object chosen = j from target string -object chosen = group[2:3] == jj from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=64 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=64 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: group[0:1] == ii, destination: j -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=64 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 42, unhappiness=64 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=64 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=50 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: j -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=50 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -object chosen = group[2:3] == jj from target string -object chosen = group[2:3] == jj from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: j, destination: group[4:5] == kk -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = group[4:5] == kk from target string -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = group[0:3] == iijj from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -lost fight with successor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[2:3] == jj and group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -lost fight with successor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -no firstBond2 -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -to object: group[4:5] == kk -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -won fight with successor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -no incompatible groups -building bond predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:5] == iijjkk from target string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -predecessor bond between group[2:3] == jj and group[4:5] == kk -lost fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -object chosen = group[0:5] == iijjkk from target string -won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 12, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=15 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction -source chosen = group[2:3] == jj -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[2:3] == jj to successor -proposing group from group[0:1] == ii to group[4:5] == kk -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 12, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -no firstBond2 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = group[0:5] == iijjkk from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = b from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction -source chosen = group[4:5] == kk -firstBond: successor bond between group[2:3] == jj and group[4:5] == kk -possible group: successor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to successor -proposing group from group[0:1] == ii to group[4:5] == kk -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = group[0:5] == iijjkk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: k, destination: group[2:3] == jj -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[2:3] == jj from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 25, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = i from target string -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 20, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=89 -target string selected: iijjkk with 6 letters, 6 objects, 2 bonds for direction -source chosen = j -no firstBond -no firstBond2 -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=89 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: j, destination: i -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for bond -source: i, destination: i -object chosen = k from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=89 -target : relevance = 40, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 3 bonds for direction -source chosen = j -firstBond: sameness bond between j and j -possible group: sameness bond between j and j -trying from j to sameness -proposing group from j to j -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 20, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 20, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: k, destination: k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: j, destination: j -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[4:5] == kk from target string -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -initial : relevance = 50, unhappiness=94 -target : relevance = 20, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction -source chosen = j -firstBond: sameness bond between j and j -possible group: sameness bond between j and j -trying from j to sameness -proposing group from j to j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: j, destination: i -initial : relevance = 50, unhappiness=94 -target : relevance = 20, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction -source chosen = i -firstBond: sameness bond between i and i -possible group: sameness bond between i and i -trying from i to sameness -proposing group from i to i -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = group[0:1] == ii from target string -initial : relevance = 50, unhappiness=94 -target : relevance = 20, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: j, destination: j -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[4:5] == kk from target string -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: j, destination: i -initial : relevance = 50, unhappiness=94 -target : relevance = 20, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -initial : relevance = 50, unhappiness=94 -target : relevance = 20, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: i, destination: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: j, destination: j -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 16, unhappiness=78 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: k, destination: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=63 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -object chosen = j from target string -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 14, unhappiness=63 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 42, unhappiness=63 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: i, destination: i -initial : relevance = 0, unhappiness=89 -target : relevance = 42, unhappiness=63 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = group[2:3] == jj from target string -destination: i -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=94 -target : relevance = 14, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -initial : relevance = 50, unhappiness=94 -target : relevance = 14, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 14, unhappiness=50 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: k, destination: k -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 14, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for direction -source chosen = k -firstBond: sameness bond between k and k -possible group: sameness bond between k and k -trying from k to sameness -proposing group from k to k -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[4:5] == kk from target string -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:1] == ii from target string -object chosen = group[0:1] == ii from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = group[4:5] == kk from target string -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=89 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=89 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:1] == ii from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=84 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 100, unhappiness=78 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = c from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[4:5] == kk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -initial : relevance = 100, unhappiness=78 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 12, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 12, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between group[0:1] == ii and group[2:3] == jj -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=38 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between group[2:3] == jj and group[4:5] == kk -object chosen = group[2:3] == jj from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = group[2:3] == jj from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -to object: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction -source chosen = group[0:1] == ii -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to predecessor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:5] == iijjkk from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = j from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 94 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction -source chosen = group[0:1] == ii -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to predecessor -proposing group from group[0:1] == ii to group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction -source chosen = j -firstBond: sameness bond between j and j -possible group: sameness bond between j and j -trying from j to sameness -proposing group from j to j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: j, destination: group[4:5] == kk -object chosen = group[2:3] == jj from target string -object chosen = group[2:3] == jj from target string -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[2:3] == jj from target string -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -predecessor bond between group[0:1] == ii and group[2:3] == jj -lost fight with predecessor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[2:3] == jj from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[2:3] == jj from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: j, destination: group[0:1] == ii -posting bottom up codelets -object chosen = predecessor bond between group[0:1] == ii and j from other string -bond strength = 62 for predecessor bond between group[0:1] == ii and j -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: k -chosen bond facet: letterCategory -Source: k, destination: k -source descriptor: K -destination descriptor: K -proposing sameness bond -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -object chosen = k from target string -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: iijjkk with 6 letters, 6 objects, 1 bonds for bond -to object: i -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = sameness bond between j and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between j and j -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -object chosen = sameness bond between k and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between k and k -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=97 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between i and i from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond sameness bond between i and i -initial : relevance = 0, unhappiness=94 -target : relevance = 20, unhappiness=83 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -object chosen = i from target string -destination: i -chosen bond facet: letterCategory -Source: i, destination: i -source descriptor: I -destination descriptor: I -proposing sameness bond -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=94 -target : relevance = 20, unhappiness=83 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 20, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 60, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: sameness bond between j and j -possible group: sameness bond between j and j -trying from j to sameness -proposing group from j to j -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = i from target string -object chosen = j from target string -destination: j -chosen bond facet: letterCategory -Source: j, destination: j -source descriptor: J -destination descriptor: J -proposing sameness bond -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -to object: j -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 20, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction -source chosen = k -firstBond: sameness bond between k and k -possible group: sameness bond between k and k -trying from k to sameness -proposing group from k to k -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: j, destination: i -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: j, destination: j -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=80 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 5 bonds for group -object chosen = successor bond between i and j from other string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=80 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: j, destination: j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ii from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 20, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction -source chosen = j -firstBond: sameness bond between j and j -possible group: sameness bond between j and j -trying from j to sameness -proposing group from j to j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 20, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[3:4] == jk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = k from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 20, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = i from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 20, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = sameness bond between i and i from other string -bond strength = 100 for sameness bond between i and i -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 60, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 60, unhappiness=78 -target string selected: iijjkk with 6 letters, 6 objects, 4 bonds for group -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ii from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for bond -source: k, destination: k -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 16, unhappiness=78 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for direction -source chosen = i -firstBond: sameness bond between i and i -possible group: sameness bond between i and i -trying from i to sameness -proposing group from i to i -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 16, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[2:3] == jj from target string -object chosen = group[2:3] == jj from target string -object chosen = group[0:1] == ii from target string -object chosen = sameness bond between i and i from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -object chosen = group[2:3] == jj from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=61 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=61 -target string selected: iijjkk with 6 letters, 7 objects, 4 bonds for group -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[2:3] == jj from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -object chosen = group[2:3] == jj from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 14, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for direction -source chosen = k -firstBond: sameness bond between k and k -possible group: sameness bond between k and k -trying from k to sameness -proposing group from k to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 42, unhappiness=50 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=18 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=18 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 42, unhappiness=50 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 42, unhappiness=50 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: k, destination: k -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=49 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=49 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=49 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:1] == ii from target string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 42, unhappiness=49 -target string selected: iijjkk with 6 letters, 8 objects, 4 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = sameness bond between j and j from other string -bond strength = 100 for sameness bond between j and j -succeeded: posting bond-builder -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 14, unhappiness=49 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[4:5] == kk from target string -object chosen = group[4:5] == kk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[4:5] == kk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=49 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=49 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=49 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = group[3:4] == jk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=49 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=49 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=49 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=49 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 4 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = sameness bond between j and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between group[0:1] == ii and group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[4:5] == kk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=38 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[2:3] == jj from target string -destination: group[0:1] == ii -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[0:1] == ii -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for direction -source chosen = group[4:5] == kk -no firstBond -no firstBond2 -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:3] == iijj from target string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for successor bond between group[0:1] == ii and group[2:3] == jj -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 5 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between group[2:3] == jj and group[4:5] == kk -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=35 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=35 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -lost fight with successor bond between group[2:3] == jj and group[4:5] == kk -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=33 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=33 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=33 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -to object: group[2:3] == jj -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=33 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=33 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[4:5] == kk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -predecessor bond between group[0:1] == ii and group[2:3] == jj -won fight with predecessor bond between group[0:1] == ii and group[2:3] == jj -broke the bonds -no incompatible groups -building bond successor bond between group[0:1] == ii and group[2:3] == jj -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -to object: group[2:3] == jj -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -won fight with successor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -no incompatible groups -building bond predecessor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=33 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -to object: group[2:3] == jj -object chosen = group[4:5] == kk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=33 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = group[0:1] == ii from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[0:1] == ii, destination: group[2:3] == jj -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for direction -source chosen = group[0:1] == ii -firstBond: successor bond between group[0:1] == ii and group[2:3] == jj -possible group: successor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to successor -proposing group from group[0:1] == ii to group[2:3] == jj -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 93 for predecessor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 12, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:3] == iijj from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:3] == iijj from target string -object chosen = predecessor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -successor bond between group[0:1] == ii and group[2:3] == jj -won fight with successor bond between group[0:1] == ii and group[2:3] == jj -broke the bonds -no incompatible groups -building bond predecessor bond between group[0:1] == ii and group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[2:3] == jj from target string -destination: group[4:5] == kk -chosen bond facet: letterCategory -Source: group[2:3] == jj, destination: group[4:5] == kk -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -predecessor bond between group[2:3] == jj and group[4:5] == kk -won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -no incompatible groups -building bond successor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 25, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=31 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 93 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 37, unhappiness=31 -target string selected: iijjkk with 6 letters, 9 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:3] == iijj from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 33, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -successor bond between group[2:3] == jj and group[4:5] == kk -won fight with successor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -no incompatible groups -building bond predecessor bond between group[2:3] == jj and group[4:5] == kk -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=31 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=31 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=36 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=36 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=36 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=36 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = group[1:2] == bc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=36 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 33, unhappiness=36 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[0:1] == ii -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 33, unhappiness=36 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and group[4:5] == kk -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=36 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=79 -target : relevance = 33, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=79 -target : relevance = 33, unhappiness=36 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction -source chosen = group[4:5] == kk -firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk -possible group: predecessor bond between group[2:3] == jj and group[4:5] == kk -trying from group[4:5] == kk to predecessor -proposing group from group[0:1] == ii to group[4:5] == kk -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=36 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=36 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[0:3] == iijj, destination: group[4:5] == kk -object chosen = group[0:5] == iijjkk from target string -no incompatible bonds -won fight with group[0:3] == iijj -won fight with group[0:3] == iijj -broke the Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=36 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -predecessor bond between group[2:3] == jj and group[4:5] == kk -won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -won fight with group[0:5] == iijjkk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=36 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: k, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = sameness bond between k and k from other string -bond strength = 100 for sameness bond between k and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: i, destination: group[2:3] == jj -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[2:3] == jj from target string -object chosen = successor bond between i and group[2:3] == jj from other string -bond strength = 45 for successor bond between i and group[2:3] == jj -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ii from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -to object: group[2:3] == jj -object chosen = sameness bond between k and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 91 for successor bond between group[0:1] == ii and group[2:3] == jj -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -number of incompatibleBonds: 1 -predecessor bond between group[0:1] == ii and group[2:3] == jj -lost fight with predecessor bond between group[0:1] == ii and group[2:3] == jj -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction -source chosen = group[0:1] == ii -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction -source chosen = group[4:5] == kk -firstBond: predecessor bond between group[2:3] == jj and group[4:5] == kk -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction -source chosen = group[0:1] == ii -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -possible group: predecessor bond between group[0:1] == ii and group[2:3] == jj -trying from group[0:1] == ii to predecessor -proposing group from group[0:1] == ii to group[4:5] == kk -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:5] == iijjkk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -Post top down: top-down-group-scout--category, with urgency: 6 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = group[4:5] == kk from target string -destination: group[2:3] == jj -chosen bond facet: letterCategory -Source: group[4:5] == kk, destination: group[2:3] == jj -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[4:5] == kk, destination: group[2:3] == jj -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:1] == ii from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 48 for successor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[4:5] == kk from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for direction -source chosen = group[2:3] == jj -firstBond: predecessor bond between group[0:1] == ii and group[2:3] == jj -firstBond2: predecessor bond between group[2:3] == jj and group[4:5] == kk -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[4:5] == kk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:5] == iijjkk from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[0:1] == ii, destination: group[2:3] == jj -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between group[0:1] == ii and group[2:3] == jj from other string -bond strength = 48 for successor bond between group[0:1] == ii and group[2:3] == jj -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 94 for predecessor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between group[2:3] == jj and group[4:5] == kk from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[2:3] == jj from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -to object: group[4:5] == kk -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -bond strength = 91 for successor bond between group[2:3] == jj and group[4:5] == kk -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between group[2:3] == jj and group[4:5] == kk from other string -number of incompatibleBonds: 1 -predecessor bond between group[2:3] == jj and group[4:5] == kk -won fight with predecessor bond between group[2:3] == jj and group[4:5] == kk -broke the bonds -lost fight with group[0:5] == iijjkk -failed to break groups: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = group[0:1] == ii from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:1] == ii from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:5] == iijjkk from target string -posting bottom up codelets -object chosen = b from initial string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 37, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 37, unhappiness=11 -target string selected: iijjkk with 6 letters, 10 objects, 6 bonds for bond -source: group[2:3] == jj, destination: group[4:5] == kk -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=11 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:5] == iijjkk from target string -object chosen = group[0:5] == iijjkk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 37, unhappiness=12 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets From b54730637629c2bbf119179167d99b73041c5dfd Mon Sep 17 00:00:00 2001 From: Alexandre Linhares Date: Wed, 27 Sep 2017 20:48:27 -0300 Subject: [PATCH 14/52] Preparing for refactor --- main.py | 18 +++++++++++++++--- setup.py | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/main.py b/main.py index e1cb419..46b8c85 100755 --- a/main.py +++ b/main.py @@ -12,10 +12,20 @@ script should try to change analogously. The fourth (which defaults to "1") is a number of iterations. One can also specify a defined seed falue for the random number generator. -The above might produce output such as +The above might produce output such as these runs: - ppqqss: 6 (avg time 869.0, avg temp 23.4) - ppqqrs: 4 (avg time 439.0, avg temp 37.3) + iiijjjlll: 670 (avg time 1108.5, avg temp 23.6) + iiijjjd: 2 (avg time 1156.0, avg temp 35.0) + iiijjjkkl: 315 (avg time 1194.4, avg temp 35.5) + iiijjjkll: 8 (avg time 2096.8, avg temp 44.1) + iiijjjkkd: 5 (avg time 837.2, avg temp 48.0) + + wyz: 5 (avg time 2275.2, avg temp 14.9) + xyd: 982 (avg time 2794.4, avg temp 17.5) + yyz: 7 (avg time 2731.9, avg temp 25.1) + dyz: 2 (avg time 3320.0, avg temp 27.1) + xyy: 2 (avg time 4084.5, avg temp 31.1) + xyz: 2 (avg time 1873.5, avg temp 52.1) The first number indicates how many times Copycat chose that string as its answer; higher means "more obvious". The last number indicates the average @@ -32,12 +42,14 @@ class SimpleReporter(Reporter): """Reports results from a single run.""" def report_answer(self, answer): + """Self-explanatory code.""" print('Answered %s (time %d, final temperature %.1f)' % ( answer['answer'], answer['time'], answer['temp'], )) def main(): + """Program's main entrance point. Self-explanatory code.""" logging.basicConfig(level=logging.INFO, format='%(message)s', filename='./copycat.log', filemode='w') parser = argparse.ArgumentParser() diff --git a/setup.py b/setup.py index 8119fd9..ac987e5 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python - +"""Self-explanatory.""" from setuptools import setup setup( From 5605417e3190ecf99f2b62cafb23eb2fd617299f Mon Sep 17 00:00:00 2001 From: Alexandre Linhares Date: Wed, 27 Sep 2017 20:48:27 -0300 Subject: [PATCH 15/52] Preparing for refactor --- main.py | 18 +++++++++++++++--- setup.py | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/main.py b/main.py index e1cb419..46b8c85 100755 --- a/main.py +++ b/main.py @@ -12,10 +12,20 @@ script should try to change analogously. The fourth (which defaults to "1") is a number of iterations. One can also specify a defined seed falue for the random number generator. -The above might produce output such as +The above might produce output such as these runs: - ppqqss: 6 (avg time 869.0, avg temp 23.4) - ppqqrs: 4 (avg time 439.0, avg temp 37.3) + iiijjjlll: 670 (avg time 1108.5, avg temp 23.6) + iiijjjd: 2 (avg time 1156.0, avg temp 35.0) + iiijjjkkl: 315 (avg time 1194.4, avg temp 35.5) + iiijjjkll: 8 (avg time 2096.8, avg temp 44.1) + iiijjjkkd: 5 (avg time 837.2, avg temp 48.0) + + wyz: 5 (avg time 2275.2, avg temp 14.9) + xyd: 982 (avg time 2794.4, avg temp 17.5) + yyz: 7 (avg time 2731.9, avg temp 25.1) + dyz: 2 (avg time 3320.0, avg temp 27.1) + xyy: 2 (avg time 4084.5, avg temp 31.1) + xyz: 2 (avg time 1873.5, avg temp 52.1) The first number indicates how many times Copycat chose that string as its answer; higher means "more obvious". The last number indicates the average @@ -32,12 +42,14 @@ class SimpleReporter(Reporter): """Reports results from a single run.""" def report_answer(self, answer): + """Self-explanatory code.""" print('Answered %s (time %d, final temperature %.1f)' % ( answer['answer'], answer['time'], answer['temp'], )) def main(): + """Program's main entrance point. Self-explanatory code.""" logging.basicConfig(level=logging.INFO, format='%(message)s', filename='./copycat.log', filemode='w') parser = argparse.ArgumentParser() diff --git a/setup.py b/setup.py index 8119fd9..ac987e5 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python - +"""Self-explanatory.""" from setuptools import setup setup( From 3c8b21140da0a291596b5a756c10a6d76455ee87 Mon Sep 17 00:00:00 2001 From: Alexandre Linhares Date: Wed, 27 Sep 2017 22:37:38 -0300 Subject: [PATCH 16/52] Experiments to refer to Lucas --- copycat/temperature.py | 82 ++++++++++++++++++++++++++++++++++++++++++ main.py | 4 +-- 2 files changed, 84 insertions(+), 2 deletions(-) diff --git a/copycat/temperature.py b/copycat/temperature.py index f00e479..f5a3362 100644 --- a/copycat/temperature.py +++ b/copycat/temperature.py @@ -33,6 +33,7 @@ class Temperature(object): def getAdjustedValue(self, value): return value ** (((100.0 - self.value()) / 30.0) + 0.5) + """ def getAdjustedProbability(self, value): if value == 0 or value == 0.5 or self.value() == 0: return value @@ -43,3 +44,84 @@ class Temperature(object): c = (10 - a) / 100 f = (c + 1) * value return max(f, 0.5) + """ + + def getAdjustedProbability(self, value): + """ + This function returns the probability for a decision. + Copied above. + + Please look at the last line of it. Strangely, it was + return max(f, 0.5). Does that make sense? Let's compare + some results. Where it was (0.5), we obtained, for example: + + iiijjjlll: 670 (avg time 1108.5, avg temp 23.6) + iiijjjd: 2 (avg time 1156.0, avg temp 35.0) + iiijjjkkl: 315 (avg time 1194.4, avg temp 35.5) + iiijjjkll: 8 (avg time 2096.8, avg temp 44.1) + iiijjjkkd: 5 (avg time 837.2, avg temp 48.0) + + wyz: 5 (avg time 2275.2, avg temp 14.9) + xyd: 982 (avg time 2794.4, avg temp 17.5) + yyz: 7 (avg time 2731.9, avg temp 25.1) + dyz: 2 (avg time 3320.0, avg temp 27.1) + xyy: 2 (avg time 4084.5, avg temp 31.1) + xyz: 2 (avg time 1873.5, avg temp 52.1) + + Now, let's see what return max(f, 0.0000) does: + + wyz: 7 (avg time 3192.9, avg temp 13.1) + xyd: 985 (avg time 2849.1, avg temp 17.5) + yyz: 6 (avg time 3836.7, avg temp 18.6) + xyy: 1 (avg time 1421.0, avg temp 19.5) + xyz: 1 (avg time 7350.0, avg temp 48.3) + + They *seem* better (in the strict sense that we've obtained both + lower T and more times of wyz.) But they're *not* statistically + significant (for 1000 runs). + + Now... looking at the code... it seems to be a mess... what does + function f() even mean in intuitive terms? + + Work it does, but dude... quite a hack. + + Another run, with return f @line89: + + wyz: 8 (avg time 4140.5, avg temp 13.3) + yyz: 6 (avg time 2905.2, avg temp 14.5) + xyd: 982 (avg time 3025.4, avg temp 17.6) + dyz: 4 (avg time 4265.0, avg temp 17.7) + + Does it even matter? Another (quick) run, I think with return (0.5): + + dyz: 1 (avg time 5198.0, avg temp 15.3) + wyz: 3 (avg time 4043.7, avg temp 17.1) + yyz: 9 (avg time 3373.6, avg temp 21.0) + xyd: 84 (avg time 5011.1, avg temp 23.3) + xyy: 3 (avg time 4752.0, avg temp 27.9) + + Compared to return(0.99): + + xyd: 1000 (avg time 1625.2, avg temp 17.3) + + Comparing to return f --> Statistically significant. + Comparing to return(0.5) --> same, so this return value does something. + + Now running return(0.0): + + xyz: 3 (avg time 3996.7, avg temp 81.1) + dyz: 46 (avg time 5931.7, avg temp 82.6) + xd: 17 (avg time 6090.3, avg temp 83.8) + xyd: 934 (avg time 7699.8, avg temp 88.1) + + It's bad overall, but at least it's statistically significant! + """ + if value == 0 or value == 0.5 or self.value() == 0: + return value + if value < 0.5: + return 1.0 - self.getAdjustedProbability(1.0 - value) + coldness = 100.0 - self.value() + a = math.sqrt(coldness) + c = (10 - a) / 100 + f = (c + 1) * value + return (0.0) # f # max(f, 0.0000) diff --git a/main.py b/main.py index 46b8c85..258cd4c 100755 --- a/main.py +++ b/main.py @@ -9,10 +9,10 @@ To run it, type at the terminal: The script takes three to five arguments. The first two are a pair of strings with some change, for example "abc" and "abd". The third is a string which the script should try to change analogously. The fourth (which defaults to "1") is -a number of iterations. One can also specify a defined seed falue for the +a number of iterations. One can also specify a defined seed value for the random number generator. -The above might produce output such as these runs: +This instruction produces output such as: iiijjjlll: 670 (avg time 1108.5, avg temp 23.6) iiijjjd: 2 (avg time 1156.0, avg temp 35.0) From 4b1518a1af9bfbd6a9e929e62029e5b1e1be88b6 Mon Sep 17 00:00:00 2001 From: Alexandre Linhares Date: Wed, 27 Sep 2017 23:11:56 -0300 Subject: [PATCH 17/52] xyz? --- copycat/temperature.py | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/copycat/temperature.py b/copycat/temperature.py index f5a3362..b8273f2 100644 --- a/copycat/temperature.py +++ b/copycat/temperature.py @@ -115,6 +115,24 @@ class Temperature(object): xyd: 934 (avg time 7699.8, avg temp 88.1) It's bad overall, but at least it's statistically significant! + + return (-f * (math.log2(f))) # Entropy test #1 (global). + + wyz: 123 (avg time 5933.1, avg temp 16.5) + xyy: 200 (avg time 6486.7, avg temp 27.8) + yyz: 330 (avg time 6310.2, avg temp 38.5) + dyz: 75 (avg time 6393.3, avg temp 39.6) + yzz: 5 (avg time 4965.0, avg temp 59.3) + xyz: 160 (avg time 6886.2, avg temp 60.2) + xd: 4 (avg time 2841.0, avg temp 61.8) + dz: 3 (avg time 3721.0, avg temp 62.1) + xyd: 100 (avg time 5853.1, avg temp 67.5) + + Here we get an intuitive result: entropy/uncertainty seems better at + exploring a whole range of possible solutions. It even seems, at least + to me, better than the distribution obtained by the original copycat. + + Need to play with this more... and WTF is f anyways? """ if value == 0 or value == 0.5 or self.value() == 0: return value @@ -124,4 +142,4 @@ class Temperature(object): a = math.sqrt(coldness) c = (10 - a) / 100 f = (c + 1) * value - return (0.0) # f # max(f, 0.0000) + return (-f * math.log2(f)) # max(f, 0.0000) From 9781e3ceedb5c29fec2c24ae1afe806e1f9754f0 Mon Sep 17 00:00:00 2001 From: Alexandre Linhares Date: Thu, 28 Sep 2017 00:42:30 -0300 Subject: [PATCH 18/52] addtl testing... --- copycat/temperature.py | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/copycat/temperature.py b/copycat/temperature.py index b8273f2..0296436 100644 --- a/copycat/temperature.py +++ b/copycat/temperature.py @@ -132,6 +132,40 @@ class Temperature(object): exploring a whole range of possible solutions. It even seems, at least to me, better than the distribution obtained by the original copycat. + instead of log2, trying ln --> return (-f * math.log(f)): + + wyz: 78 (avg time 7793.7, avg temp 16.6) + xyy: 202 (avg time 9168.5, avg temp 27.5) + wxz: 1 (avg time 3154.0, avg temp 33.4) + dyz: 63 (avg time 7950.3, avg temp 41.7) + yyz: 217 (avg time 8147.4, avg temp 41.7) + xyz: 201 (avg time 7579.7, avg temp 62.5) + xxy: 1 (avg time 7994.0, avg temp 64.8) + yzz: 8 (avg time 4672.6, avg temp 65.7) + xd: 9 (avg time 9215.2, avg temp 68.1) + xyd: 217 (avg time 7677.9, avg temp 73.8) + dz: 3 (avg time 20379.0, avg temp 77.3) + + (quickly) trying out (1-this_entropy_function): + + xyd: 100 (avg time 2984.3, avg temp 18.2) + + And that's beautiful! One wants an inverse function that punishes + exploration and creativity, that takes all the fluidity off + the system. + + But somehow this completely messes up with abc abd iijjkk: + + jijjkk: 66 (avg time 3200.1, avg temp 61.3) + iijjkk: 114 (avg time 5017.2, avg temp 63.5) + dijjkk: 23 (avg time 2209.0, avg temp 67.3) + iijjkl: 748 (avg time 3262.8, avg temp 70.0) + iijjkd: 49 (avg time 2315.9, avg temp 76.3) + + Which leads me to suspect that someone may have overfitted the + model for either xyz or iijjkk or some other problem, and one + improvement there means disaster here. + Need to play with this more... and WTF is f anyways? """ if value == 0 or value == 0.5 or self.value() == 0: From 29b5987c4f59a28f122d324fffa98dcb35247676 Mon Sep 17 00:00:00 2001 From: Alexandre Linhares Date: Thu, 28 Sep 2017 00:46:19 -0300 Subject: [PATCH 19/52] ...and bingo! --- copycat/temperature.py | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/copycat/temperature.py b/copycat/temperature.py index 0296436..d03e6c2 100644 --- a/copycat/temperature.py +++ b/copycat/temperature.py @@ -164,7 +164,15 @@ class Temperature(object): Which leads me to suspect that someone may have overfitted the model for either xyz or iijjkk or some other problem, and one - improvement there means disaster here. + improvement there means disaster here. + + Something tells me to invert again to 1-entropy... and bingo! + + iijjll: 59 (avg time 797.4, avg temp 19.8) + iijjkl: 41 (avg time 696.1, avg temp 28.5) + + + Need to play with this more... and WTF is f anyways? """ @@ -176,4 +184,4 @@ class Temperature(object): a = math.sqrt(coldness) c = (10 - a) / 100 f = (c + 1) * value - return (-f * math.log2(f)) # max(f, 0.0000) + return (1 - (-f * math.log2(f))) # max(f, 0.0000) From 1cc18e75bd9815b597f0daeb2fb0bf998bf62b17 Mon Sep 17 00:00:00 2001 From: Alexandre Linhares Date: Thu, 28 Sep 2017 00:54:07 -0300 Subject: [PATCH 20/52] something is rotten somewhere --- copycat/temperature.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/copycat/temperature.py b/copycat/temperature.py index d03e6c2..9d97b8d 100644 --- a/copycat/temperature.py +++ b/copycat/temperature.py @@ -171,7 +171,12 @@ class Temperature(object): iijjll: 59 (avg time 797.4, avg temp 19.8) iijjkl: 41 (avg time 696.1, avg temp 28.5) + My guess is that some code is prefering to find groups in the + opposite form that it likes finding the "symmetry/opposite" + concepts of the xyz problem. + Sould compare & contrast the unhappiness and relevance of both + the opposite/symmetry codelets and the grouping/chunking codelets. Need to play with this more... and WTF is f anyways? From 1b84b22e3f649e6a81ae11eb0f6f306f6c55b472 Mon Sep 17 00:00:00 2001 From: Alexandre Linhares Date: Thu, 28 Sep 2017 01:18:13 -0300 Subject: [PATCH 21/52] seems like the bug is in the sameness group or something very close to it --- copycat/temperature.py | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/copycat/temperature.py b/copycat/temperature.py index 9d97b8d..a5981e8 100644 --- a/copycat/temperature.py +++ b/copycat/temperature.py @@ -177,6 +177,37 @@ class Temperature(object): Sould compare & contrast the unhappiness and relevance of both the opposite/symmetry codelets and the grouping/chunking codelets. + My hunch is the sameness group code: something there that + interacts with Temperature is wicked, and should be relatively + easy to find the error. + + Here's why: the following run was done on (1-entropy(f)): + + mrrlll: 77 (avg time 2195.7, avg temp 41.4) + mrrd: 2 (avg time 1698.0, avg temp 42.6) + mrrkkl: 20 (avg time 1317.8, avg temp 46.6) + mrrkkd: 1 (avg time 1835.0, avg temp 48.6) + + + If (1-entropy(f)) binds the system into a tight corridor of possibilities, + then why does it easily get the samenessGroup right? If this is right, + then running just entropy(f) should have big trouble with samenessGroup. + Let's see: + + nrrkkk: 11 (avg time 3637.8, avg temp 64.6) + drrkkk: 3 (avg time 5921.3, avg temp 66.2) + mrrkkd: 7 (avg time 6771.3, avg temp 74.6) + mrrkkl: 79 (avg time 3723.0, avg temp 74.9) + + So there we are: the system is unable to find that change samenessGroup + to next letterCategory, so there ought to be something very different + in the code that: + + * Interacts with Temperature (things like unhappiness, relevance, depth, + urgency, and whatever else interacts with T) + * something very close to samenessGroup... sameGroup, sameness, + sameNeighbors, etc... is encoded in a form that is *directly opposite* + to other concepts/categories/codlets, etc. Need to play with this more... and WTF is f anyways? @@ -189,4 +220,4 @@ class Temperature(object): a = math.sqrt(coldness) c = (10 - a) / 100 f = (c + 1) * value - return (1 - (-f * math.log2(f))) # max(f, 0.0000) + return (0 + (-f * math.log2(f))) # max(f, 0.0000) From cd3ad65ff8b2c11ca825cc3c1fc8da4273c65135 Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Thu, 28 Sep 2017 15:04:42 -0600 Subject: [PATCH 22/52] Documents usages of temperature --- copycat.log | 85 ++++++++++++++++++ copycat/codeletMethods.py | 14 +++ copycat/coderack.py | 3 + copycat/copycat.py | 16 ++-- copycat/curses_reporter.py | 2 +- copycat/temperature.py | 3 +- copycat/tests.py | 1 + copycat/workspaceFormulas.py | 1 + copycat/workspaceObject.py | 1 - temp_usages.txt | 168 +++++++++++++++++++++++++++++++++++ todos.txt | 53 +++++++++++ 11 files changed, 336 insertions(+), 11 deletions(-) create mode 100644 copycat.log create mode 100644 temp_usages.txt create mode 100644 todos.txt diff --git a/copycat.log b/copycat.log new file mode 100644 index 0000000..fb7881c --- /dev/null +++ b/copycat.log @@ -0,0 +1,85 @@ +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = b from initial string +object chosen = k from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond diff --git a/copycat/codeletMethods.py b/copycat/codeletMethods.py index 6b94bf3..46e2ebf 100644 --- a/copycat/codeletMethods.py +++ b/copycat/codeletMethods.py @@ -72,6 +72,7 @@ def __structureVsStructure(structure1, weight1, structure2, weight2): """Return true if the first structure comes out stronger than the second.""" ctx = structure1.ctx random = ctx.random + # TODO: use entropy temperature = ctx.temperature structure1.updateStrength() structure2.updateStrength() @@ -111,6 +112,7 @@ def __fightIncompatibles(incompatibles, structure, name, def __slippability(ctx, conceptMappings): random = ctx.random + # TODO: use entropy temperature = ctx.temperature for mapping in conceptMappings: slippiness = mapping.slippability() / 100.0 @@ -124,6 +126,7 @@ def __slippability(ctx, conceptMappings): @codelet('breaker') def breaker(ctx, codelet): random = ctx.random + # TODO: use entropy temperature = ctx.temperature workspace = ctx.workspace # TODO: use entropy @@ -161,6 +164,7 @@ def chooseRelevantDescriptionByActivation(ctx, workspaceObject): def similarPropertyLinks(ctx, slip_node): random = ctx.random + # TODO: use entropy temperature = ctx.temperature result = [] for slip_link in slip_node.propertyLinks: @@ -216,6 +220,7 @@ def top_down_description_scout(ctx, codelet): def description_strength_tester(ctx, codelet): coderack = ctx.coderack random = ctx.random + # TODO: use entropy temperature = ctx.temperature description = codelet.arguments[0] description.descriptor.buffer = 100.0 @@ -301,6 +306,7 @@ def rule_scout(ctx, codelet): coderack = ctx.coderack random = ctx.random slipnet = ctx.slipnet + # TODO: use entropy temperature = ctx.temperature workspace = ctx.workspace assert workspace.numberOfUnreplacedObjects() == 0 @@ -339,6 +345,7 @@ def rule_scout(ctx, codelet): # "union of this and distinguishing descriptors" assert objectList # use conceptual depth to choose a description + # TODO: use entropy weights = [ temperature.getAdjustedValue(node.conceptualDepth) for node in objectList @@ -350,6 +357,7 @@ def rule_scout(ctx, codelet): objectList += [changed.replacement.relation] objectList += [changed.replacement.objectFromModified.getDescriptor( slipnet.letterCategory)] + # TODO: use entropy # use conceptual depth to choose a relation weights = [ temperature.getAdjustedValue(node.conceptualDepth) @@ -364,6 +372,7 @@ def rule_scout(ctx, codelet): def rule_strength_tester(ctx, codelet): coderack = ctx.coderack random = ctx.random + # TODO: use entropy temperature = ctx.temperature rule = codelet.arguments[0] rule.updateStrength() @@ -465,6 +474,7 @@ def top_down_bond_scout__direction(ctx, codelet): def bond_strength_tester(ctx, codelet): coderack = ctx.coderack random = ctx.random + # TODO: use entropy temperature = ctx.temperature bond = codelet.arguments[0] __showWhichStringObjectIsFrom(bond) @@ -747,6 +757,7 @@ def group_strength_tester(ctx, codelet): coderack = ctx.coderack random = ctx.random slipnet = ctx.slipnet + # TODO: use entropy temperature = ctx.temperature # update strength value of the group group = codelet.arguments[0] @@ -869,6 +880,7 @@ def __getCutoffWeights(bondDensity): def rule_translator(ctx, codelet): coderack = ctx.coderack random = ctx.random + # TODO: use entropy temperature = ctx.temperature workspace = ctx.workspace assert workspace.rule @@ -946,6 +958,7 @@ def important_object_correspondence_scout(ctx, codelet): assert objectFromInitial is not None descriptors = objectFromInitial.relevantDistinguishingDescriptors() # choose descriptor by conceptual depth + # TODO: use entropy weights = [temperature.getAdjustedValue(n.conceptualDepth) for n in descriptors] slipnode = random.weighted_choice(descriptors, weights) assert slipnode @@ -997,6 +1010,7 @@ def important_object_correspondence_scout(ctx, codelet): def correspondence_strength_tester(ctx, codelet): coderack = ctx.coderack random = ctx.random + # TODO: use entropy temperature = ctx.temperature workspace = ctx.workspace correspondence = codelet.arguments[0] diff --git a/copycat/coderack.py b/copycat/coderack.py index d8bca0b..33fef58 100644 --- a/copycat/coderack.py +++ b/copycat/coderack.py @@ -68,6 +68,7 @@ class Coderack(object): self.postBottomUpCodelets() def probabilityOfPosting(self, codeletName): + # TODO: use entropy temperature = self.ctx.temperature workspace = self.ctx.workspace if codeletName == 'breaker': @@ -156,6 +157,7 @@ class Coderack(object): def __postBottomUpCodelets(self, codeletName): random = self.ctx.random + # TODO: use entropy temperature = self.ctx.temperature probability = self.probabilityOfPosting(codeletName) howMany = self.howManyToPost(codeletName) @@ -288,6 +290,7 @@ class Coderack(object): def chooseCodeletToRun(self): random = self.ctx.random + # TODO: use entropy temperature = self.ctx.temperature assert self.codelets diff --git a/copycat/copycat.py b/copycat/copycat.py index fc400b8..8602fc7 100644 --- a/copycat/copycat.py +++ b/copycat/copycat.py @@ -16,7 +16,7 @@ class Reporter(object): def report_slipnet(self, slipnet): pass - def report_temperature(self, temperature): + def report_temperature(self, temperature): #TODO: use entropy pass def report_workspace(self, workspace): @@ -28,19 +28,19 @@ class Copycat(object): self.coderack = Coderack(self) self.random = Randomness(rng_seed) self.slipnet = Slipnet() - self.temperature = Temperature() + self.temperature = Temperature() # TODO: use entropy self.workspace = Workspace(self) self.reporter = reporter or Reporter() def mainLoop(self, lastUpdate): currentTime = self.coderack.codeletsRun - self.temperature.tryUnclamp(currentTime) + self.temperature.tryUnclamp(currentTime) # TODO: use entropy # Every 15 codelets, we update the workspace. if currentTime >= lastUpdate + 15: self.workspace.updateEverything() self.coderack.updateCodelets() self.slipnet.update(self.random) - self.temperature.update(self.workspace.getUpdatedTemperature()) + self.temperature.update(self.workspace.getUpdatedTemperature()) # TODO: use entropy lastUpdate = currentTime self.reporter.report_slipnet(self.slipnet) self.coderack.chooseAndRunCodelet() @@ -53,14 +53,14 @@ class Copycat(object): """Run a trial of the copycat algorithm""" self.coderack.reset() self.slipnet.reset() - self.temperature.reset() + self.temperature.reset() # TODO: use entropy self.workspace.reset() lastUpdate = float('-inf') while self.workspace.finalAnswer is None: lastUpdate = self.mainLoop(lastUpdate) answer = { 'answer': self.workspace.finalAnswer, - 'temp': self.temperature.last_unclamped_value, + 'temp': self.temperature.last_unclamped_value, # TODO: use entropy 'time': self.coderack.codeletsRun, } self.reporter.report_answer(answer) @@ -73,11 +73,11 @@ class Copycat(object): answer = self.runTrial() d = answers.setdefault(answer['answer'], { 'count': 0, - 'sumtemp': 0, + 'sumtemp': 0, # TODO: use entropy 'sumtime': 0 }) d['count'] += 1 - d['sumtemp'] += answer['temp'] + d['sumtemp'] += answer['temp'] # TODO: use entropy d['sumtime'] += answer['time'] for answer, d in answers.items(): diff --git a/copycat/curses_reporter.py b/copycat/curses_reporter.py index 1bd224a..faa8548 100644 --- a/copycat/curses_reporter.py +++ b/copycat/curses_reporter.py @@ -63,7 +63,7 @@ class CursesReporter(Reporter): coderackHeight = height - upperHeight - answersHeight self.focusOnSlipnet = focus_on_slipnet self.fpsGoal = fps_goal - self.temperatureWindow = SafeSubwindow(window, height, 5, 0, 0) + self.temperatureWindow = SafeSubwindow(window, height, 5, 0, 0) # TODO: use entropy (entropyWindow) self.upperWindow = SafeSubwindow(window, upperHeight, width-5, 0, 5) self.coderackWindow = SafeSubwindow(window, coderackHeight, width-5, upperHeight, 5) self.answersWindow = SafeSubwindow(window, answersHeight, width-5, upperHeight + coderackHeight, 5) diff --git a/copycat/temperature.py b/copycat/temperature.py index a5981e8..1ead82e 100644 --- a/copycat/temperature.py +++ b/copycat/temperature.py @@ -1,6 +1,5 @@ import math - class Temperature(object): def __init__(self): self.reset() @@ -47,6 +46,8 @@ class Temperature(object): """ def getAdjustedProbability(self, value): + # TODO: use entropy + """ This function returns the probability for a decision. Copied above. diff --git a/copycat/tests.py b/copycat/tests.py index 38b1c49..522206a 100644 --- a/copycat/tests.py +++ b/copycat/tests.py @@ -2,6 +2,7 @@ import unittest from .copycat import Copycat +# TODO: update test cases to use entropy def pnormaldist(p): table = { diff --git a/copycat/workspaceFormulas.py b/copycat/workspaceFormulas.py index 40d991d..8f97cb3 100644 --- a/copycat/workspaceFormulas.py +++ b/copycat/workspaceFormulas.py @@ -1,5 +1,6 @@ def __chooseObjectFromList(ctx, objects, attribute): + # TODO: use entropy random = ctx.random temperature = ctx.temperature weights = [ diff --git a/copycat/workspaceObject.py b/copycat/workspaceObject.py index e641cea..9096861 100644 --- a/copycat/workspaceObject.py +++ b/copycat/workspaceObject.py @@ -2,7 +2,6 @@ from .description import Description from .formulas import weightedAverage from .workspaceStructure import WorkspaceStructure - class WorkspaceObject(WorkspaceStructure): # pylint: disable=too-many-instance-attributes def __init__(self, workspaceString): diff --git a/temp_usages.txt b/temp_usages.txt new file mode 100644 index 0000000..efc6806 --- /dev/null +++ b/temp_usages.txt @@ -0,0 +1,168 @@ +copycat/codeletMethods.py: temperature = ctx.temperature +copycat/codeletMethods.py: weightedStrength1 = temperature.getAdjustedValue( +copycat/codeletMethods.py: weightedStrength2 = temperature.getAdjustedValue( +copycat/codeletMethods.py: temperature = ctx.temperature +copycat/codeletMethods.py: probabilityOfSlippage = temperature.getAdjustedProbability(slippiness) +copycat/codeletMethods.py: temperature = ctx.temperature +copycat/codeletMethods.py: probabilityOfFizzle = (100.0 - temperature.value()) / 100.0 +copycat/codeletMethods.py: breakProbability = temperature.getAdjustedProbability( +copycat/codeletMethods.py: temperature = ctx.temperature +copycat/codeletMethods.py: probability = temperature.getAdjustedProbability(association) +copycat/codeletMethods.py: temperature = ctx.temperature +copycat/codeletMethods.py: probability = temperature.getAdjustedProbability(strength / 100.0) +copycat/codeletMethods.py: temperature = ctx.temperature +copycat/codeletMethods.py: temperature.getAdjustedValue(node.conceptualDepth) +copycat/codeletMethods.py: temperature.getAdjustedValue(node.conceptualDepth) +copycat/codeletMethods.py: temperature = ctx.temperature +copycat/codeletMethods.py: probability = temperature.getAdjustedProbability(rule.totalStrength / 100.0) +copycat/codeletMethods.py: temperature = ctx.temperature +copycat/codeletMethods.py: probability = temperature.getAdjustedProbability(strength / 100.0) +copycat/codeletMethods.py: temperature = ctx.temperature +copycat/codeletMethods.py: probability = temperature.getAdjustedProbability(strength / 100.0) +copycat/codeletMethods.py: temperature = ctx.temperature +copycat/codeletMethods.py: if cutoff >= temperature.actual_value: +copycat/codeletMethods.py: temperature.clampUntil(coderack.codeletsRun + 100) +copycat/codeletMethods.py: temperature = ctx.temperature +copycat/codeletMethods.py: weights = [temperature.getAdjustedValue(n.conceptualDepth) for n in descriptors] +copycat/codeletMethods.py: temperature = ctx.temperature +copycat/codeletMethods.py: probability = temperature.getAdjustedProbability(strength / 100.0) +copycat/coderack.py: temperature = self.ctx.temperature +copycat/coderack.py: return (temperature.value() / 100.0) ** 2 +copycat/coderack.py: temperature = self.ctx.temperature +copycat/coderack.py: if temperature.value() < 25.0 and 'translator' in codeletName: +copycat/coderack.py: temperature = self.ctx.temperature +copycat/coderack.py: scale = (100.0 - temperature.value() + 10.0) / 15.0 +copycat/copycat.py:from .temperature import Temperature +copycat/copycat.py: def report_temperature(self, temperature): +copycat/copycat.py: self.temperature = Temperature() +copycat/copycat.py: self.temperature.tryUnclamp(currentTime) +copycat/copycat.py: self.temperature.update(self.workspace.getUpdatedTemperature()) +copycat/copycat.py: self.reporter.report_temperature(self.temperature) +copycat/copycat.py: self.temperature.reset() +copycat/copycat.py: 'temp': self.temperature.last_unclamped_value, +copycat/copycat.py: 'sumtemp': 0, +copycat/copycat.py: d['sumtemp'] += answer['temp'] +copycat/copycat.py: d['avgtemp'] = d.pop('sumtemp') / d['count'] +copycat/curses_reporter.py: self.temperatureWindow = SafeSubwindow(window, height, 5, 0, 0) +copycat/curses_reporter.py: for w in [self.temperatureWindow, self.upperWindow, self.answersWindow, self.fpsWindow]: +copycat/curses_reporter.py: w = self.temperatureWindow # just a random window +copycat/curses_reporter.py: 'sumtemp': 0, +copycat/curses_reporter.py: d['sumtemp'] += answer['temp'] +copycat/curses_reporter.py: d['avgtemp'] = d['sumtemp'] / d['count'] +copycat/curses_reporter.py: return 3 * d['count'] - d['avgtemp'] +copycat/curses_reporter.py: return '%s: %d (avg time %.1f, avg temp %.1f)' % ( +copycat/curses_reporter.py: d['answer'], d['count'], d['avgtime'], d['avgtemp'], +copycat/curses_reporter.py: def report_temperature(self, temperature): +copycat/curses_reporter.py: w = self.temperatureWindow +copycat/curses_reporter.py: mercury = max_mercury * temperature.value() / 100.0 +copycat/curses_reporter.py: w.addnstr(height - 2, 1, '%3d' % temperature.actual_value, 3) +copycat/group.py: temperature = self.ctx.temperature +copycat/group.py: return temperature.getAdjustedProbability(supportedActivation) +copycat/group.py: temperature = self.ctx.temperature +copycat/group.py: value = temperature.getAdjustedProbability(probability) +copycat/temperature.py: iiijjjlll: 670 (avg time 1108.5, avg temp 23.6) +copycat/temperature.py: iiijjjd: 2 (avg time 1156.0, avg temp 35.0) +copycat/temperature.py: iiijjjkkl: 315 (avg time 1194.4, avg temp 35.5) +copycat/temperature.py: iiijjjkll: 8 (avg time 2096.8, avg temp 44.1) +copycat/temperature.py: iiijjjkkd: 5 (avg time 837.2, avg temp 48.0) +copycat/temperature.py: wyz: 5 (avg time 2275.2, avg temp 14.9) +copycat/temperature.py: xyd: 982 (avg time 2794.4, avg temp 17.5) +copycat/temperature.py: yyz: 7 (avg time 2731.9, avg temp 25.1) +copycat/temperature.py: dyz: 2 (avg time 3320.0, avg temp 27.1) +copycat/temperature.py: xyy: 2 (avg time 4084.5, avg temp 31.1) +copycat/temperature.py: xyz: 2 (avg time 1873.5, avg temp 52.1) +copycat/temperature.py: wyz: 7 (avg time 3192.9, avg temp 13.1) +copycat/temperature.py: xyd: 985 (avg time 2849.1, avg temp 17.5) +copycat/temperature.py: yyz: 6 (avg time 3836.7, avg temp 18.6) +copycat/temperature.py: xyy: 1 (avg time 1421.0, avg temp 19.5) +copycat/temperature.py: xyz: 1 (avg time 7350.0, avg temp 48.3) +copycat/temperature.py: wyz: 8 (avg time 4140.5, avg temp 13.3) +copycat/temperature.py: yyz: 6 (avg time 2905.2, avg temp 14.5) +copycat/temperature.py: xyd: 982 (avg time 3025.4, avg temp 17.6) +copycat/temperature.py: dyz: 4 (avg time 4265.0, avg temp 17.7) +copycat/temperature.py: dyz: 1 (avg time 5198.0, avg temp 15.3) +copycat/temperature.py: wyz: 3 (avg time 4043.7, avg temp 17.1) +copycat/temperature.py: yyz: 9 (avg time 3373.6, avg temp 21.0) +copycat/temperature.py: xyd: 84 (avg time 5011.1, avg temp 23.3) +copycat/temperature.py: xyy: 3 (avg time 4752.0, avg temp 27.9) +copycat/temperature.py: xyd: 1000 (avg time 1625.2, avg temp 17.3) +copycat/temperature.py: xyz: 3 (avg time 3996.7, avg temp 81.1) +copycat/temperature.py: dyz: 46 (avg time 5931.7, avg temp 82.6) +copycat/temperature.py: xd: 17 (avg time 6090.3, avg temp 83.8) +copycat/temperature.py: xyd: 934 (avg time 7699.8, avg temp 88.1) +copycat/temperature.py: wyz: 123 (avg time 5933.1, avg temp 16.5) +copycat/temperature.py: xyy: 200 (avg time 6486.7, avg temp 27.8) +copycat/temperature.py: yyz: 330 (avg time 6310.2, avg temp 38.5) +copycat/temperature.py: dyz: 75 (avg time 6393.3, avg temp 39.6) +copycat/temperature.py: yzz: 5 (avg time 4965.0, avg temp 59.3) +copycat/temperature.py: xyz: 160 (avg time 6886.2, avg temp 60.2) +copycat/temperature.py: xd: 4 (avg time 2841.0, avg temp 61.8) +copycat/temperature.py: dz: 3 (avg time 3721.0, avg temp 62.1) +copycat/temperature.py: xyd: 100 (avg time 5853.1, avg temp 67.5) +copycat/temperature.py: wyz: 78 (avg time 7793.7, avg temp 16.6) +copycat/temperature.py: xyy: 202 (avg time 9168.5, avg temp 27.5) +copycat/temperature.py: wxz: 1 (avg time 3154.0, avg temp 33.4) +copycat/temperature.py: dyz: 63 (avg time 7950.3, avg temp 41.7) +copycat/temperature.py: yyz: 217 (avg time 8147.4, avg temp 41.7) +copycat/temperature.py: xyz: 201 (avg time 7579.7, avg temp 62.5) +copycat/temperature.py: xxy: 1 (avg time 7994.0, avg temp 64.8) +copycat/temperature.py: yzz: 8 (avg time 4672.6, avg temp 65.7) +copycat/temperature.py: xd: 9 (avg time 9215.2, avg temp 68.1) +copycat/temperature.py: xyd: 217 (avg time 7677.9, avg temp 73.8) +copycat/temperature.py: dz: 3 (avg time 20379.0, avg temp 77.3) +copycat/temperature.py: xyd: 100 (avg time 2984.3, avg temp 18.2) +copycat/temperature.py: jijjkk: 66 (avg time 3200.1, avg temp 61.3) +copycat/temperature.py: iijjkk: 114 (avg time 5017.2, avg temp 63.5) +copycat/temperature.py: dijjkk: 23 (avg time 2209.0, avg temp 67.3) +copycat/temperature.py: iijjkl: 748 (avg time 3262.8, avg temp 70.0) +copycat/temperature.py: iijjkd: 49 (avg time 2315.9, avg temp 76.3) +copycat/temperature.py: iijjll: 59 (avg time 797.4, avg temp 19.8) +copycat/temperature.py: iijjkl: 41 (avg time 696.1, avg temp 28.5) +copycat/temperature.py: mrrlll: 77 (avg time 2195.7, avg temp 41.4) +copycat/temperature.py: mrrd: 2 (avg time 1698.0, avg temp 42.6) +copycat/temperature.py: mrrkkl: 20 (avg time 1317.8, avg temp 46.6) +copycat/temperature.py: mrrkkd: 1 (avg time 1835.0, avg temp 48.6) +copycat/temperature.py: nrrkkk: 11 (avg time 3637.8, avg temp 64.6) +copycat/temperature.py: drrkkk: 3 (avg time 5921.3, avg temp 66.2) +copycat/temperature.py: mrrkkd: 7 (avg time 6771.3, avg temp 74.6) +copycat/temperature.py: mrrkkl: 79 (avg time 3723.0, avg temp 74.9) +copycat/tests.py:def lower_bound_on_probability(hits, attempts, confidence=0.95): +copycat/tests.py: if attempts == 0: +copycat/tests.py: phat = 1.0 * hits / attempts +copycat/tests.py: under_sqrt = (phat * (1 - phat) + zsqr / (4 * attempts)) / attempts +copycat/tests.py: denominator = (1 + zsqr / attempts) +copycat/tests.py: return (phat + zsqr / (2 * attempts) - z * (under_sqrt ** 0.5)) / denominator +copycat/tests.py:def upper_bound_on_probability(hits, attempts, confidence=0.95): +copycat/tests.py: misses = attempts - hits +copycat/tests.py: return 1.0 - lower_bound_on_probability(misses, attempts, confidence) +copycat/tests.py: if abs(actual[k]['avgtemp'] - expected[k]['avgtemp']) >= 10.0 + (10.0 / actual[k]['count']): +copycat/tests.py: print('Failed (%s - %s >= %s)' % (actual[k]['avgtemp'], expected[k]['avgtemp'], 10.0 + (10.0 / actual[k]['count']))) +copycat/tests.py: 'efd': {'count': 1, 'avgtemp': 16}, +copycat/tests.py: 'efh': {'count': 99, 'avgtemp': 19}, +copycat/tests.py: 'ijd': {'count': 4, 'avgtemp': 24}, +copycat/tests.py: 'ijl': {'count': 96, 'avgtemp': 20}, +copycat/tests.py: 'xyd': {'count': 100, 'avgtemp': 19}, +copycat/tests.py: 'ijkkk': {'count': 7, 'avgtemp': 21}, +copycat/tests.py: 'ijll': {'count': 47, 'avgtemp': 28}, +copycat/tests.py: 'ijkl': {'count': 44, 'avgtemp': 32}, +copycat/tests.py: 'ijkd': {'count': 2, 'avgtemp': 65}, +copycat/tests.py: 'mrrjjjj': {'count': 4, 'avgtemp': 16}, +copycat/tests.py: 'mrrkkk': {'count': 31, 'avgtemp': 47}, +copycat/tests.py: 'mrrjjk': {'count': 64, 'avgtemp': 51}, +copycat/tests.py: 'mrrjkk': {'count': 1, 'avgtemp': 52}, +copycat/tests.py: 'mrrjjd': {'count': 1, 'avgtemp': 54}, +copycat/tests.py: 'milj': {'count': 85, 'avgtemp': 55}, +copycat/tests.py: 'mikj': {'count': 10, 'avgtemp': 56}, +copycat/tests.py: 'milk': {'count': 1, 'avgtemp': 56}, +copycat/tests.py: 'lilk': {'count': 1, 'avgtemp': 57}, +copycat/tests.py: 'milb': {'count': 3, 'avgtemp': 57}, +copycat/tests.py: 'xc': {'count': 9, 'avgtemp': 57}, +copycat/tests.py: 'xyc': {'count': 82, 'avgtemp': 59}, +copycat/tests.py: 'cyx': {'count': 7, 'avgtemp': 68}, +copycat/tests.py: 'xyx': {'count': 2, 'avgtemp': 69}, +copycat/tests.py: 'cakg': {'count': 99, 'avgtemp': 70}, +copycat/tests.py: 'gake': {'count': 1, 'avgtemp': 59}, +copycat/tests.py: 'kitteg': {'count': 96, 'avgtemp': 66}, +copycat/tests.py: 'kitten': {'count': 4, 'avgtemp': 68}, +copycat/workspaceFormulas.py: temperature = ctx.temperature +copycat/workspaceFormulas.py: temperature.getAdjustedValue( diff --git a/todos.txt b/todos.txt new file mode 100644 index 0000000..5775650 --- /dev/null +++ b/todos.txt @@ -0,0 +1,53 @@ +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO:use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/codeletMethods.py: # TODO: use entropy +copycat/coderack.py: # TODO: use entropy +copycat/coderack.py: # TODO: use entropy +copycat/coderack.py: # TODO: use entropy +copycat/coderack.py: # TODO: use entropy +copycat/coderack.py: # TODO: use entropy +copycat/coderack.py: # TODO: use entropy +copycat/copycat.py: def report_temperature(self, temperature): #TODO: use entropy +copycat/copycat.py: self.temperature = Temperature() # TODO: use entropy +copycat/copycat.py: self.temperature.tryUnclamp(currentTime) # TODO: use entropy +copycat/copycat.py: self.temperature.update(self.workspace.getUpdatedTemperature()) # TODO: use entropy +copycat/copycat.py: self.temperature.reset() # TODO: use entropy +copycat/copycat.py: 'temp': self.temperature.last_unclamped_value, # TODO: use entropy +copycat/copycat.py: 'sumtemp': 0, # TODO: use entropy +copycat/copycat.py: d['sumtemp'] += answer['temp'] # TODO: use entropy +copycat/curses_reporter.py: self.temperatureWindow = SafeSubwindow(window, height, 5, 0, 0) # TODO: use entropy (entropyWindow) +copycat/curses_reporter.py: #TODO: use entropy +copycat/group.py: #TODO: use entropy +copycat/group.py: #TODO: use entropy +copycat/temperature.py: # TODO: use entropy +copycat/tests.py:# TODO: update test cases to use entropy +copycat/workspaceFormulas.py: # TODO: use entropy +copycat/workspaceObject.py: from .group import Group # gross, TODO FIXME +copycat/workspace.py: # TODO: Initial part of refactoring in this method +copycat/workspace.py: # TODO: Extract method? +copycat/workspace.py: # TODO: these 3 methods seem to be the same... are they? If so, Extract method. +copycat/workspace.py: # TODO: use entropy From 42a875a4921c25099e1425887bf900d5ce8b27b6 Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Fri, 29 Sep 2017 13:12:16 -0600 Subject: [PATCH 23/52] Minor annotations to temperature calculations --- copycat/temperature.py | 18 ++++++++++++++++++ copycat/workspace.py | 7 ++++++- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/copycat/temperature.py b/copycat/temperature.py index 1ead82e..eb49cea 100644 --- a/copycat/temperature.py +++ b/copycat/temperature.py @@ -222,3 +222,21 @@ class Temperature(object): c = (10 - a) / 100 f = (c + 1) * value return (0 + (-f * math.log2(f))) # max(f, 0.0000) + + def getAdjustedProbability(self, value): + # Recall self.value(): + # def value(self): + # return 100.0 if self.clamped else self.actual_value + # + # f in terms of value() and value only + # f = ((10 - sqrt(100 - self.value()))/100 + 1) * value + + if value == 0 or value == 0.5 or self.value() == 0: + return value + if value < 0.5: + return 1.0 - self.getAdjustedProbability(1.0 - value) + coldness = 100.0 - self.value() + a = math.sqrt(coldness) + c = (10 - a) / 100 + f = (c + 1) * value + return max(f, 0.5) diff --git a/copycat/workspace.py b/copycat/workspace.py index f2d5ba0..1c1ace7 100644 --- a/copycat/workspace.py +++ b/copycat/workspace.py @@ -39,7 +39,7 @@ class Workspace(object): self.changedObject = None self.objects = [] self.structures = [] - self.rule = None + self.rule = None # Only one rule? : LSaldyt self.initial = WorkspaceString(self.ctx, self.initialString) self.modified = WorkspaceString(self.ctx, self.modifiedString) self.target = WorkspaceString(self.ctx, self.targetString) @@ -99,6 +99,11 @@ class Workspace(object): # TODO: use entropy def getUpdatedTemperature(self): + ''' + Calculation of global tolerance towards irrelevance + + temp = weightedAverage(totalUnhappiness(.8), ruleWeakness(.2)) + ''' self.calculateIntraStringUnhappiness() self.calculateInterStringUnhappiness() self.calculateTotalUnhappiness() From 1c570735f8908371e356431ecc5480101bb7aecb Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Tue, 26 Sep 2017 21:16:20 -0600 Subject: [PATCH 24/52] Add simple matplotlib bar plots per run As well as a flag to turn plotting on --- copycat.log | 90062 ++++++++++++++++++++++++++++++++++++++++++ copycat/__init__.py | 1 + copycat/plot.py | 18 + main.py | 5 +- 4 files changed, 90085 insertions(+), 1 deletion(-) create mode 100644 copycat/plot.py diff --git a/copycat.log b/copycat.log index fb7881c..22ead00 100644 --- a/copycat.log +++ b/copycat.log @@ -1,3 +1,73086 @@ +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = group[1:2] == jk from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[1:2] == jk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = i from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +lost fight with group[0:1] == ij +failed to break groups: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +destination: k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:1] == ij from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: group[0:1] == ij +initial : relevance = 0, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between i and j from other string +bond strength = 65 for predecessor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=80 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=80 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=80 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=80 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=80 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=80 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 95 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: successor bond between j and k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +lost fight with group[0:1] == ij +failed to break Groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 95 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: group[0:1] == ij +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +no incompatible bonds +won fight with group[0:1] == ij +won fight with group[0:1] == ij +broke the Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +no incompatible bonds +won fight with group[0:2] == ijk +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = Correspondence between a and i from other string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = b from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = a from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = b from initial string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between a and b +broke the bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = i from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = Correspondence between a and i from other string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = c from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = k from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = k from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = a from initial string +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = predecessor bond between b and c from other string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = j from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = j from target string +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = i from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +object chosen = group[0:1] == ij from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=100 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=100 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=84 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == jk from target string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ij +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 95 for successor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 95 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: group[0:1] == ij +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: group[0:1] == ij +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = successor bond between j and k from other string +bond strength = 95 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ij +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 95 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = k +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = a from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +object chosen = j from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = i from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +object chosen = group[1:2] == bc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = k from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = i from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between a and b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = Correspondence between a and i from other string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = i from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = j from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +object chosen = b from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = Correspondence between a and i from other string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ij from target string +destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +won fight with successor bond between j and k +broke the bonds +won fight with group[0:1] == ij +won fight with group[0:1] == ij +broke the Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = Correspondence between c and k from other string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = b from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +object chosen = j from target string +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 78 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 100, unhappiness=94 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=94 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = c from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = Correspondence between b and j from other string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = j from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ab from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == bc from initial string +object chosen = c from initial string +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +broke the bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = c from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from j to k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +object chosen = c from initial string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond predecessor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=18 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +no incompatible bonds +won fight with group[0:2] == abc +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +won fight with successor bond between j and k +broke the bonds +no incompatible Groups +building group +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = j from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 33, unhappiness=89 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond +to object: c +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond +source: c, destination: group[0:1] == ab +top_down_bond_scout__category +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond +source: group[0:1] == ab, destination: c +initial : relevance = 0, unhappiness=82 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=82 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 0, unhappiness=82 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond +object chosen = a from initial string +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = c from initial string +destination: group[0:1] == ab +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond +source: group[0:1] == ab, destination: c +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:1] == ab from initial string +destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ab from initial string +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:1] == ab from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond +to object: c +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond predecessor bond between j and k +initial : relevance = 33, unhappiness=82 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = group[0:1] == ij from target string +initial : relevance = 33, unhappiness=82 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +initial : relevance = 33, unhappiness=82 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for group +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: group[0:1] == ab +top_down_bond_scout__category +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: group[0:1] == ab +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=82 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 95 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ab from initial string +destination: c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[0:1] == ab +won fight with group[0:1] == ab +broke the Groups +building group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = b from initial string +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = b from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = a from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = k from target string +object chosen = b from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +no incompatible Groups +building group +object chosen = group[0:1] == ij from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = a from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = j from target string +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 78 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between j and k from other string +posting bottom up codelets +object chosen = successor bond between j and k from other string +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between a and b from other string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = Correspondence between c and k from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between i and j from other string +object chosen = successor bond between i and j from other string +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between j and k from other string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +posting bottom up codelets +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +object chosen = successor bond between j and k from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +urgency: 24.1, number: 2, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = Correspondence between c and k from other string +object chosen = Correspondence between b and j from other string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = predecessor bond between b and c from other string +object chosen = Correspondence between b and j from other string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 78 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between b and c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +object chosen = group[1:2] == bc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[1:2] == bc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: group[1:2] == bc +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:1] == ab from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == bc +no firstBond +no firstBond2 +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: group[1:2] == bc +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: group[1:2] == bc +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 33, unhappiness=80 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=80 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[1:2] == bc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=80 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == bc +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == bc +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == bc, destination: a +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == bc from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == bc +no firstBond +no firstBond2 +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +object chosen = group[0:2] == abc from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between a and b +broke the bonds +won fight with group[1:2] == bc +won fight with group[1:2] == bc +broke the Groups +building group +object chosen = group[0:1] == ab from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = j from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = b from initial string +object chosen = i from target string +object chosen = i from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +object chosen = b from initial string +object chosen = i from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = j from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +urgency: 24.1, number: 2, bin: 2 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between b and c +initial : relevance = 50, unhappiness=18 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between i and j +broke the bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ij from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = b from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = i from target string +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = b from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ij from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = j from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between i and j +object chosen = group[1:2] == jk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[1:2] == jk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = c from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = a from initial string +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = b from initial string +object chosen = b from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = j from target string +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = j from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = group[1:2] == jk from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = group[1:2] == jk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between a and b +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:1] == ab from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond successor bond between i and j +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = i from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between a and b +initial : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = b from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = c +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +object chosen = successor bond between i and j from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:1] == ab from initial string +object chosen = c from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = i from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = i +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = b from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:1] == ij from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = b from initial string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +won fight with predecessor bond between i and j +broke the bonds +no incompatible Groups +building group +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +won fight with successor bond between j and k +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = j from target string +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = b from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between j and k from other string +bond strength = 69 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and c +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and c +no firstBond2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=94 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +object chosen = c from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between j and k from other string +bond strength = 69 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 69 for predecessor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +won fight with successor bond between j and k +broke the bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between a and b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between a and b +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = b from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +object chosen = a from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = j +no firstBond +no firstBond2 +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: i +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = k from target string +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = k from target string +object chosen = k from target string +object chosen = k from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = k from target string +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = c from initial string +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = i from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = a from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between j and k +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond successor bond between i and j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = a from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=84 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=84 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = group[1:2] == jk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = Correspondence between a and i from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +posting bottom up codelets +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +object chosen = group[1:2] == jk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = i from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = i from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +object chosen = group[1:2] == bc from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=84 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[1:2] == bc from initial string +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = a from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 33, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 33, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +to object: k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 33, unhappiness=80 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 33, unhappiness=80 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: k, destination: group[0:1] == ij +object chosen = group[0:2] == ijk from target string +no incompatible bonds +won fight with group[0:1] == ij +lost fight with group[0:1] == ij +failed to break Groups: Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +object chosen = successor bond between i and j from other string +bond strength = 95 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 66, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:1] == ab +won fight with group[0:1] == ab +broke the Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ij +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between j and k from other string +bond strength = 95 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = group[1:2] == bc from initial string +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ij +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: group[0:1] == ij +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: group[0:1] == ij +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = k from target string +destination: group[0:1] == ij +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +won fight with group[0:1] == ij +won fight with group[0:1] == ij +broke the Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: successor bond between j and k +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = b from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +object chosen = b from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = Correspondence between b and j from other string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = j +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:1] == ij from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = b from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between i and j +no firstBond2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +object chosen = i from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = j from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = j from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 2, bin: 7 +object chosen = j from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = j from target string +object chosen = successor bond between i and j from other string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +object chosen = Correspondence between c and k from other string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = b from initial string +object chosen = group[0:1] == ab from initial string +object chosen = a from initial string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = j from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: successor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = b from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = i +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = j from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between b and c +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = k from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = j from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = j from target string +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +object chosen = i from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = b from initial string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = k from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between a and b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = c from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = i from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = a from initial string +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = c from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +object chosen = c from initial string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = i from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = b from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = j +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = k from target string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = j from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = group[1:2] == jk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +won fight with successor bond between b and c +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[1:2] == jk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string +no incompatible bonds +won fight with group[0:2] == ijk +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = j from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = b from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: i +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = i from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = i from target string +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = a from initial string +object chosen = i from target string +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = k from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +object chosen = k from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = c from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = c from initial string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = k +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 78 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[1:2] == jk from target string +object chosen = a from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from j to k +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ij from target string +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +object chosen = group[1:2] == jk from target string +no incompatible bonds +no incompatible Groups +building group +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = j from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = i from target string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = Correspondence between b and j from other string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = j from target string +object chosen = i from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = a from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond predecessor bond between i and j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between a and b +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:1] == ij from target string +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:1] == ab from initial string +object chosen = j from target string +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond predecessor bond between i and j +object chosen = k from target string +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +object chosen = group[0:1] == ij from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == jk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:1] == ij from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond predecessor bond between j and k +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = b from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = a from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +object chosen = b from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = i from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: c +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +object chosen = i from target string +object chosen = i from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = c +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = b +no firstBond +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = b from initial string +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = c +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = b from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = j from target string +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = j +no firstBond +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = k from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = i +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = k +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: k +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = j +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: j +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: i +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: j +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[1:2] == bc from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:1] == ij from target string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = b from initial string +object chosen = group[1:2] == bc from initial string +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = b from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = j from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = b from initial string +object chosen = group[1:2] == bc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = i from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +object chosen = group[1:2] == jk from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[1:2] == jk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between i and j +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=18 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = a from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +urgency: 24.1, number: 2, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = Correspondence between b and j from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = k from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = k from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = b from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = j from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ij from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: c +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: successor bond between j and k +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = c from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +object chosen = group[1:2] == jk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = j from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 33, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=89 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=89 +target : relevance = 33, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = k from target string +object chosen = group[0:1] == ij from target string +destination: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = i from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=84 +target : relevance = 33, unhappiness=96 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 33, unhappiness=82 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +bond strength = 95 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: group[0:1] == ij +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +won fight with group[0:1] == ij +lost fight with group[0:1] == ij +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +no incompatible bonds +won fight with group[0:1] == ij +won fight with group[0:1] == ij +broke the Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +object chosen = Correspondence between a and i from other string +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = c from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = b from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = j from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[1:2] == jk from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = k from target string +object chosen = k from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = i from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: c +object chosen = j from target string +object chosen = k from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = j from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = i from target string +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: i +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: i +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +object chosen = c from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = j from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = b from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = Correspondence between c and k from other string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = j from target string +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = b from initial string +object chosen = group[1:2] == bc from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = i from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == jk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: successor bond between j and k +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between i and j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 69 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[1:2] == jk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=94 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=94 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=94 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=94 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=94 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +won fight with group[1:2] == jk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from j to k +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:1] == ij from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == jk, destination: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[1:2] == jk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from j to k +object chosen = i from target string +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +destination: i +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between j and k +failed to break bonds: Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == jk +no firstBond +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +won fight with successor bond between j and k +broke the bonds +won fight with group[1:2] == jk +won fight with group[1:2] == jk +broke the Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 24.1, number: 2, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:1] == ij from target string +no incompatible bonds +won fight with group[0:2] == ijk +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = i from target string +object chosen = group[0:1] == ab from initial string +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +object chosen = b from initial string +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 95 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 95 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ab from initial string +destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +lost fight with group[0:1] == ab +failed to break Groups: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 95 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +lost fight with group[0:1] == ab +failed to break Groups: Fizzle +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[0:1] == ab +won fight with group[0:1] == ab +broke the Groups +building group +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = i from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: b +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 69 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = i from target string +object chosen = j from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between a and b from other string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = k from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: successor bond between j and k +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = i from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = j from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[1:2] == jk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = b from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = b from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = j from target string +object chosen = b from initial string +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:1] == ab +broke the groups +building bond predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 0, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = i from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: successor bond between j and k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = b from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = Correspondence between a and i from other string +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: c +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 50, unhappiness=100 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = c from initial string +initial : relevance = 50, unhappiness=100 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +initial : relevance = 50, unhappiness=100 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=100 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=94 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = c from initial string +object chosen = c from initial string +object chosen = c from initial string +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 0, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 66, unhappiness=89 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 95 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 95 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: group[0:1] == ab +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +initial : relevance = 66, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +destination: group[0:1] == ab +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=92 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +top_down_bond_scout__category +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=92 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ij from target string +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 33, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:1] == ab +won fight with group[0:1] == ab +broke the Groups +building group +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = k from target string +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: successor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = a from initial string +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between a and b from other string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = b from initial string +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = k from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = c from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond successor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = k from target string +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +object chosen = i from target string +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +object chosen = c from initial string +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == bc from initial string +object chosen = c from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == bc from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = i from target string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:1] == ij from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = k from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = b from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = i from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for group +object chosen = group[0:1] == ij from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=100 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond successor bond between i and j +object chosen = a from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = k from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between a and b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:1] == ab from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[1:2] == bc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = a from initial string +object chosen = successor bond between a and b from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = group[0:1] == ij from target string +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[0:2] == ijk from target string +won fight with successor bond between j and k +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = group[0:1] == ij from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:1] == ij from target string +no incompatible bonds +won fight with group[0:2] == ijk +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +initial : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = b from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = b from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = i from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = b from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = b from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +object chosen = j from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = group[0:1] == ij from target string +object chosen = c from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: j, destination: i +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = b from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between i and j from other string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = k from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 50, unhappiness=100 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between a and b +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = b from initial string +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[1:2] == jk from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = b from initial string +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 78 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=18 +target : relevance = 33, unhappiness=80 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=18 +target : relevance = 33, unhappiness=80 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 33, unhappiness=80 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=18 +target : relevance = 33, unhappiness=80 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +lost fight with group[0:1] == ij +failed to break Groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +destination: k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +won fight with group[0:1] == ij +broke the groups +building bond predecessor bond between i and j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = i from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = group[1:2] == jk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = group[1:2] == jk from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=18 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = i from target string +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = j from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = j from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = i from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = j from target string +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = k from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between j and k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = a from initial string +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:1] == ij from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == jk, destination: i +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[1:2] == jk +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[1:2] == jk from target string +destination: i +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[1:2] == jk +broke the groups +building bond successor bond between j and k +object chosen = k from target string +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +no incompatible Groups +building group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 78 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 78 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = Correspondence between b and j from other string +posting bottom up codelets +object chosen = k from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = Correspondence between a and i from other string +posting bottom up codelets +object chosen = successor bond between a and b from other string +object chosen = successor bond between a and b from other string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = i from target string +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = j from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +object chosen = b from initial string +object chosen = k from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +object chosen = i from target string +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = group[0:1] == ij from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and c +no firstBond2 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between i and j +broke the bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between b and c +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +initial : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +initial : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 66, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 95 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[0:1] == ab +won fight with group[0:1] == ab +broke the Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = k from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = i from target string +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = k from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = group[1:2] == jk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +bond strength = 95 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[1:2] == jk, destination: i +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +won fight with group[1:2] == jk +won fight with group[1:2] == jk +broke the Groups +building group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == jk from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from j to k +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +object chosen = group[0:1] == ij from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:1] == ij from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: k +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ij +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = group[0:1] == ij from target string +destination: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: group[0:1] == ij +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: group[0:1] == ij +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: group[0:1] == ij +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:1] == ij +won fight with group[0:1] == ij +broke the Groups +building group +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=80 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=80 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=18 +target : relevance = 100, unhappiness=80 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 78 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +urgency: 24.1, number: 2, bin: 2 +urgency: 24.1, number: 2, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between b and c from other string +bond strength = 78 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=18 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +won fight with successor bond between j and k +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = k from target string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = Correspondence between a and i from other string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = group[0:1] == ab from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 50, unhappiness=94 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = group[0:1] == ij from target string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:1] == ij from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = k from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between b and c from other string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = j from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = i from target string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = j from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: i +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for group +object chosen = i from target string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = group[0:1] == ij from target string +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 1 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: group[0:1] == ij +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = i from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=82 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 95 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:1] == ij from target string +destination: k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 95 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +won fight with group[0:1] == ij +won fight with group[0:1] == ij +broke the Groups +building group +object chosen = i from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:1] == ij from target string +no incompatible bonds +won fight with group[0:2] == ijk +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = i from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = i from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = a from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +object chosen = group[0:1] == ab from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = b from initial string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = k from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = i from target string +object chosen = group[1:2] == jk from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = group[1:2] == jk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +no incompatible Groups +building group +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 24.1, number: 2, bin: 2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 24.1, number: 2, bin: 2 +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond predecessor bond between j and k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = b from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 object chosen = k from target string destination: j chosen bond facet: letterCategory @@ -21,7 +73104,13549 @@ destination descriptor: J proposing successor bond object chosen = predecessor bond between j and k from other string bond strength = 48 for predecessor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = k from target string +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: j, destination: i +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = j from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = j from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=18 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=18 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = i from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = c from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = i from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: i, destination: j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = c from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = b from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ij from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = group[0:1] == ij from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +object chosen = group[1:2] == jk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = b from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = k from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = j from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = i from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = j from target string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = b from initial string +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[0:1] == ab +won fight with group[0:1] == ab +broke the Groups +building group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = k from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = group[0:1] == ij from target string +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = k from target string +object chosen = j from target string +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 0, unhappiness=94 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: successor bond between b and c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ij from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == jk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = group[0:1] == ij from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = b from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between b and c +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = predecessor bond between b and c from other string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 50, unhappiness=79 +target : relevance = 33, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ab from initial string +object chosen = group[1:2] == bc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 33, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 33, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +initial : relevance = 33, unhappiness=79 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 33, unhappiness=79 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ij +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +urgency: 100.0, number: 3, bin: 7 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: group[0:1] == ab +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ij, destination: k +object chosen = group[1:2] == bc from initial string +object chosen = group[0:1] == ij from target string +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ij +no firstBond +no firstBond2 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ij +no firstBond +no firstBond2 +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: group[0:1] == ij +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = group[1:2] == bc from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +destination: c +object chosen = group[0:1] == ij from target string +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ij +no firstBond +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +object chosen = predecessor bond between a and b from other string +bond strength = 65 for predecessor bond between a and b +object chosen = group[1:2] == bc from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 33, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +won fight with group[0:1] == ij +won fight with group[0:1] == ij +broke the Groups +building group +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +object chosen = group[0:1] == ij from target string +object chosen = i from target string +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +object chosen = predecessor bond between i and j from other string +bond strength = 78 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 33, unhappiness=80 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 33, unhappiness=80 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +initial : relevance = 33, unhappiness=80 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=80 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=80 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: group[0:1] == ab +object chosen = successor bond between b and c from other string +bond strength = 65 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +lost fight with group[0:1] == ab +failed to break groups: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: group[0:1] == ab +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: group[0:1] == ab +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = a from initial string +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = c from initial string +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +destination: group[0:1] == ab +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=80 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 33, unhappiness=80 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:1] == ab from initial string +destination: c +initial : relevance = 33, unhappiness=80 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=80 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: group[0:1] == ab +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:1] == ab +broke the groups +building bond predecessor bond between a and b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = a from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +firstBond2: predecessor bond between j and k +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[0:2] == ijk from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +urgency: 24.1, number: 2, bin: 2 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: successor bond between i and j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=18 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = k from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +object chosen = k from target string +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = b from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = Correspondence between a and i from other string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = c from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = b from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: c +object chosen = c from initial string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +posting bottom up codelets +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = Correspondence between c and k from other string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = c from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = k from target string +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to j +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ij from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction +source chosen = c +no firstBond +no firstBond2 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = a from initial string +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = b from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = a +no firstBond +no firstBond2 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = group[1:2] == jk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[1:2] == bc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +initial : relevance = 50, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = i from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between i and j from other string +bond strength = 78 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +urgency: 100.0, number: 2, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = b from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = c from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +source: a, destination: b +object chosen = successor bond between i and j from other string +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=100 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +object chosen = group[0:2] == abc from initial string +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = j from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +no firstBond +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = b from initial string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = i from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 69 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +firstBond2: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +object chosen = a from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between c and k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = a from initial string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: predecessor bond between i and j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = successor bond between a and b from other string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = i from target string +object chosen = i from target string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +object chosen = group[1:2] == bc from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +firstBond2: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from j to predecessor +proposing group from i to j +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = k from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = j from target string +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = j from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = c from initial string +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = j from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between a and b +broke the bonds +no incompatible Groups +building group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 6 +posting bottom up codelets +object chosen = j from target string +object chosen = c from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +won fight with group[0:1] == ij +won fight with group[0:1] == ij +broke the Groups +building group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond successor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = group[1:2] == jk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = a from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between i and j from other string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: a +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 69 for predecessor bond between i and j +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = group[1:2] == jk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 0, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +won fight with successor bond between j and k +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from j to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = a from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +no firstBond2 +object chosen = group[1:2] == jk from target string +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:1] == ij from target string +object chosen = b from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between i and j +broke the bonds +no incompatible Groups +building group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 69 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between b and c +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=84 +target : relevance = 100, unhappiness=18 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = k from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +urgency: 24.1, number: 2, bin: 2 +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 94 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +building bond successor bond between i and j +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +won fight with successor bond between i and j +broke the bonds +no incompatible Groups +building group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 69 for predecessor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = b from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = predecessor bond between j and k from other string +bond strength = 78 for predecessor bond between j and k +object chosen = k from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=94 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: a +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: c, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:1] == ab from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = c from initial string +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 33, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:1] == ab +failed to break groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:1] == ab +failed to break Groups: Fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:1] == ab +broke the groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[0:1] == ab +won fight with group[0:1] == ab +broke the Groups +building group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond successor bond between i and j +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = i from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +initial : relevance = 50, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ij from target string +object chosen = group[1:2] == bc from initial string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for group +object chosen = i from target string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = group[1:2] == jk from target string +initial : relevance = 0, unhappiness=79 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from a to c +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond predecessor bond between i and j +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between b and c +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +won fight with predecessor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ij from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == jk from target string +no incompatible bonds +no incompatible Groups +building group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +lost fight with group[1:2] == jk +failed to break Groups: Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 95 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 66, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +won fight with group[1:2] == jk +won fight with group[1:2] == jk +broke the Groups +building group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = group[1:2] == bc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = a from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == bc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = group[0:1] == ab from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:1] == ab from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == ijk from target string +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 33, unhappiness=92 +target : relevance = 0, unhappiness=18 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +object chosen = b from initial string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 33, unhappiness=92 +target : relevance = 100, unhappiness=18 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = a from initial string +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 33, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 33, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = group[0:1] == ab +no firstBond +no firstBond2 +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +building bond predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +destination: group[0:1] == ab +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: group[0:1] == ab, destination: c +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: c +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 66, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = group[0:2] == abc from initial string +no incompatible bonds +won fight with group[0:1] == ab +won fight with group[0:1] == ab +broke the Groups +building group +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = j from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = c from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +posting bottom up codelets +object chosen = c from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: a +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = b from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +object chosen = b from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = k from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +source: k, destination: j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 91 for successor bond between j and k +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 94 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +object chosen = a from initial string +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 object chosen = c from initial string destination: b chosen bond facet: letterCategory @@ -39,11 +86664,1439 @@ number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond predecessor bond between b and c +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +object chosen = a from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = c from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: a, destination: b +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = k from target string +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to b +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: k +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +object chosen = j from target string +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = successor bond between j and k from other string +bond strength = 69 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 50, unhappiness=84 +target : relevance = 50, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to b +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=94 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 94 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = c from initial string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +won fight with successor bond between b and c +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between b and c +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: a +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=79 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +object chosen = c from initial string +initial : relevance = 0, unhappiness=78 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = k +no firstBond +no firstBond2 +initial : relevance = 0, unhappiness=78 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +building bond successor bond between a and b +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = i from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ab from initial string +object chosen = group[0:1] == ij from target string +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder object chosen = predecessor bond between j and k from other string number of incompatibleBonds: 0 no incompatible bonds no incompatible groups building bond predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +won fight with predecessor bond between j and k +broke the bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond successor bond between j and k +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to k +object chosen = group[1:2] == bc from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +won fight with group[0:2] == ijk +broke the groups +building bond predecessor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=78 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from j to predecessor +proposing group from j to k +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = group[1:2] == jk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from j to k +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: i +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == abc from initial string +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +object chosen = group[1:2] == bc from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == jk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ij from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between a and b from other string +bond strength = 94 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +lost fight with successor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +won fight with successor bond between a and b +broke the bonds +no incompatible Groups +building group +object chosen = group[1:2] == bc from initial string +object chosen = group[1:2] == bc from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=79 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: predecessor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: i, destination: j +urgency: 100.0, number: 1, bin: 7 +object chosen = group[1:2] == bc from initial string +object chosen = i from target string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = j from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +won fight with predecessor bond between a and b +broke the bonds +lost fight with group[0:2] == abc +failed to break groups: Fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:1] == ab from initial string +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=79 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +building bond predecessor bond between i and j +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +object chosen = group[1:2] == bc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for group +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = j from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: k +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:1] == ij from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between a and b from other string +bond strength = 96 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = predecessor bond between j and k from other string +bond strength = 96 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 1 +predecessor bond between j and k +lost fight with predecessor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == jk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +posting bottom up codelets +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 1 +predecessor bond between a and b +lost fight with predecessor bond between a and b +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +possible group: predecessor bond between j and k +trying from k to predecessor +proposing group from i to k +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: predecessor bond between i and j +possible group: predecessor bond between i and j +trying from i to predecessor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +firstBond2: predecessor bond between b and c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 96 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = predecessor bond between b and c from other string +bond strength = 96 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: predecessor bond between j and k +no firstBond2 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 2, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 1 +predecessor bond between i and j +lost fight with predecessor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +no firstBond2 +object chosen = c from initial string +posting bottom up codelets +urgency: 100.0, number: 2, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from a to predecessor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between a and b +possible group: predecessor bond between a and b +trying from b to predecessor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[1:2] == jk from target string +no incompatible bonds +lost fight with group[0:2] == ijk +failed to break Groups: Fizzle +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 23.200000000000003, number: 1, bin: 2 +urgency: 100.0, number: 1, bin: 7 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = b from initial string +object chosen = successor bond between a and b from other string +bond strength = 48 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = i from target string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = i from target string object chosen = b from initial string destination: c chosen bond facet: letterCategory @@ -51,6 +88104,515 @@ Source: b, destination: c source descriptor: B destination descriptor: C proposing successor bond +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = a from initial string +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between a and b from other string +bond strength = 78 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: b, destination: c +object chosen = i from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +initial : relevance = 100, unhappiness=84 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond +to object: j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=78 +target : relevance = 0, unhappiness=100 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=94 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +to object: j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between i and j from other string +bond strength = 94 for predecessor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +object chosen = k from target string +object chosen = i from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 50, unhappiness=79 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: j, destination: i +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +to object: j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=89 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to k +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between i and j +firstBond2: successor bond between j and k +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +object chosen = group[0:2] == abc from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +no firstBond2 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: i +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond object chosen = k from target string destination: j chosen bond facet: letterCategory @@ -58,6 +88620,42 @@ Source: k, destination: j source descriptor: K destination descriptor: J proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +urgency: 100.0, number: 1, bin: 7 +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 23.200000000000003, number: 1, bin: 2 object chosen = b from initial string destination: a chosen bond facet: letterCategory @@ -65,8 +88663,918 @@ Source: b, destination: a source descriptor: B destination descriptor: A proposing predecessor bond +object chosen = c from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder Post top down: top-down-description-scout, with urgency: 5 posting bottom up codelets +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +object chosen = k from target string +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between i and j from other string +bond strength = 69 for successor bond between i and j +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = successor bond between j and k from other string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = c from initial string +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +object chosen = a from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between a and b from other string +bond strength = 48 for predecessor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +won fight with successor bond between j and k +broke the bonds +no incompatible groups +building bond predecessor bond between j and k +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=78 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction +source chosen = i +firstBond: successor bond between i and j +possible group: successor bond between i and j +trying from i to successor +proposing group from i to j +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +object chosen = j from target string +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +initial : relevance = 0, unhappiness=100 +target : relevance = 50, unhappiness=84 +initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond +to object: b +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +won fight with predecessor bond between j and k +broke the bonds +no incompatible Groups +building group +object chosen = a from initial string +object chosen = successor bond between a and b from other string +bond strength = 91 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = c from initial string +initial : relevance = 0, unhappiness=100 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = j from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:1] == ij from target string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +initial : relevance = 50, unhappiness=100 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +trying to break incompatible correspondences +won fight with Correspondence between c and k +building bond predecessor bond between b and c +object chosen = c from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=89 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from b to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=89 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: i +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == abc from initial string +lost fight with predecessor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +to object: c +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to b +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:1] == ab from initial string +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +possible group: predecessor bond between b and c +trying from c to predecessor +proposing group from b to c +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: predecessor bond between b and c +no firstBond2 +object chosen = group[1:2] == bc from initial string +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 50, unhappiness=84 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=84 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = b +firstBond: predecessor bond between b and c +firstBond2: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to b +object chosen = successor bond between b and c from other string +bond strength = 94 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 1 +predecessor bond between b and c +won fight with predecessor bond between b and c +broke the bonds +no incompatible groups +building bond successor bond between b and c +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:1] == ab from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +won fight with successor bond between i and j +broke the bonds +lost fight with group[0:2] == ijk +failed to break groups: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: a, destination: b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = i from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +no incompatible groups +trying to break incompatible correspondences +lost fight with Correspondence between a and i +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between a and b from other string +bond strength = 91 for predecessor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +initial : relevance = 0, unhappiness=78 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +no firstBond2 +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = predecessor bond between a and b from other string +number of incompatibleBonds: 1 +successor bond between a and b +won fight with successor bond between a and b +broke the bonds +won fight with group[0:2] == abc +broke the groups +trying to break incompatible correspondences +won fight with Correspondence between a and i +building bond predecessor bond between a and b +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +top_down_bond_scout__category +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond +source: c, destination: b +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = j +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from j to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from b to c +initial : relevance = 50, unhappiness=79 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 3 objects, 2 bonds for group +object chosen = group[1:2] == bc from initial string +object chosen = group[0:2] == ijk from target string +initial : relevance = 50, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == abc from initial string +won fight with predecessor bond between a and b +broke the bonds +no incompatible Groups +building group +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=79 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +no firstBond2 +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +object chosen = b from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +object chosen = predecessor bond between b and c from other string +bond strength = 91 for predecessor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--direction, with urgency: 3 +posting bottom up codelets +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = predecessor bond between b and c from other string +number of incompatibleBonds: 1 +successor bond between b and c +lost fight with successor bond between b and c +failed to break bonds: Fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = b from initial string +object chosen = group[1:2] == bc from initial string +object chosen = c from initial string +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +firstBond2: successor bond between a and b +urgency: 100.0, number: 2, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +posting bottom up codelets +object chosen = a from initial string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = predecessor bond between j and k from other string +bond strength = 91 for predecessor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = predecessor bond between i and j from other string +bond strength = 91 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = j from target string +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +object chosen = c from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +posting bottom up codelets +initial : relevance = 0, unhappiness=15 +target : relevance = 0, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = b from initial string +destination: a +chosen bond facet: letterCategory +Source: b, destination: a +source descriptor: B +destination descriptor: A +proposing predecessor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +to object: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:1] == ab from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = c from initial string +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond object chosen = j from target string destination: k chosen bond facet: letterCategory @@ -75,7 +89583,21 @@ source descriptor: J destination descriptor: K proposing successor bond object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond object chosen = c from initial string destination: b chosen bond facet: letterCategory @@ -83,3 +89605,543 @@ Source: c, destination: b source descriptor: C destination descriptor: B proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = j from target string +urgency: 23.200000000000003, number: 1, bin: 2 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = a from initial string +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +object chosen = c from initial string +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +object chosen = j from target string +destination: i +chosen bond facet: letterCategory +Source: j, destination: i +source descriptor: J +destination descriptor: I +proposing predecessor bond +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between j and k from other string +bond strength = 48 for successor bond between j and k +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +urgency: 23.200000000000003, number: 1, bin: 2 +object chosen = b from initial string +destination: c +chosen bond facet: letterCategory +Source: b, destination: c +source descriptor: B +destination descriptor: C +proposing successor bond +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +bond strength = 48 for successor bond between b and c +object chosen = k from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +object chosen = c from initial string +destination: b +chosen bond facet: letterCategory +Source: c, destination: b +source descriptor: C +destination descriptor: B +proposing predecessor bond +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = j from target string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = k from target string +object chosen = predecessor bond between i and j from other string +bond strength = 48 for predecessor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 48 for successor bond between i and j +succeeded: posting bond-builder +urgency: 100.0, number: 1, bin: 7 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = b from initial string +object chosen = predecessor bond between b and c from other string +bond strength = 48 for predecessor bond between b and c +object chosen = i from target string +destination: j +chosen bond facet: letterCategory +Source: i, destination: j +source descriptor: I +destination descriptor: J +proposing successor bond +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between i and j +object chosen = successor bond between b and c from other string +bond strength = 91 for successor bond between b and c +succeeded: posting bond-builder +object chosen = a from initial string +object chosen = i from target string +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between b and c from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between b and c +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +object chosen = i from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +urgency: 100.0, number: 1, bin: 7 +urgency: 100.0, number: 1, bin: 7 +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction +source chosen = b +no firstBond +firstBond2: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from b to c +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction +source chosen = j +no firstBond +firstBond2: successor bond between i and j +possible group: successor bond between i and j +trying from j to successor +proposing group from i to j +object chosen = group[0:1] == ij from target string +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +to object: b +urgency: 100.0, number: 1, bin: 7 +object chosen = successor bond between a and b from other string +bond strength = 94 for successor bond between a and b +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 50, unhappiness=89 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond +source: b, destination: c +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[1:2] == bc from initial string +object chosen = successor bond between a and b from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between a and b +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: i, destination: j +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +bond strength = 91 for successor bond between i and j +succeeded: posting bond-builder +object chosen = k from target string +destination: j +chosen bond facet: letterCategory +Source: k, destination: j +source descriptor: K +destination descriptor: J +proposing predecessor bond +urgency: 100.0, number: 1, bin: 7 +top_down_bond_scout__category +initial : relevance = 100, unhappiness=89 +target : relevance = 50, unhappiness=89 +target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond +source: k, destination: j +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between j and k from other string +bond strength = 94 for successor bond between j and k +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == abc from initial string +no incompatible bonds +no incompatible Groups +building group +object chosen = predecessor bond between j and k from other string +bond strength = 48 for predecessor bond between j and k +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +initial : relevance = 100, unhappiness=78 +target : relevance = 50, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between j and k from other string +number of incompatibleBonds: 0 +no incompatible bonds +no incompatible groups +building bond successor bond between j and k +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=78 +target : relevance = 100, unhappiness=89 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-bond-scout--category, with urgency: 4 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = group[0:2] == ijk from target string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == ijk from target string +no incompatible bonds +no incompatible Groups +building group +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between j and k from other string +number of incompatibleBonds: 1 +successor bond between j and k +lost fight with successor bond between j and k +failed to break bonds: Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: i, destination: j +object chosen = successor bond between i and j from other string +bond strength = 96 for successor bond between i and j +succeeded: posting bond-builder +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +object chosen = k from target string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=78 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +Post top down: top-down-bond-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--direction, with urgency: 3 +Post top down: top-down-group-scout--category, with urgency: 4 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = c +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from c to successor +proposing group from a to c +urgency: 100.0, number: 1, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction +source chosen = k +firstBond: successor bond between j and k +possible group: successor bond between j and k +trying from k to successor +proposing group from i to k +object chosen = group[0:2] == ijk from target string +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: c, destination: b +object chosen = successor bond between b and c from other string +bond strength = 96 for successor bond between b and c +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-description-scout, with urgency: 5 +posting bottom up codelets +object chosen = successor bond between b and c from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = j from target string +destination: k +chosen bond facet: letterCategory +Source: j, destination: k +source descriptor: J +destination descriptor: K +proposing successor bond +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = group[1:2] == bc from initial string +no incompatible bonds +lost fight with group[0:2] == abc +failed to break Groups: Fizzle +object chosen = a from initial string +destination: b +chosen bond facet: letterCategory +Source: a, destination: b +source descriptor: A +destination descriptor: B +proposing successor bond +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = a +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from a to successor +proposing group from a to c +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = group[0:2] == abc from initial string +Post top down: top-down-group-scout--direction, with urgency: 3 +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = group[0:2] == abc from initial string +object chosen = predecessor bond between i and j from other string +number of incompatibleBonds: 1 +successor bond between i and j +lost fight with successor bond between i and j +failed to break bonds: Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +to object: b +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +urgency: 100.0, number: 2, bin: 7 +object chosen = group[0:2] == abc from initial string +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between b and c +possible group: successor bond between b and c +trying from b to successor +proposing group from a to c +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +Post top down: top-down-bond-scout--category, with urgency: 4 +posting bottom up codelets +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == ijk from target string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +object chosen = group[0:2] == ijk from target string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond +source: j, destination: k +object chosen = successor bond between j and k from other string +bond strength = 96 for successor bond between j and k +succeeded: posting bond-builder +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: b, destination: a +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between j and k from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle +object chosen = successor bond between i and j from other string +already exists: activate descriptors & Fizzle +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction +source chosen = b +firstBond: successor bond between a and b +possible group: successor bond between a and b +trying from b to successor +proposing group from a to c +posting bottom up codelets +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for group +object chosen = group[0:2] == abc from initial string +object chosen = group[0:2] == abc from initial string +already exists...activate descriptors & fizzle +top_down_bond_scout__category +initial : relevance = 100, unhappiness=15 +target : relevance = 100, unhappiness=15 +initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond +source: a, destination: b +object chosen = group[0:2] == abc from initial string +object chosen = successor bond between a and b from other string +bond strength = 96 for successor bond between a and b +succeeded: posting bond-builder +object chosen = successor bond between a and b from other string +already exists: activate descriptors & Fizzle diff --git a/copycat/__init__.py b/copycat/__init__.py index 67e5cc9..14c0cc1 100644 --- a/copycat/__init__.py +++ b/copycat/__init__.py @@ -1 +1,2 @@ from .copycat import Copycat, Reporter # noqa +from .plot import plot_answers diff --git a/copycat/plot.py b/copycat/plot.py new file mode 100644 index 0000000..8601359 --- /dev/null +++ b/copycat/plot.py @@ -0,0 +1,18 @@ +import matplotlib.pyplot as plt; plt.rcdefaults() +import numpy as np +import matplotlib.pyplot as plt + + +def plot_answers(answers): + answers = sorted(answers.items(), key=lambda kv : kv[1]['count']) + objects = [t[0] + ' (temp:{})'.format(t[1]['avgtemp']) for t in answers] + yvalues = [t[1]['count'] for t in answers] + + y_pos = np.arange(len(objects)) + + plt.bar(y_pos, yvalues, align='center', alpha=0.5) + plt.xticks(y_pos, objects) + plt.ylabel('Count') + plt.title('Answers') + plt.show() + diff --git a/main.py b/main.py index 258cd4c..d03d0f3 100755 --- a/main.py +++ b/main.py @@ -35,7 +35,7 @@ final temperature of the workspace; lower means "more elegant". import argparse import logging -from copycat import Copycat, Reporter +from copycat import Copycat, Reporter, plot_answers class SimpleReporter(Reporter): @@ -55,6 +55,7 @@ def main(): parser = argparse.ArgumentParser() parser.add_argument('--seed', type=int, default=None, help='Provide a deterministic seed for the RNG.') parser.add_argument('--iterations', type=int, default=1, help='Run the given case this many times.') + parser.add_argument('--plot', action='store_true', help='Plot a bar graph of answer distribution') parser.add_argument('initial', type=str, help='A...') parser.add_argument('modified', type=str, help='...is to B...') parser.add_argument('target', type=str, help='...as C is to... what?') @@ -66,6 +67,8 @@ def main(): for answer, d in sorted(iter(answers.items()), key=lambda kv: kv[1]['avgtemp']): print('%s: %d (avg time %.1f, avg temp %.1f)' % (answer, d['count'], d['avgtime'], d['avgtemp'])) + if options.plot: + plot_answers(answers) if __name__ == '__main__': main() From 6142033631c782efe1296613f646a42eddec3ae5 Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Fri, 29 Sep 2017 13:18:03 -0600 Subject: [PATCH 25/52] Stop tracking copycat log The log should still appear locally. --- .gitignore | 1 + copycat.log | 90147 -------------------------------------------------- 2 files changed, 1 insertion(+), 90147 deletions(-) delete mode 100644 copycat.log diff --git a/.gitignore b/.gitignore index 55cac1c..2e1ebd5 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ pip-log.txt .coverage .tox .log +copycat.log # Other filesystems .svn diff --git a/copycat.log b/copycat.log deleted file mode 100644 index 22ead00..0000000 --- a/copycat.log +++ /dev/null @@ -1,90147 +0,0 @@ -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = group[1:2] == jk from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[1:2] == jk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = i from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -lost fight with group[0:1] == ij -failed to break groups: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -destination: k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:1] == ij from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: group[0:1] == ij -initial : relevance = 0, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between i and j from other string -bond strength = 65 for predecessor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=80 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=80 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=80 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=80 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=80 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=80 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 95 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: successor bond between j and k -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -lost fight with group[0:1] == ij -failed to break Groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 95 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: group[0:1] == ij -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -no incompatible bonds -won fight with group[0:1] == ij -won fight with group[0:1] == ij -broke the Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -no incompatible bonds -won fight with group[0:2] == ijk -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = Correspondence between a and i from other string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = b from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = a from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = b from initial string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between a and b -broke the bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = i from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = Correspondence between a and i from other string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = c from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = k from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = k from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = a from initial string -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = predecessor bond between b and c from other string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = j from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = j from target string -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = i from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -object chosen = group[0:1] == ij from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=100 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=100 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=84 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == jk from target string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ij -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 95 for successor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 95 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: group[0:1] == ij -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: group[0:1] == ij -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = successor bond between j and k from other string -bond strength = 95 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ij -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 95 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = k -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = a from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -object chosen = j from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = i from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -object chosen = group[1:2] == bc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = k from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = i from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between a and b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = Correspondence between a and i from other string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = i from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = j from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -object chosen = b from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = Correspondence between a and i from other string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ij from target string -destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -won fight with successor bond between j and k -broke the bonds -won fight with group[0:1] == ij -won fight with group[0:1] == ij -broke the Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = Correspondence between c and k from other string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = b from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -object chosen = j from target string -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 78 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 100, unhappiness=94 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=94 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = c from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = Correspondence between b and j from other string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = j from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ab from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == bc from initial string -object chosen = c from initial string -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -broke the bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = c from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from j to k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -object chosen = c from initial string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond predecessor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=18 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -no incompatible bonds -won fight with group[0:2] == abc -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -won fight with successor bond between j and k -broke the bonds -no incompatible Groups -building group -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = j from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 33, unhappiness=89 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond -to object: c -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond -source: c, destination: group[0:1] == ab -top_down_bond_scout__category -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond -source: group[0:1] == ab, destination: c -initial : relevance = 0, unhappiness=82 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=82 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 0, unhappiness=82 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond -object chosen = a from initial string -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = c from initial string -destination: group[0:1] == ab -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond -source: group[0:1] == ab, destination: c -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:1] == ab from initial string -destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ab from initial string -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:1] == ab from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond -to object: c -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond predecessor bond between j and k -initial : relevance = 33, unhappiness=82 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = group[0:1] == ij from target string -initial : relevance = 33, unhappiness=82 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -initial : relevance = 33, unhappiness=82 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for group -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: group[0:1] == ab -top_down_bond_scout__category -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: group[0:1] == ab -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 1 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=82 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 95 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ab from initial string -destination: c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[0:1] == ab -won fight with group[0:1] == ab -broke the Groups -building group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = b from initial string -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = b from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = a from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = k from target string -object chosen = b from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds -no incompatible Groups -building group -object chosen = group[0:1] == ij from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = a from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = j from target string -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 78 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between j and k from other string -posting bottom up codelets -object chosen = successor bond between j and k from other string -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between a and b from other string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = Correspondence between c and k from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between i and j from other string -object chosen = successor bond between i and j from other string -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between j and k from other string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -posting bottom up codelets -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -object chosen = successor bond between j and k from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -urgency: 24.1, number: 2, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = Correspondence between c and k from other string -object chosen = Correspondence between b and j from other string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = predecessor bond between b and c from other string -object chosen = Correspondence between b and j from other string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 78 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between b and c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -object chosen = group[1:2] == bc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[1:2] == bc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: group[1:2] == bc -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:1] == ab from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == bc -no firstBond -no firstBond2 -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: group[1:2] == bc -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: group[1:2] == bc -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 33, unhappiness=80 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=80 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[1:2] == bc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=80 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == bc -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == bc -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == bc, destination: a -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == bc from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == bc -no firstBond -no firstBond2 -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -object chosen = group[0:2] == abc from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between a and b -broke the bonds -won fight with group[1:2] == bc -won fight with group[1:2] == bc -broke the Groups -building group -object chosen = group[0:1] == ab from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = j from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = b from initial string -object chosen = i from target string -object chosen = i from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -object chosen = b from initial string -object chosen = i from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = j from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -urgency: 24.1, number: 2, bin: 2 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between b and c -initial : relevance = 50, unhappiness=18 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between i and j -broke the bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ij from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = a from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = b from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = i from target string -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = b from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ij from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = j from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between i and j -object chosen = group[1:2] == jk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[1:2] == jk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = c from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = a from initial string -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = b from initial string -object chosen = b from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = j from target string -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = j from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = group[1:2] == jk from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = group[1:2] == jk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between a and b -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:1] == ab from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond successor bond between i and j -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = i from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between a and b -initial : relevance = 50, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = b from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = c -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -object chosen = successor bond between i and j from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:1] == ab from initial string -object chosen = c from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = i from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = i -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = b from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:1] == ij from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = b from initial string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -won fight with predecessor bond between i and j -broke the bonds -no incompatible Groups -building group -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -won fight with successor bond between j and k -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = j from target string -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = b from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between j and k from other string -bond strength = 69 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and c -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and c -no firstBond2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=94 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -object chosen = c from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between j and k from other string -bond strength = 69 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 69 for predecessor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -won fight with successor bond between j and k -broke the bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between a and b -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between a and b -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = b from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -object chosen = a from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = j -no firstBond -no firstBond2 -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: i -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = k from target string -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = k from target string -object chosen = k from target string -object chosen = k from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = k from target string -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = c from initial string -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = i from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = a from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between j and k -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond successor bond between i and j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = a from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=84 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=84 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = group[1:2] == jk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = Correspondence between a and i from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -posting bottom up codelets -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -object chosen = group[1:2] == jk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = i from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = i from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -object chosen = group[1:2] == bc from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=84 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[1:2] == bc from initial string -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = a from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 33, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 33, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -to object: k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 33, unhappiness=80 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 33, unhappiness=80 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: k, destination: group[0:1] == ij -object chosen = group[0:2] == ijk from target string -no incompatible bonds -won fight with group[0:1] == ij -lost fight with group[0:1] == ij -failed to break Groups: Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -object chosen = successor bond between i and j from other string -bond strength = 95 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 66, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:1] == ab -won fight with group[0:1] == ab -broke the Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ij -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between j and k from other string -bond strength = 95 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = group[1:2] == bc from initial string -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ij -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: group[0:1] == ij -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: group[0:1] == ij -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = k from target string -destination: group[0:1] == ij -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -won fight with group[0:1] == ij -won fight with group[0:1] == ij -broke the Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: successor bond between j and k -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = b from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -object chosen = b from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = Correspondence between b and j from other string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = j -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:1] == ij from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = b from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between i and j -no firstBond2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -object chosen = i from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = j from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = j from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 2, bin: 7 -object chosen = j from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = j from target string -object chosen = successor bond between i and j from other string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -object chosen = Correspondence between c and k from other string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = b from initial string -object chosen = group[0:1] == ab from initial string -object chosen = a from initial string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = j from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: successor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = b from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = i -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = j from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between b and c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = k from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = j from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = j from target string -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -object chosen = i from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = b from initial string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = k from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between a and b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = c from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = i from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = a from initial string -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = c from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -object chosen = c from initial string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = i from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = b from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = j -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = k from target string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = j from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = group[1:2] == jk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -won fight with successor bond between b and c -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[1:2] == jk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -no incompatible bonds -won fight with group[0:2] == ijk -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = j from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = b from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: i -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = i from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = i from target string -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = a from initial string -object chosen = i from target string -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = k from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -object chosen = k from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = c from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = c from initial string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between a and b from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = k -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 78 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[1:2] == jk from target string -object chosen = a from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from j to k -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ij from target string -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -object chosen = group[1:2] == jk from target string -no incompatible bonds -no incompatible Groups -building group -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = j from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = i from target string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = Correspondence between b and j from other string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = j from target string -object chosen = i from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = a from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond predecessor bond between i and j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between a and b -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:1] == ij from target string -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:1] == ab from initial string -object chosen = j from target string -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond predecessor bond between i and j -object chosen = k from target string -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -object chosen = group[0:1] == ij from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == jk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:1] == ij from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond predecessor bond between j and k -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = b from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = a from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -object chosen = b from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = i from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: c -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -object chosen = i from target string -object chosen = i from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = c -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = b -no firstBond -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = b from initial string -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = c -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = b from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = j from target string -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = j -no firstBond -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = k from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = i -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = k -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: k -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = j -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: j -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: i -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: j -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[1:2] == bc from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:1] == ij from target string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = b from initial string -object chosen = group[1:2] == bc from initial string -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = b from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = j from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = b from initial string -object chosen = group[1:2] == bc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = i from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -object chosen = group[1:2] == jk from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[1:2] == jk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between i and j -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=18 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = a from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -urgency: 24.1, number: 2, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = Correspondence between b and j from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = k from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = k from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = b from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = j from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ij from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: c -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: successor bond between j and k -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = c from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -object chosen = group[1:2] == jk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = j from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 33, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=89 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=89 -target : relevance = 33, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = k from target string -object chosen = group[0:1] == ij from target string -destination: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = i from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=84 -target : relevance = 33, unhappiness=96 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 33, unhappiness=82 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -bond strength = 95 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: group[0:1] == ij -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -won fight with group[0:1] == ij -lost fight with group[0:1] == ij -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -no incompatible bonds -won fight with group[0:1] == ij -won fight with group[0:1] == ij -broke the Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -object chosen = Correspondence between a and i from other string -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = c from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = b from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = j from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[1:2] == jk from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = k from target string -object chosen = k from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = i from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: c -object chosen = j from target string -object chosen = k from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = j from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = i from target string -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: i -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: i -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -object chosen = c from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = j from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = b from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = Correspondence between c and k from other string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = j from target string -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = b from initial string -object chosen = group[1:2] == bc from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = i from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == jk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: successor bond between j and k -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between i and j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 69 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[1:2] == jk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=94 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=94 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=94 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=94 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=94 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -won fight with group[1:2] == jk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from j to k -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:1] == ij from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == jk, destination: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[1:2] == jk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from j to k -object chosen = i from target string -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -destination: i -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between j and k -failed to break bonds: Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == jk -no firstBond -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -won fight with successor bond between j and k -broke the bonds -won fight with group[1:2] == jk -won fight with group[1:2] == jk -broke the Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 24.1, number: 2, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:1] == ij from target string -no incompatible bonds -won fight with group[0:2] == ijk -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = i from target string -object chosen = group[0:1] == ab from initial string -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -object chosen = b from initial string -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 95 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 95 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ab from initial string -destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -lost fight with group[0:1] == ab -failed to break Groups: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 95 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -lost fight with group[0:1] == ab -failed to break Groups: Fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[0:1] == ab -won fight with group[0:1] == ab -broke the Groups -building group -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = i from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: b -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 69 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = i from target string -object chosen = j from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between a and b from other string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = k from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: successor bond between j and k -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = i from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = j from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[1:2] == jk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = b from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = b from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = j from target string -object chosen = b from initial string -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:1] == ab -broke the groups -building bond predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 0, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = i from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: successor bond between j and k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = b from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = Correspondence between a and i from other string -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: c -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 50, unhappiness=100 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = c from initial string -initial : relevance = 50, unhappiness=100 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -initial : relevance = 50, unhappiness=100 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=100 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=94 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = c from initial string -object chosen = c from initial string -object chosen = c from initial string -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 0, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 66, unhappiness=89 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 95 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 95 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: group[0:1] == ab -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -initial : relevance = 66, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -destination: group[0:1] == ab -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=92 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -top_down_bond_scout__category -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=92 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 33, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:1] == ab -won fight with group[0:1] == ab -broke the Groups -building group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = k from target string -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: successor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = a from initial string -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between a and b from other string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = b from initial string -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = k from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = c from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond successor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = k from target string -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -object chosen = i from target string -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -object chosen = c from initial string -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == bc from initial string -object chosen = c from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == bc from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = i from target string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:1] == ij from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = k from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = b from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = i from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for group -object chosen = group[0:1] == ij from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=100 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond successor bond between i and j -object chosen = a from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = k from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between a and b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:1] == ab from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[1:2] == bc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = a from initial string -object chosen = successor bond between a and b from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = group[0:1] == ij from target string -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[0:2] == ijk from target string -won fight with successor bond between j and k -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = group[0:1] == ij from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:1] == ij from target string -no incompatible bonds -won fight with group[0:2] == ijk -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -initial : relevance = 50, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = b from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = i from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = b from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = b from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -object chosen = j from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = group[0:1] == ij from target string -object chosen = c from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: j, destination: i -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = b from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between i and j from other string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = k from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 50, unhappiness=100 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between a and b -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = b from initial string -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[1:2] == jk from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = b from initial string -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 78 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=18 -target : relevance = 33, unhappiness=80 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=18 -target : relevance = 33, unhappiness=80 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 33, unhappiness=80 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=18 -target : relevance = 33, unhappiness=80 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds -lost fight with group[0:1] == ij -failed to break Groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -destination: k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -won fight with group[0:1] == ij -broke the groups -building bond predecessor bond between i and j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = i from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = group[1:2] == jk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = group[1:2] == jk from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=18 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = i from target string -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = j from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = j from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = i from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = j from target string -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = k from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between j and k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = a from initial string -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:1] == ij from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == jk, destination: i -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[1:2] == jk -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[1:2] == jk from target string -destination: i -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[1:2] == jk -broke the groups -building bond successor bond between j and k -object chosen = k from target string -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds -no incompatible Groups -building group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 78 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 78 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = Correspondence between b and j from other string -posting bottom up codelets -object chosen = k from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = Correspondence between a and i from other string -posting bottom up codelets -object chosen = successor bond between a and b from other string -object chosen = successor bond between a and b from other string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = i from target string -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = j from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -object chosen = b from initial string -object chosen = k from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -object chosen = i from target string -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = group[0:1] == ij from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and c -no firstBond2 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between i and j -broke the bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between b and c -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -initial : relevance = 50, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -initial : relevance = 50, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 66, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 95 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[0:1] == ab -won fight with group[0:1] == ab -broke the Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = k from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = i from target string -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = k from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = group[1:2] == jk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -bond strength = 95 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[1:2] == jk, destination: i -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -won fight with group[1:2] == jk -won fight with group[1:2] == jk -broke the Groups -building group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == jk from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from j to k -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -object chosen = group[0:1] == ij from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:1] == ij from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: k -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ij -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = group[0:1] == ij from target string -destination: k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: group[0:1] == ij -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: group[0:1] == ij -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: group[0:1] == ij -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:1] == ij -won fight with group[0:1] == ij -broke the Groups -building group -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=80 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=80 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=18 -target : relevance = 100, unhappiness=80 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 78 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -urgency: 24.1, number: 2, bin: 2 -urgency: 24.1, number: 2, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between b and c from other string -bond strength = 78 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=18 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -won fight with successor bond between j and k -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = k from target string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = Correspondence between a and i from other string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = group[0:1] == ab from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 50, unhappiness=94 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = group[0:1] == ij from target string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:1] == ij from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = k from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between b and c from other string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = j from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = i from target string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = j from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: i -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for group -object chosen = i from target string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = group[0:1] == ij from target string -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 1 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: group[0:1] == ij -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = i from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=82 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 95 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:1] == ij from target string -destination: k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 95 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -won fight with group[0:1] == ij -won fight with group[0:1] == ij -broke the Groups -building group -object chosen = i from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:1] == ij from target string -no incompatible bonds -won fight with group[0:2] == ijk -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = i from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = i from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = a from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -object chosen = group[0:1] == ab from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = b from initial string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = k from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = i from target string -object chosen = group[1:2] == jk from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = group[1:2] == jk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds -no incompatible Groups -building group -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 24.1, number: 2, bin: 2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 24.1, number: 2, bin: 2 -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond predecessor bond between j and k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = b from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = k from target string -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: j, destination: i -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = j from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = j from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=18 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=18 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = c from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = i from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: i, destination: j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = c from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = b from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ij from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = group[0:1] == ij from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -object chosen = group[1:2] == jk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = b from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = k from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = j from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = i from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = j from target string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = b from initial string -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[0:1] == ab -won fight with group[0:1] == ab -broke the Groups -building group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = k from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = group[0:1] == ij from target string -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = k from target string -object chosen = j from target string -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 0, unhappiness=94 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: successor bond between b and c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == jk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = group[0:1] == ij from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = b from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between b and c -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = predecessor bond between b and c from other string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 50, unhappiness=79 -target : relevance = 33, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ab from initial string -object chosen = group[1:2] == bc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 33, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 33, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -initial : relevance = 33, unhappiness=79 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 33, unhappiness=79 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ij -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -urgency: 100.0, number: 3, bin: 7 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: group[0:1] == ab -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ij, destination: k -object chosen = group[1:2] == bc from initial string -object chosen = group[0:1] == ij from target string -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ij -no firstBond -no firstBond2 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ij -no firstBond -no firstBond2 -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: group[0:1] == ij -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = group[1:2] == bc from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -destination: c -object chosen = group[0:1] == ij from target string -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ij -no firstBond -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -object chosen = predecessor bond between a and b from other string -bond strength = 65 for predecessor bond between a and b -object chosen = group[1:2] == bc from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 33, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -won fight with group[0:1] == ij -won fight with group[0:1] == ij -broke the Groups -building group -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -object chosen = group[0:1] == ij from target string -object chosen = i from target string -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -object chosen = predecessor bond between i and j from other string -bond strength = 78 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 33, unhappiness=80 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 33, unhappiness=80 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -initial : relevance = 33, unhappiness=80 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=80 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=80 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: group[0:1] == ab -object chosen = successor bond between b and c from other string -bond strength = 65 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -lost fight with group[0:1] == ab -failed to break groups: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: group[0:1] == ab -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: group[0:1] == ab -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = a from initial string -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = c from initial string -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -destination: group[0:1] == ab -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=80 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 33, unhappiness=80 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:1] == ab from initial string -destination: c -initial : relevance = 33, unhappiness=80 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=80 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: group[0:1] == ab -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:1] == ab -broke the groups -building bond predecessor bond between a and b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = a from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -firstBond2: predecessor bond between j and k -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[0:2] == ijk from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -urgency: 24.1, number: 2, bin: 2 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: successor bond between i and j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=18 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = k from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -object chosen = k from target string -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = b from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = Correspondence between a and i from other string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = c from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = b from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: c -object chosen = c from initial string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -posting bottom up codelets -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = Correspondence between c and k from other string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = c from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = k from target string -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to j -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ij from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for direction -source chosen = c -no firstBond -no firstBond2 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = a from initial string -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = b from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = a -no firstBond -no firstBond2 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = group[1:2] == jk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[1:2] == bc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -initial : relevance = 50, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = i from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between i and j from other string -bond strength = 78 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -urgency: 100.0, number: 2, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = b from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = c from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = a from initial string -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -source: a, destination: b -object chosen = successor bond between i and j from other string -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=100 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = group[0:2] == abc from initial string -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = j from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -no firstBond -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = b from initial string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = i from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 69 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -firstBond2: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -object chosen = a from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between c and k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = a from initial string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: predecessor bond between i and j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = successor bond between a and b from other string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -object chosen = i from target string -object chosen = i from target string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -object chosen = group[1:2] == bc from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -firstBond2: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from j to predecessor -proposing group from i to j -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = k from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = j from target string -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = j from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = c from initial string -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = j from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between a and b -broke the bonds -no incompatible Groups -building group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 6 -posting bottom up codelets -object chosen = j from target string -object chosen = c from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -won fight with group[0:1] == ij -won fight with group[0:1] == ij -broke the Groups -building group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond successor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = group[1:2] == jk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = a from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between i and j from other string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: a -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 69 for predecessor bond between i and j -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = group[1:2] == jk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 0, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -won fight with successor bond between j and k -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from j to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = a from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -no firstBond2 -object chosen = group[1:2] == jk from target string -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:1] == ij from target string -object chosen = b from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between i and j -broke the bonds -no incompatible Groups -building group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 69 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between b and c -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=84 -target : relevance = 100, unhappiness=18 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = k from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -urgency: 24.1, number: 2, bin: 2 -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 94 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -building bond successor bond between i and j -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -won fight with successor bond between i and j -broke the bonds -no incompatible Groups -building group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 69 for predecessor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = b from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = predecessor bond between j and k from other string -bond strength = 78 for predecessor bond between j and k -object chosen = k from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=94 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: a -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: c, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:1] == ab from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = c from initial string -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 33, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:1] == ab -failed to break groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:1] == ab -failed to break Groups: Fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:1] == ab -broke the groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[0:1] == ab -won fight with group[0:1] == ab -broke the Groups -building group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond successor bond between i and j -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = i from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -initial : relevance = 50, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ij from target string -object chosen = group[1:2] == bc from initial string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for group -object chosen = i from target string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = group[1:2] == jk from target string -initial : relevance = 0, unhappiness=79 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from a to c -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond predecessor bond between i and j -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between b and c -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -won fight with predecessor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ij from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == jk from target string -no incompatible bonds -no incompatible Groups -building group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -lost fight with group[1:2] == jk -failed to break Groups: Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 95 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 66, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -won fight with group[1:2] == jk -won fight with group[1:2] == jk -broke the Groups -building group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = group[1:2] == bc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = a from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == bc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = group[0:1] == ab from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:1] == ab from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == ijk from target string -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 33, unhappiness=92 -target : relevance = 0, unhappiness=18 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -object chosen = b from initial string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 33, unhappiness=92 -target : relevance = 100, unhappiness=18 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = a from initial string -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 33, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 33, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = group[0:1] == ab -no firstBond -no firstBond2 -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -destination: group[0:1] == ab -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: group[0:1] == ab, destination: c -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: c -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 66, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = group[0:2] == abc from initial string -no incompatible bonds -won fight with group[0:1] == ab -won fight with group[0:1] == ab -broke the Groups -building group -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = j from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = c from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -posting bottom up codelets -object chosen = c from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: a -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = b from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -object chosen = b from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = k from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -source: k, destination: j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 91 for successor bond between j and k -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 94 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -object chosen = a from initial string -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between b and c -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -object chosen = a from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = c from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: a, destination: b -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to b -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: k -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -object chosen = j from target string -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = successor bond between j and k from other string -bond strength = 69 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 50, unhappiness=84 -target : relevance = 50, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to b -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=94 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 94 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = c from initial string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -won fight with successor bond between b and c -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between b and c -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: a -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=79 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -object chosen = c from initial string -initial : relevance = 0, unhappiness=78 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = k -no firstBond -no firstBond2 -initial : relevance = 0, unhappiness=78 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -building bond successor bond between a and b -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = i from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ab from initial string -object chosen = group[0:1] == ij from target string -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -won fight with predecessor bond between j and k -broke the bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond successor bond between j and k -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to k -object chosen = group[1:2] == bc from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -won fight with group[0:2] == ijk -broke the groups -building bond predecessor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=78 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from j to predecessor -proposing group from j to k -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = group[1:2] == jk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from j to k -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: i -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == abc from initial string -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -object chosen = group[1:2] == bc from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == jk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ij from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between a and b from other string -bond strength = 94 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -lost fight with successor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -won fight with successor bond between a and b -broke the bonds -no incompatible Groups -building group -object chosen = group[1:2] == bc from initial string -object chosen = group[1:2] == bc from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=79 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: predecessor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: i, destination: j -urgency: 100.0, number: 1, bin: 7 -object chosen = group[1:2] == bc from initial string -object chosen = i from target string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = j from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -won fight with predecessor bond between a and b -broke the bonds -lost fight with group[0:2] == abc -failed to break groups: Fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:1] == ab from initial string -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=79 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -building bond predecessor bond between i and j -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -object chosen = group[1:2] == bc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for group -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = j from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: k -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:1] == ij from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between a and b from other string -bond strength = 96 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = predecessor bond between j and k from other string -bond strength = 96 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 1 -predecessor bond between j and k -lost fight with predecessor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == jk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -posting bottom up codelets -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 1 -predecessor bond between a and b -lost fight with predecessor bond between a and b -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -possible group: predecessor bond between j and k -trying from k to predecessor -proposing group from i to k -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: predecessor bond between i and j -possible group: predecessor bond between i and j -trying from i to predecessor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -firstBond2: predecessor bond between b and c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 96 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = predecessor bond between b and c from other string -bond strength = 96 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: predecessor bond between j and k -no firstBond2 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 2, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 1 -predecessor bond between i and j -lost fight with predecessor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -no firstBond2 -object chosen = c from initial string -posting bottom up codelets -urgency: 100.0, number: 2, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from a to predecessor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between a and b -possible group: predecessor bond between a and b -trying from b to predecessor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[1:2] == jk from target string -no incompatible bonds -lost fight with group[0:2] == ijk -failed to break Groups: Fizzle -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 23.200000000000003, number: 1, bin: 2 -urgency: 100.0, number: 1, bin: 7 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = b from initial string -object chosen = successor bond between a and b from other string -bond strength = 48 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = i from target string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = i from target string -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = a from initial string -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between a and b from other string -bond strength = 78 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: b, destination: c -object chosen = i from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -initial : relevance = 100, unhappiness=84 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -target string selected: ijk with 3 letters, 3 objects, 0 bonds for bond -to object: j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=78 -target : relevance = 0, unhappiness=100 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=94 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -to object: j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between i and j from other string -bond strength = 94 for predecessor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -object chosen = k from target string -object chosen = i from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 50, unhappiness=79 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: j, destination: i -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -to object: j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=89 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to k -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between i and j -firstBond2: successor bond between j and k -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -object chosen = group[0:2] == abc from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -no firstBond2 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: i -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -urgency: 100.0, number: 1, bin: 7 -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = c from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -object chosen = k from target string -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between i and j from other string -bond strength = 69 for successor bond between i and j -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = successor bond between j and k from other string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = c from initial string -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -object chosen = a from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between a and b from other string -bond strength = 48 for predecessor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -won fight with successor bond between j and k -broke the bonds -no incompatible groups -building bond predecessor bond between j and k -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=78 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for direction -source chosen = i -firstBond: successor bond between i and j -possible group: successor bond between i and j -trying from i to successor -proposing group from i to j -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -object chosen = j from target string -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -target string selected: ijk with 3 letters, 3 objects, 2 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -initial : relevance = 0, unhappiness=100 -target : relevance = 50, unhappiness=84 -initial string selected: abc with 3 letters, 3 objects, 0 bonds for bond -to object: b -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -won fight with predecessor bond between j and k -broke the bonds -no incompatible Groups -building group -object chosen = a from initial string -object chosen = successor bond between a and b from other string -bond strength = 91 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = c from initial string -initial : relevance = 0, unhappiness=100 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = j from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:1] == ij from target string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -initial : relevance = 50, unhappiness=100 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -trying to break incompatible correspondences -won fight with Correspondence between c and k -building bond predecessor bond between b and c -object chosen = c from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=89 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from b to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=89 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: i -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == abc from initial string -lost fight with predecessor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -to object: c -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to b -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:1] == ab from initial string -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -possible group: predecessor bond between b and c -trying from c to predecessor -proposing group from b to c -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: predecessor bond between b and c -no firstBond2 -object chosen = group[1:2] == bc from initial string -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 50, unhappiness=84 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=84 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = b -firstBond: predecessor bond between b and c -firstBond2: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to b -object chosen = successor bond between b and c from other string -bond strength = 94 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 1 -predecessor bond between b and c -won fight with predecessor bond between b and c -broke the bonds -no incompatible groups -building bond successor bond between b and c -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:1] == ab from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -won fight with successor bond between i and j -broke the bonds -lost fight with group[0:2] == ijk -failed to break groups: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: a, destination: b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = i from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -no incompatible groups -trying to break incompatible correspondences -lost fight with Correspondence between a and i -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between a and b from other string -bond strength = 91 for predecessor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -initial : relevance = 0, unhappiness=78 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -no firstBond2 -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = predecessor bond between a and b from other string -number of incompatibleBonds: 1 -successor bond between a and b -won fight with successor bond between a and b -broke the bonds -won fight with group[0:2] == abc -broke the groups -trying to break incompatible correspondences -won fight with Correspondence between a and i -building bond predecessor bond between a and b -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -top_down_bond_scout__category -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for bond -source: c, destination: b -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = j -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from j to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from b to c -initial : relevance = 50, unhappiness=79 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 3 objects, 2 bonds for group -object chosen = group[1:2] == bc from initial string -object chosen = group[0:2] == ijk from target string -initial : relevance = 50, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == abc from initial string -won fight with predecessor bond between a and b -broke the bonds -no incompatible Groups -building group -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=79 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -no firstBond2 -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -object chosen = b from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -object chosen = predecessor bond between b and c from other string -bond strength = 91 for predecessor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--direction, with urgency: 3 -posting bottom up codelets -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = predecessor bond between b and c from other string -number of incompatibleBonds: 1 -successor bond between b and c -lost fight with successor bond between b and c -failed to break bonds: Fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = b from initial string -object chosen = group[1:2] == bc from initial string -object chosen = c from initial string -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -firstBond2: successor bond between a and b -urgency: 100.0, number: 2, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -posting bottom up codelets -object chosen = a from initial string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = predecessor bond between j and k from other string -bond strength = 91 for predecessor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = predecessor bond between i and j from other string -bond strength = 91 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = j from target string -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -object chosen = c from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -posting bottom up codelets -initial : relevance = 0, unhappiness=15 -target : relevance = 0, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = b from initial string -destination: a -chosen bond facet: letterCategory -Source: b, destination: a -source descriptor: B -destination descriptor: A -proposing predecessor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -to object: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:1] == ab from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = c from initial string -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = j from target string -urgency: 23.200000000000003, number: 1, bin: 2 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = a from initial string -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -object chosen = c from initial string -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -object chosen = j from target string -destination: i -chosen bond facet: letterCategory -Source: j, destination: i -source descriptor: J -destination descriptor: I -proposing predecessor bond -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between j and k from other string -bond strength = 48 for successor bond between j and k -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -urgency: 23.200000000000003, number: 1, bin: 2 -object chosen = b from initial string -destination: c -chosen bond facet: letterCategory -Source: b, destination: c -source descriptor: B -destination descriptor: C -proposing successor bond -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -bond strength = 48 for successor bond between b and c -object chosen = k from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -object chosen = c from initial string -destination: b -chosen bond facet: letterCategory -Source: c, destination: b -source descriptor: C -destination descriptor: B -proposing predecessor bond -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = j from target string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = k from target string -object chosen = predecessor bond between i and j from other string -bond strength = 48 for predecessor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 48 for successor bond between i and j -succeeded: posting bond-builder -urgency: 100.0, number: 1, bin: 7 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = b from initial string -object chosen = predecessor bond between b and c from other string -bond strength = 48 for predecessor bond between b and c -object chosen = i from target string -destination: j -chosen bond facet: letterCategory -Source: i, destination: j -source descriptor: I -destination descriptor: J -proposing successor bond -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between i and j -object chosen = successor bond between b and c from other string -bond strength = 91 for successor bond between b and c -succeeded: posting bond-builder -object chosen = a from initial string -object chosen = i from target string -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between b and c from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between b and c -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -object chosen = i from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -urgency: 100.0, number: 1, bin: 7 -urgency: 100.0, number: 1, bin: 7 -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for direction -source chosen = b -no firstBond -firstBond2: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from b to c -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for direction -source chosen = j -no firstBond -firstBond2: successor bond between i and j -possible group: successor bond between i and j -trying from j to successor -proposing group from i to j -object chosen = group[0:1] == ij from target string -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -to object: b -urgency: 100.0, number: 1, bin: 7 -object chosen = successor bond between a and b from other string -bond strength = 94 for successor bond between a and b -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 50, unhappiness=89 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 3 objects, 1 bonds for bond -source: b, destination: c -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[1:2] == bc from initial string -object chosen = successor bond between a and b from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between a and b -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: i, destination: j -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -bond strength = 91 for successor bond between i and j -succeeded: posting bond-builder -object chosen = k from target string -destination: j -chosen bond facet: letterCategory -Source: k, destination: j -source descriptor: K -destination descriptor: J -proposing predecessor bond -urgency: 100.0, number: 1, bin: 7 -top_down_bond_scout__category -initial : relevance = 100, unhappiness=89 -target : relevance = 50, unhappiness=89 -target string selected: ijk with 3 letters, 3 objects, 1 bonds for bond -source: k, destination: j -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between j and k from other string -bond strength = 94 for successor bond between j and k -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == abc from initial string -no incompatible bonds -no incompatible Groups -building group -object chosen = predecessor bond between j and k from other string -bond strength = 48 for predecessor bond between j and k -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -initial : relevance = 100, unhappiness=78 -target : relevance = 50, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between j and k from other string -number of incompatibleBonds: 0 -no incompatible bonds -no incompatible groups -building bond successor bond between j and k -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=78 -target : relevance = 100, unhappiness=89 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-bond-scout--category, with urgency: 4 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = group[0:2] == ijk from target string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == ijk from target string -no incompatible bonds -no incompatible Groups -building group -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between j and k from other string -number of incompatibleBonds: 1 -successor bond between j and k -lost fight with successor bond between j and k -failed to break bonds: Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: i, destination: j -object chosen = successor bond between i and j from other string -bond strength = 96 for successor bond between i and j -succeeded: posting bond-builder -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -object chosen = k from target string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=78 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -Post top down: top-down-bond-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--direction, with urgency: 3 -Post top down: top-down-group-scout--category, with urgency: 4 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = c -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from c to successor -proposing group from a to c -urgency: 100.0, number: 1, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for direction -source chosen = k -firstBond: successor bond between j and k -possible group: successor bond between j and k -trying from k to successor -proposing group from i to k -object chosen = group[0:2] == ijk from target string -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: c, destination: b -object chosen = successor bond between b and c from other string -bond strength = 96 for successor bond between b and c -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-description-scout, with urgency: 5 -posting bottom up codelets -object chosen = successor bond between b and c from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = j from target string -destination: k -chosen bond facet: letterCategory -Source: j, destination: k -source descriptor: J -destination descriptor: K -proposing successor bond -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = group[1:2] == bc from initial string -no incompatible bonds -lost fight with group[0:2] == abc -failed to break Groups: Fizzle -object chosen = a from initial string -destination: b -chosen bond facet: letterCategory -Source: a, destination: b -source descriptor: A -destination descriptor: B -proposing successor bond -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = a -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from a to successor -proposing group from a to c -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = group[0:2] == abc from initial string -Post top down: top-down-group-scout--direction, with urgency: 3 -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = group[0:2] == abc from initial string -object chosen = predecessor bond between i and j from other string -number of incompatibleBonds: 1 -successor bond between i and j -lost fight with successor bond between i and j -failed to break bonds: Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -to object: b -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -urgency: 100.0, number: 2, bin: 7 -object chosen = group[0:2] == abc from initial string -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between b and c -possible group: successor bond between b and c -trying from b to successor -proposing group from a to c -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -Post top down: top-down-bond-scout--category, with urgency: 4 -posting bottom up codelets -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == ijk from target string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -object chosen = group[0:2] == ijk from target string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -target string selected: ijk with 3 letters, 4 objects, 2 bonds for bond -source: j, destination: k -object chosen = successor bond between j and k from other string -bond strength = 96 for successor bond between j and k -succeeded: posting bond-builder -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: b, destination: a -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between j and k from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle -object chosen = successor bond between i and j from other string -already exists: activate descriptors & Fizzle -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for direction -source chosen = b -firstBond: successor bond between a and b -possible group: successor bond between a and b -trying from b to successor -proposing group from a to c -posting bottom up codelets -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for group -object chosen = group[0:2] == abc from initial string -object chosen = group[0:2] == abc from initial string -already exists...activate descriptors & fizzle -top_down_bond_scout__category -initial : relevance = 100, unhappiness=15 -target : relevance = 100, unhappiness=15 -initial string selected: abc with 3 letters, 4 objects, 2 bonds for bond -source: a, destination: b -object chosen = group[0:2] == abc from initial string -object chosen = successor bond between a and b from other string -bond strength = 96 for successor bond between a and b -succeeded: posting bond-builder -object chosen = successor bond between a and b from other string -already exists: activate descriptors & Fizzle From 60a527406623d6869b8605d672fc563dcf38ea78 Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Fri, 29 Sep 2017 13:34:26 -0600 Subject: [PATCH 26/52] Adds additional plotting options --- .gitignore | 3 +++ copycat/plot.py | 8 +++++--- main.py | 3 ++- output/.placeholder | 0 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 output/.placeholder diff --git a/.gitignore b/.gitignore index 2e1ebd5..ea7e94f 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,6 @@ copycat.log # Editors .*.swp + +# Output +output/* diff --git a/copycat/plot.py b/copycat/plot.py index 8601359..bbacd12 100644 --- a/copycat/plot.py +++ b/copycat/plot.py @@ -3,7 +3,7 @@ import numpy as np import matplotlib.pyplot as plt -def plot_answers(answers): +def plot_answers(answers, show=True, save=True, filename='distribution.png'): answers = sorted(answers.items(), key=lambda kv : kv[1]['count']) objects = [t[0] + ' (temp:{})'.format(t[1]['avgtemp']) for t in answers] yvalues = [t[1]['count'] for t in answers] @@ -14,5 +14,7 @@ def plot_answers(answers): plt.xticks(y_pos, objects) plt.ylabel('Count') plt.title('Answers') - plt.show() - + if show: + plt.show() + if save: + plt.savefig('output/{}'.format(filename)) diff --git a/main.py b/main.py index d03d0f3..bae5ce0 100755 --- a/main.py +++ b/main.py @@ -56,6 +56,7 @@ def main(): parser.add_argument('--seed', type=int, default=None, help='Provide a deterministic seed for the RNG.') parser.add_argument('--iterations', type=int, default=1, help='Run the given case this many times.') parser.add_argument('--plot', action='store_true', help='Plot a bar graph of answer distribution') + parser.add_argument('--noshow', action='store_true', help='Don\'t display bar graph at end of run') parser.add_argument('initial', type=str, help='A...') parser.add_argument('modified', type=str, help='...is to B...') parser.add_argument('target', type=str, help='...as C is to... what?') @@ -68,7 +69,7 @@ def main(): print('%s: %d (avg time %.1f, avg temp %.1f)' % (answer, d['count'], d['avgtime'], d['avgtemp'])) if options.plot: - plot_answers(answers) + plot_answers(answers, show=not options.noshow) if __name__ == '__main__': main() diff --git a/output/.placeholder b/output/.placeholder new file mode 100644 index 0000000..e69de29 From 665bf1f7783aac16a106c760b43013714946823b Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Fri, 29 Sep 2017 13:47:03 -0600 Subject: [PATCH 27/52] Adds notes to temperature.py --- copycat/temperature.py | 61 ++++++++++----- temp_usages.txt | 168 ----------------------------------------- todos.txt | 53 ------------- 3 files changed, 42 insertions(+), 240 deletions(-) delete mode 100644 temp_usages.txt delete mode 100644 todos.txt diff --git a/copycat/temperature.py b/copycat/temperature.py index eb49cea..b294491 100644 --- a/copycat/temperature.py +++ b/copycat/temperature.py @@ -212,6 +212,44 @@ class Temperature(object): Need to play with this more... and WTF is f anyways? + + LSaldyt: + + Recall self.value(): + def value(self): + return 100.0 if self.clamped else self.actual_value + + f in terms of value() and value only + f = ((10 - sqrt(100 - self.value()))/100 + 1) * value + + For the original LISP program: + + ; This function is a filter: it inputs a value (from 0 to 100) and returns + ; a probability (from 0 - 1) based on that value and the temperature. When + ; the temperature is 0, the result is (/ value 100), but at higher + ; temperatures, values below 50 get raised and values above 50 get lowered + ; as a function of temperature. + ; I think this whole formula could probably be simplified. + + (setq result + (cond ((= prob 0) 0) + ((<= prob .5) + (setq low-prob-factor (max 1 (truncate (abs (log prob 10))))) + (min (+ prob + (* (/ (- 10 (sqrt (fake-reciprocal *temperature*))) + 100) + (- (expt 10 (- (1- low-prob-factor))) prob))) + .5)) + + ((= prob .5) .5) + ((> prob .5) + (max (- 1 + (+ (- 1 prob) + (* (/ (- 10 (sqrt (fake-reciprocal *temperature*))) + 100) + (- 1 (- 1 prob))))) + .5)))) + result) """ if value == 0 or value == 0.5 or self.value() == 0: return value @@ -221,22 +259,7 @@ class Temperature(object): a = math.sqrt(coldness) c = (10 - a) / 100 f = (c + 1) * value - return (0 + (-f * math.log2(f))) # max(f, 0.0000) - - def getAdjustedProbability(self, value): - # Recall self.value(): - # def value(self): - # return 100.0 if self.clamped else self.actual_value - # - # f in terms of value() and value only - # f = ((10 - sqrt(100 - self.value()))/100 + 1) * value - - if value == 0 or value == 0.5 or self.value() == 0: - return value - if value < 0.5: - return 1.0 - self.getAdjustedProbability(1.0 - value) - coldness = 100.0 - self.value() - a = math.sqrt(coldness) - c = (10 - a) / 100 - f = (c + 1) * value - return max(f, 0.5) + # return max(f, 0.5) + # return max(f, 0.0) + # return (0 + (-f * math.log2(f))) + return -f * math.log2(f) diff --git a/temp_usages.txt b/temp_usages.txt deleted file mode 100644 index efc6806..0000000 --- a/temp_usages.txt +++ /dev/null @@ -1,168 +0,0 @@ -copycat/codeletMethods.py: temperature = ctx.temperature -copycat/codeletMethods.py: weightedStrength1 = temperature.getAdjustedValue( -copycat/codeletMethods.py: weightedStrength2 = temperature.getAdjustedValue( -copycat/codeletMethods.py: temperature = ctx.temperature -copycat/codeletMethods.py: probabilityOfSlippage = temperature.getAdjustedProbability(slippiness) -copycat/codeletMethods.py: temperature = ctx.temperature -copycat/codeletMethods.py: probabilityOfFizzle = (100.0 - temperature.value()) / 100.0 -copycat/codeletMethods.py: breakProbability = temperature.getAdjustedProbability( -copycat/codeletMethods.py: temperature = ctx.temperature -copycat/codeletMethods.py: probability = temperature.getAdjustedProbability(association) -copycat/codeletMethods.py: temperature = ctx.temperature -copycat/codeletMethods.py: probability = temperature.getAdjustedProbability(strength / 100.0) -copycat/codeletMethods.py: temperature = ctx.temperature -copycat/codeletMethods.py: temperature.getAdjustedValue(node.conceptualDepth) -copycat/codeletMethods.py: temperature.getAdjustedValue(node.conceptualDepth) -copycat/codeletMethods.py: temperature = ctx.temperature -copycat/codeletMethods.py: probability = temperature.getAdjustedProbability(rule.totalStrength / 100.0) -copycat/codeletMethods.py: temperature = ctx.temperature -copycat/codeletMethods.py: probability = temperature.getAdjustedProbability(strength / 100.0) -copycat/codeletMethods.py: temperature = ctx.temperature -copycat/codeletMethods.py: probability = temperature.getAdjustedProbability(strength / 100.0) -copycat/codeletMethods.py: temperature = ctx.temperature -copycat/codeletMethods.py: if cutoff >= temperature.actual_value: -copycat/codeletMethods.py: temperature.clampUntil(coderack.codeletsRun + 100) -copycat/codeletMethods.py: temperature = ctx.temperature -copycat/codeletMethods.py: weights = [temperature.getAdjustedValue(n.conceptualDepth) for n in descriptors] -copycat/codeletMethods.py: temperature = ctx.temperature -copycat/codeletMethods.py: probability = temperature.getAdjustedProbability(strength / 100.0) -copycat/coderack.py: temperature = self.ctx.temperature -copycat/coderack.py: return (temperature.value() / 100.0) ** 2 -copycat/coderack.py: temperature = self.ctx.temperature -copycat/coderack.py: if temperature.value() < 25.0 and 'translator' in codeletName: -copycat/coderack.py: temperature = self.ctx.temperature -copycat/coderack.py: scale = (100.0 - temperature.value() + 10.0) / 15.0 -copycat/copycat.py:from .temperature import Temperature -copycat/copycat.py: def report_temperature(self, temperature): -copycat/copycat.py: self.temperature = Temperature() -copycat/copycat.py: self.temperature.tryUnclamp(currentTime) -copycat/copycat.py: self.temperature.update(self.workspace.getUpdatedTemperature()) -copycat/copycat.py: self.reporter.report_temperature(self.temperature) -copycat/copycat.py: self.temperature.reset() -copycat/copycat.py: 'temp': self.temperature.last_unclamped_value, -copycat/copycat.py: 'sumtemp': 0, -copycat/copycat.py: d['sumtemp'] += answer['temp'] -copycat/copycat.py: d['avgtemp'] = d.pop('sumtemp') / d['count'] -copycat/curses_reporter.py: self.temperatureWindow = SafeSubwindow(window, height, 5, 0, 0) -copycat/curses_reporter.py: for w in [self.temperatureWindow, self.upperWindow, self.answersWindow, self.fpsWindow]: -copycat/curses_reporter.py: w = self.temperatureWindow # just a random window -copycat/curses_reporter.py: 'sumtemp': 0, -copycat/curses_reporter.py: d['sumtemp'] += answer['temp'] -copycat/curses_reporter.py: d['avgtemp'] = d['sumtemp'] / d['count'] -copycat/curses_reporter.py: return 3 * d['count'] - d['avgtemp'] -copycat/curses_reporter.py: return '%s: %d (avg time %.1f, avg temp %.1f)' % ( -copycat/curses_reporter.py: d['answer'], d['count'], d['avgtime'], d['avgtemp'], -copycat/curses_reporter.py: def report_temperature(self, temperature): -copycat/curses_reporter.py: w = self.temperatureWindow -copycat/curses_reporter.py: mercury = max_mercury * temperature.value() / 100.0 -copycat/curses_reporter.py: w.addnstr(height - 2, 1, '%3d' % temperature.actual_value, 3) -copycat/group.py: temperature = self.ctx.temperature -copycat/group.py: return temperature.getAdjustedProbability(supportedActivation) -copycat/group.py: temperature = self.ctx.temperature -copycat/group.py: value = temperature.getAdjustedProbability(probability) -copycat/temperature.py: iiijjjlll: 670 (avg time 1108.5, avg temp 23.6) -copycat/temperature.py: iiijjjd: 2 (avg time 1156.0, avg temp 35.0) -copycat/temperature.py: iiijjjkkl: 315 (avg time 1194.4, avg temp 35.5) -copycat/temperature.py: iiijjjkll: 8 (avg time 2096.8, avg temp 44.1) -copycat/temperature.py: iiijjjkkd: 5 (avg time 837.2, avg temp 48.0) -copycat/temperature.py: wyz: 5 (avg time 2275.2, avg temp 14.9) -copycat/temperature.py: xyd: 982 (avg time 2794.4, avg temp 17.5) -copycat/temperature.py: yyz: 7 (avg time 2731.9, avg temp 25.1) -copycat/temperature.py: dyz: 2 (avg time 3320.0, avg temp 27.1) -copycat/temperature.py: xyy: 2 (avg time 4084.5, avg temp 31.1) -copycat/temperature.py: xyz: 2 (avg time 1873.5, avg temp 52.1) -copycat/temperature.py: wyz: 7 (avg time 3192.9, avg temp 13.1) -copycat/temperature.py: xyd: 985 (avg time 2849.1, avg temp 17.5) -copycat/temperature.py: yyz: 6 (avg time 3836.7, avg temp 18.6) -copycat/temperature.py: xyy: 1 (avg time 1421.0, avg temp 19.5) -copycat/temperature.py: xyz: 1 (avg time 7350.0, avg temp 48.3) -copycat/temperature.py: wyz: 8 (avg time 4140.5, avg temp 13.3) -copycat/temperature.py: yyz: 6 (avg time 2905.2, avg temp 14.5) -copycat/temperature.py: xyd: 982 (avg time 3025.4, avg temp 17.6) -copycat/temperature.py: dyz: 4 (avg time 4265.0, avg temp 17.7) -copycat/temperature.py: dyz: 1 (avg time 5198.0, avg temp 15.3) -copycat/temperature.py: wyz: 3 (avg time 4043.7, avg temp 17.1) -copycat/temperature.py: yyz: 9 (avg time 3373.6, avg temp 21.0) -copycat/temperature.py: xyd: 84 (avg time 5011.1, avg temp 23.3) -copycat/temperature.py: xyy: 3 (avg time 4752.0, avg temp 27.9) -copycat/temperature.py: xyd: 1000 (avg time 1625.2, avg temp 17.3) -copycat/temperature.py: xyz: 3 (avg time 3996.7, avg temp 81.1) -copycat/temperature.py: dyz: 46 (avg time 5931.7, avg temp 82.6) -copycat/temperature.py: xd: 17 (avg time 6090.3, avg temp 83.8) -copycat/temperature.py: xyd: 934 (avg time 7699.8, avg temp 88.1) -copycat/temperature.py: wyz: 123 (avg time 5933.1, avg temp 16.5) -copycat/temperature.py: xyy: 200 (avg time 6486.7, avg temp 27.8) -copycat/temperature.py: yyz: 330 (avg time 6310.2, avg temp 38.5) -copycat/temperature.py: dyz: 75 (avg time 6393.3, avg temp 39.6) -copycat/temperature.py: yzz: 5 (avg time 4965.0, avg temp 59.3) -copycat/temperature.py: xyz: 160 (avg time 6886.2, avg temp 60.2) -copycat/temperature.py: xd: 4 (avg time 2841.0, avg temp 61.8) -copycat/temperature.py: dz: 3 (avg time 3721.0, avg temp 62.1) -copycat/temperature.py: xyd: 100 (avg time 5853.1, avg temp 67.5) -copycat/temperature.py: wyz: 78 (avg time 7793.7, avg temp 16.6) -copycat/temperature.py: xyy: 202 (avg time 9168.5, avg temp 27.5) -copycat/temperature.py: wxz: 1 (avg time 3154.0, avg temp 33.4) -copycat/temperature.py: dyz: 63 (avg time 7950.3, avg temp 41.7) -copycat/temperature.py: yyz: 217 (avg time 8147.4, avg temp 41.7) -copycat/temperature.py: xyz: 201 (avg time 7579.7, avg temp 62.5) -copycat/temperature.py: xxy: 1 (avg time 7994.0, avg temp 64.8) -copycat/temperature.py: yzz: 8 (avg time 4672.6, avg temp 65.7) -copycat/temperature.py: xd: 9 (avg time 9215.2, avg temp 68.1) -copycat/temperature.py: xyd: 217 (avg time 7677.9, avg temp 73.8) -copycat/temperature.py: dz: 3 (avg time 20379.0, avg temp 77.3) -copycat/temperature.py: xyd: 100 (avg time 2984.3, avg temp 18.2) -copycat/temperature.py: jijjkk: 66 (avg time 3200.1, avg temp 61.3) -copycat/temperature.py: iijjkk: 114 (avg time 5017.2, avg temp 63.5) -copycat/temperature.py: dijjkk: 23 (avg time 2209.0, avg temp 67.3) -copycat/temperature.py: iijjkl: 748 (avg time 3262.8, avg temp 70.0) -copycat/temperature.py: iijjkd: 49 (avg time 2315.9, avg temp 76.3) -copycat/temperature.py: iijjll: 59 (avg time 797.4, avg temp 19.8) -copycat/temperature.py: iijjkl: 41 (avg time 696.1, avg temp 28.5) -copycat/temperature.py: mrrlll: 77 (avg time 2195.7, avg temp 41.4) -copycat/temperature.py: mrrd: 2 (avg time 1698.0, avg temp 42.6) -copycat/temperature.py: mrrkkl: 20 (avg time 1317.8, avg temp 46.6) -copycat/temperature.py: mrrkkd: 1 (avg time 1835.0, avg temp 48.6) -copycat/temperature.py: nrrkkk: 11 (avg time 3637.8, avg temp 64.6) -copycat/temperature.py: drrkkk: 3 (avg time 5921.3, avg temp 66.2) -copycat/temperature.py: mrrkkd: 7 (avg time 6771.3, avg temp 74.6) -copycat/temperature.py: mrrkkl: 79 (avg time 3723.0, avg temp 74.9) -copycat/tests.py:def lower_bound_on_probability(hits, attempts, confidence=0.95): -copycat/tests.py: if attempts == 0: -copycat/tests.py: phat = 1.0 * hits / attempts -copycat/tests.py: under_sqrt = (phat * (1 - phat) + zsqr / (4 * attempts)) / attempts -copycat/tests.py: denominator = (1 + zsqr / attempts) -copycat/tests.py: return (phat + zsqr / (2 * attempts) - z * (under_sqrt ** 0.5)) / denominator -copycat/tests.py:def upper_bound_on_probability(hits, attempts, confidence=0.95): -copycat/tests.py: misses = attempts - hits -copycat/tests.py: return 1.0 - lower_bound_on_probability(misses, attempts, confidence) -copycat/tests.py: if abs(actual[k]['avgtemp'] - expected[k]['avgtemp']) >= 10.0 + (10.0 / actual[k]['count']): -copycat/tests.py: print('Failed (%s - %s >= %s)' % (actual[k]['avgtemp'], expected[k]['avgtemp'], 10.0 + (10.0 / actual[k]['count']))) -copycat/tests.py: 'efd': {'count': 1, 'avgtemp': 16}, -copycat/tests.py: 'efh': {'count': 99, 'avgtemp': 19}, -copycat/tests.py: 'ijd': {'count': 4, 'avgtemp': 24}, -copycat/tests.py: 'ijl': {'count': 96, 'avgtemp': 20}, -copycat/tests.py: 'xyd': {'count': 100, 'avgtemp': 19}, -copycat/tests.py: 'ijkkk': {'count': 7, 'avgtemp': 21}, -copycat/tests.py: 'ijll': {'count': 47, 'avgtemp': 28}, -copycat/tests.py: 'ijkl': {'count': 44, 'avgtemp': 32}, -copycat/tests.py: 'ijkd': {'count': 2, 'avgtemp': 65}, -copycat/tests.py: 'mrrjjjj': {'count': 4, 'avgtemp': 16}, -copycat/tests.py: 'mrrkkk': {'count': 31, 'avgtemp': 47}, -copycat/tests.py: 'mrrjjk': {'count': 64, 'avgtemp': 51}, -copycat/tests.py: 'mrrjkk': {'count': 1, 'avgtemp': 52}, -copycat/tests.py: 'mrrjjd': {'count': 1, 'avgtemp': 54}, -copycat/tests.py: 'milj': {'count': 85, 'avgtemp': 55}, -copycat/tests.py: 'mikj': {'count': 10, 'avgtemp': 56}, -copycat/tests.py: 'milk': {'count': 1, 'avgtemp': 56}, -copycat/tests.py: 'lilk': {'count': 1, 'avgtemp': 57}, -copycat/tests.py: 'milb': {'count': 3, 'avgtemp': 57}, -copycat/tests.py: 'xc': {'count': 9, 'avgtemp': 57}, -copycat/tests.py: 'xyc': {'count': 82, 'avgtemp': 59}, -copycat/tests.py: 'cyx': {'count': 7, 'avgtemp': 68}, -copycat/tests.py: 'xyx': {'count': 2, 'avgtemp': 69}, -copycat/tests.py: 'cakg': {'count': 99, 'avgtemp': 70}, -copycat/tests.py: 'gake': {'count': 1, 'avgtemp': 59}, -copycat/tests.py: 'kitteg': {'count': 96, 'avgtemp': 66}, -copycat/tests.py: 'kitten': {'count': 4, 'avgtemp': 68}, -copycat/workspaceFormulas.py: temperature = ctx.temperature -copycat/workspaceFormulas.py: temperature.getAdjustedValue( diff --git a/todos.txt b/todos.txt deleted file mode 100644 index 5775650..0000000 --- a/todos.txt +++ /dev/null @@ -1,53 +0,0 @@ -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO:use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/codeletMethods.py: # TODO: use entropy -copycat/coderack.py: # TODO: use entropy -copycat/coderack.py: # TODO: use entropy -copycat/coderack.py: # TODO: use entropy -copycat/coderack.py: # TODO: use entropy -copycat/coderack.py: # TODO: use entropy -copycat/coderack.py: # TODO: use entropy -copycat/copycat.py: def report_temperature(self, temperature): #TODO: use entropy -copycat/copycat.py: self.temperature = Temperature() # TODO: use entropy -copycat/copycat.py: self.temperature.tryUnclamp(currentTime) # TODO: use entropy -copycat/copycat.py: self.temperature.update(self.workspace.getUpdatedTemperature()) # TODO: use entropy -copycat/copycat.py: self.temperature.reset() # TODO: use entropy -copycat/copycat.py: 'temp': self.temperature.last_unclamped_value, # TODO: use entropy -copycat/copycat.py: 'sumtemp': 0, # TODO: use entropy -copycat/copycat.py: d['sumtemp'] += answer['temp'] # TODO: use entropy -copycat/curses_reporter.py: self.temperatureWindow = SafeSubwindow(window, height, 5, 0, 0) # TODO: use entropy (entropyWindow) -copycat/curses_reporter.py: #TODO: use entropy -copycat/group.py: #TODO: use entropy -copycat/group.py: #TODO: use entropy -copycat/temperature.py: # TODO: use entropy -copycat/tests.py:# TODO: update test cases to use entropy -copycat/workspaceFormulas.py: # TODO: use entropy -copycat/workspaceObject.py: from .group import Group # gross, TODO FIXME -copycat/workspace.py: # TODO: Initial part of refactoring in this method -copycat/workspace.py: # TODO: Extract method? -copycat/workspace.py: # TODO: these 3 methods seem to be the same... are they? If so, Extract method. -copycat/workspace.py: # TODO: use entropy From fa8b4939484299e84cb70490dcf73c804c07c773 Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Fri, 29 Sep 2017 15:01:57 -0600 Subject: [PATCH 28/52] Adds annotations and formula notes --- copycat/temperature.py | 94 +++++++++++++++++++++++++++++++----------- 1 file changed, 69 insertions(+), 25 deletions(-) diff --git a/copycat/temperature.py b/copycat/temperature.py index b294491..34ac871 100644 --- a/copycat/temperature.py +++ b/copycat/temperature.py @@ -223,34 +223,78 @@ class Temperature(object): f = ((10 - sqrt(100 - self.value()))/100 + 1) * value For the original LISP program: + ; This function is a filter: it inputs a value (from 0 to 100) and returns + ; a probability (from 0 - 1) based on that value and the temperature. + ********************************************************* + ; When the temperature is 0, the result is (/ value 100), but at higher + ; temperatures, values below 50 get raised and values above 50 get lowered + ; as a function of temperature. + ********************************************************** + ; I think this whole formula could probably be simplified. + ********************************************************** - ; This function is a filter: it inputs a value (from 0 to 100) and returns - ; a probability (from 0 - 1) based on that value and the temperature. When - ; the temperature is 0, the result is (/ value 100), but at higher - ; temperatures, values below 50 get raised and values above 50 get lowered - ; as a function of temperature. - ; I think this whole formula could probably be simplified. - - (setq result - (cond ((= prob 0) 0) - ((<= prob .5) - (setq low-prob-factor (max 1 (truncate (abs (log prob 10))))) - (min (+ prob - (* (/ (- 10 (sqrt (fake-reciprocal *temperature*))) - 100) - (- (expt 10 (- (1- low-prob-factor))) prob))) - .5)) - - ((= prob .5) .5) - ((> prob .5) - (max (- 1 - (+ (- 1 prob) + (defun get-temperature-adjusted-probability (prob &aux low-prob-factor + result) + (setq result + (cond ((= prob 0) 0) + ((<= prob .5) + (setq low-prob-factor (max 1 (truncate (abs (log prob 10))))) + (min (+ prob (* (/ (- 10 (sqrt (fake-reciprocal *temperature*))) - 100) - (- 1 (- 1 prob))))) - .5)))) - result) + 100) + (- (expt 10 (- (1- low-prob-factor))) prob))) + .5)) + + ((= prob .5) .5) + ((> prob .5) + (max (- 1 + (+ (- 1 prob) + (* (/ (- 10 (sqrt (fake-reciprocal *temperature*))) + 100) + (- 1 (- 1 prob))))) + .5)))) + result) + + Which was tested using: + + (defun test-get-temperature-adjusted-probability (prob) + (with-open-file (ostream "testfile" :direction :output + :if-does-not-exist :create + :if-exists :append) + (format ostream "prob: ~a~&" prob) + (loop for temp in '(0 10 20 30 40 50 60 70 80 90 100) do + (setq *temperature* temp) + (format ostream "Temperature: ~a; probability ~a~&" + temp (float (get-temperature-adjusted-probability prob)))) + (format ostream "~%"))) + + Interpretation: + + Importantly, the values of .5 in both the min and max correspond to the mid-cutoff of 50: + i.e. 'values below 50 get raised and values above 50 get lowered' + Still, it is interesting to note that changing 'return max(f, 0.0) to max(f, 0.5) has no significant effect on the distribution + + It looks like the function below preserves most of the functionality of the original lisp. + However, the comments themselves agree that the formula is overly complicated. + + prob = value # Slightly more descriptive (and less ambiguous), will change argument + # Temperature, potentially clamped + temp = self.value() + # A scaling factor (between 0 and infinity), based on temperature (i.e. 100/coldness) + if temp == 100: # Avoid dividing by zero + factor = float('inf') + else: + factor = 100 / (100 - temp) + + if prob == .5: + return .5 + elif prob > .5: + prob = prob / factor + elif prob < .5: + prob = prob * factor + return max(min(prob, 0), 1) # Normalize between 0 and 1. TODO: make scaling factor more reasonable """ + if value == 0 or value == 0.5 or self.value() == 0: return value if value < 0.5: From 6b1c4634fe1da85722476dca539ad5e42841e5a3 Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Fri, 29 Sep 2017 16:59:26 -0600 Subject: [PATCH 29/52] Fixes plot labels (slightly) --- copycat/plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copycat/plot.py b/copycat/plot.py index bbacd12..772d0f1 100644 --- a/copycat/plot.py +++ b/copycat/plot.py @@ -5,7 +5,7 @@ import matplotlib.pyplot as plt def plot_answers(answers, show=True, save=True, filename='distribution.png'): answers = sorted(answers.items(), key=lambda kv : kv[1]['count']) - objects = [t[0] + ' (temp:{})'.format(t[1]['avgtemp']) for t in answers] + objects = [t[0] + ' (temp:{})'.format(round(t[1]['avgtemp'], 2)) for t in answers] yvalues = [t[1]['count'] for t in answers] y_pos = np.arange(len(objects)) From 430e2b3750b73563c501d71ff9f11ebd6494cfdc Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Fri, 29 Sep 2017 17:55:24 -0600 Subject: [PATCH 30/52] Adds base temp formula --- copycat/temperature.py | 81 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 76 insertions(+), 5 deletions(-) diff --git a/copycat/temperature.py b/copycat/temperature.py index 34ac871..485b9cb 100644 --- a/copycat/temperature.py +++ b/copycat/temperature.py @@ -221,6 +221,10 @@ class Temperature(object): f in terms of value() and value only f = ((10 - sqrt(100 - self.value()))/100 + 1) * value + so, the function: (10 - sqrt(100 - temp)) / 100 + produces a scalar from the current temperature, + ranging from 1.0 when the temp is 0 to 1.1 when the temp is 100. + This is used to scale probablities in their inverse directions For the original LISP program: ; This function is a filter: it inputs a value (from 0 to 100) and returns @@ -277,23 +281,89 @@ class Temperature(object): It looks like the function below preserves most of the functionality of the original lisp. However, the comments themselves agree that the formula is overly complicated. + """ prob = value # Slightly more descriptive (and less ambiguous), will change argument # Temperature, potentially clamped - temp = self.value() + temp = self.value() + iprob = 1 - prob + + + # This function does precisely what I think the original lisp comment describes, but provides crappy results + # return (temp / 200) * iprob + ((200 - temp) / 200) * prob + # However, this version preforms much better: + # Some statistical analysis is needed of course + return (temp / 100) * iprob + ((100 - temp) / 100) * prob + ''' + lucas@infinity:~/projects/personal/copycat$ ./main.py abc abd xyz --iterations 10 --plot + Answered wyz (time 3865, final temperature 13.9) + Answered wyz (time 8462, final temperature 10.8) + Answered wyz (time 6062, final temperature 11.7) + Answered yyz (time 4022, final temperature 15.6) + Answered yyz (time 2349, final temperature 59.8) + Answered xyd (time 17977, final temperature 14.9) + Answered xyd (time 1550, final temperature 14.7) + Answered xyd (time 11755, final temperature 16.8) + Answered wyz (time 2251, final temperature 13.7) + Answered yyz (time 13007, final temperature 11.7) + wyz: 4 (avg time 5160.0, avg temp 12.5) + xyd: 3 (avg time 10427.3, avg temp 15.5) + yyz: 3 (avg time 6459.3, avg temp 29.0) + + However, it generally does worse on abc:abd::ijjkk:_ + + lucas@infinity:~/projects/personal/copycat$ ./main.py abc abd ijjkkk --iterations 10 --plot + Answered ijjlll (time 7127, final temperature 17.6) + Answered ijjlll (time 968, final temperature 17.5) + Answered ijjkkl (time 1471, final temperature 19.8) + Answered ijjlll (time 1058, final temperature 13.2) + Answered ijjkkl (time 489, final temperature 83.9) + Answered ijjkkl (time 1576, final temperature 18.7) + Answered ijjkkl (time 1143, final temperature 65.2) + Answered ijjkkl (time 3067, final temperature 19.6) + Answered ijjkkl (time 1973, final temperature 40.4) + Answered ijjkkl (time 1064, final temperature 50.6) + ijjlll: 3 (avg time 3051.0, avg temp 16.1) + ijjkkl: 7 (avg time 1540.4, avg temp 42.6) + ''' + # unparameterized version + #curvedProb = (temp / 100) * iprob + (cold / 100) * prob + + #if prob < .5: + # # Curving small (<.5) probabilities to .5, but not over + # return max(curvedProb, .5) + #else: + # # Curving large (>.5) probabilities to .5, but not under + # return min(curvedProb, .5) + + # parameterized version : weights towards or away from probabilities + # alpha = 1.0 + # beta = 1.0 + # return ((alpha + temp / 100) * iprob + (beta + cold / 100) * prob) / (alpha + beta) + + ''' # A scaling factor (between 0 and infinity), based on temperature (i.e. 100/coldness) if temp == 100: # Avoid dividing by zero factor = float('inf') else: - factor = 100 / (100 - temp) - + # My factor: + # factor = 100 / (100 - temp) + # SQRT: + # factor = math.sqrt(100 / (100 - temp)) + # Original factor: + # factor = (110 - math.sqrt(100 - temp)) / 100 + # Factor ^ 10: + # factor = ((110 - math.sqrt(100 - temp)) / 100) ** 10. + # Factor ^ 20 + # factor = ((110 - math.sqrt(100 - temp)) / 100) ** 20. + # No factor: + # factor = 1 if prob == .5: return .5 elif prob > .5: prob = prob / factor elif prob < .5: prob = prob * factor - return max(min(prob, 0), 1) # Normalize between 0 and 1. TODO: make scaling factor more reasonable - """ + return min(max(prob, 0), 1) # Normalize between 0 and 1. if value == 0 or value == 0.5 or self.value() == 0: return value @@ -307,3 +377,4 @@ class Temperature(object): # return max(f, 0.0) # return (0 + (-f * math.log2(f))) return -f * math.log2(f) + ''' From 7abb40f849db3fa96f32ab2b44c59414e4c6ef30 Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Wed, 4 Oct 2017 15:20:48 -0600 Subject: [PATCH 31/52] Adds problems and result saving --- copycat/__init__.py | 1 + copycat/io.py | 9 +++++++++ input/.placeholder | 0 input/problems.csv | 9 +++++++++ input/reduced_problems.csv | 4 ++++ main.py | 5 +++-- 6 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 copycat/io.py create mode 100644 input/.placeholder create mode 100644 input/problems.csv create mode 100644 input/reduced_problems.csv diff --git a/copycat/__init__.py b/copycat/__init__.py index 14c0cc1..4e8bc55 100644 --- a/copycat/__init__.py +++ b/copycat/__init__.py @@ -1,2 +1,3 @@ from .copycat import Copycat, Reporter # noqa from .plot import plot_answers +from .io import save_answers diff --git a/copycat/io.py b/copycat/io.py new file mode 100644 index 0000000..ae1185b --- /dev/null +++ b/copycat/io.py @@ -0,0 +1,9 @@ + +def save_answers(answers, filename): + answers = sorted(answers.items(), key=lambda kv : kv[1]['count']) + keys = [k for k, v in answers] + counts = [str(v['count']) for k, v in answers] + with open(filename, 'w') as outfile: + outfile.write(','.join(keys)) + outfile.write('\n') + outfile.write(','.join(counts)) diff --git a/input/.placeholder b/input/.placeholder new file mode 100644 index 0000000..e69de29 diff --git a/input/problems.csv b/input/problems.csv new file mode 100644 index 0000000..3e941fa --- /dev/null +++ b/input/problems.csv @@ -0,0 +1,9 @@ +abc,abd,ijk +aabc,aabd,ijkk +abc,abd,kji +abc,abd,mrrjjj +abc,abd,rssttt +abc,abd,xyz +abc,abd,ijjkkk +rst,rsu,xyz +abc,abd,xyyzzz diff --git a/input/reduced_problems.csv b/input/reduced_problems.csv new file mode 100644 index 0000000..f5fe027 --- /dev/null +++ b/input/reduced_problems.csv @@ -0,0 +1,4 @@ +abc,abd,ijk +aabc,aabd,ijkk +abc,abd,xyz +abc,abd,ijjkkk diff --git a/main.py b/main.py index bae5ce0..3f197ee 100755 --- a/main.py +++ b/main.py @@ -35,8 +35,7 @@ final temperature of the workspace; lower means "more elegant". import argparse import logging -from copycat import Copycat, Reporter, plot_answers - +from copycat import Copycat, Reporter, plot_answers, save_answers class SimpleReporter(Reporter): """Reports results from a single run.""" @@ -70,6 +69,8 @@ def main(): if options.plot: plot_answers(answers, show=not options.noshow) + save_answers(answers, 'output/answers.csv') + if __name__ == '__main__': main() From b90bae25847220088a0af9b2b5bfd742ddaa22dd Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Wed, 4 Oct 2017 15:20:59 -0600 Subject: [PATCH 32/52] Adds automatic running, formula tests --- copycat/copycat.py | 45 ++++++++++++++++---------- copycat/temperature.py | 73 +++++++++++++++++++++++++++++++++++++++--- multi-run.py | 33 +++++++++++++++++++ 3 files changed, 129 insertions(+), 22 deletions(-) create mode 100755 multi-run.py diff --git a/copycat/copycat.py b/copycat/copycat.py index 8602fc7..64adbef 100644 --- a/copycat/copycat.py +++ b/copycat/copycat.py @@ -4,7 +4,6 @@ from .slipnet import Slipnet from .temperature import Temperature from .workspace import Workspace - class Reporter(object): """Do-nothing base class for defining new reporter types""" def report_answer(self, answer): @@ -66,24 +65,36 @@ class Copycat(object): self.reporter.report_answer(answer) return answer - def run(self, initial, modified, target, iterations): + def run(self, initial, modified, target, iterations, testAdjFormulas=False): self.workspace.resetWithStrings(initial, modified, target) - answers = {} - for i in range(iterations): - answer = self.runTrial() - d = answers.setdefault(answer['answer'], { - 'count': 0, - 'sumtemp': 0, # TODO: use entropy - 'sumtime': 0 - }) - d['count'] += 1 - d['sumtemp'] += answer['temp'] # TODO: use entropy - d['sumtime'] += answer['time'] + if testAdjFormulas: + formulas = self.temperature.adj_formulas() + else: + formulas = ['original'] - for answer, d in answers.items(): - d['avgtemp'] = d.pop('sumtemp') / d['count'] - d['avgtime'] = d.pop('sumtime') / d['count'] - return answers + formulaList = [] + for formula in formulas: + self.temperature.useAdj(formula) + answers = {} + for i in range(iterations): + answer = self.runTrial() + d = answers.setdefault(answer['answer'], { + 'count': 0, + 'sumtemp': 0, # TODO: use entropy + 'sumtime': 0 + }) + d['count'] += 1 + d['sumtemp'] += answer['temp'] # TODO: use entropy + d['sumtime'] += answer['time'] + + for answer, d in answers.items(): + d['avgtemp'] = d.pop('sumtemp') / d['count'] + d['avgtime'] = d.pop('sumtime') / d['count'] + formulaList.append(answers) + if not testAdjFormulas: + return formulaList[0] + else: + return formulaList def run_forever(self, initial, modified, target): self.workspace.resetWithStrings(initial, modified, target) diff --git a/copycat/temperature.py b/copycat/temperature.py index 485b9cb..8538a3e 100644 --- a/copycat/temperature.py +++ b/copycat/temperature.py @@ -1,8 +1,44 @@ import math +# Alternate formulas for getAdjustedProbability + +def _original(temp, prob): + if prob == 0 or prob == 0.5 or temp == 0: + return prob + if prob < 0.5: + return 1.0 - _original(temp, 1.0 - prob) + coldness = 100.0 - temp + a = math.sqrt(coldness) + c = (10 - a) / 100 + f = (c + 1) * prob + return max(f, 0.5) + +def _entropy(temp, prob): + if prob == 0 or prob == 0.5 or temp == 0: + return prob + if prob < 0.5: + return 1.0 - _original(temp, 1.0 - prob) + coldness = 100.0 - temp + a = math.sqrt(coldness) + c = (10 - a) / 100 + f = (c + 1) * prob + return -f * math.log2(f) + +def _inverse_prob(temp, prob): + # Temperature, potentially clamped + iprob = 1 - prob + return (temp / 100) * iprob + ((100 - temp) / 100) * prob + + class Temperature(object): def __init__(self): self.reset() + self.adjustmentType = 'original' + self._adjustmentFormulas = { + 'original' : _original, + 'entropy' : _entropy, + 'inverse' : _inverse_prob + } def reset(self): self.actual_value = 100.0 @@ -32,7 +68,19 @@ class Temperature(object): def getAdjustedValue(self, value): return value ** (((100.0 - self.value()) / 30.0) + 0.5) - """ + def getAdjustedProbability(self, value): + temp = self.value() + prob = value + return self._adjustmentFormulas[self.adjustmentType](temp, prob) + + def useAdj(self, adj): + print('Changing to adjustment formula {}'.format(adj)) + self.adjustmentType = adj + + def adj_formulas(self): + return self._adjustmentFormulas.keys() + + ''' def getAdjustedProbability(self, value): if value == 0 or value == 0.5 or self.value() == 0: return value @@ -43,9 +91,20 @@ class Temperature(object): c = (10 - a) / 100 f = (c + 1) * value return max(f, 0.5) - """ def getAdjustedProbability(self, value): + if value == 0 or value == 0.5 or self.value() == 0: + return value + if value < 0.5: + return 1.0 - self.getAdjustedProbability(1.0 - value) + coldness = 100.0 - self.value() + a = math.sqrt(coldness) + c = (10 - a) / 100 + f = (c + 1) * value + # return max(f, 0.5) + # return max(f, 0.0) + # return (0 + (-f * math.log2(f))) + return -f * math.log2(f) # TODO: use entropy """ @@ -291,9 +350,13 @@ class Temperature(object): # This function does precisely what I think the original lisp comment describes, but provides crappy results # return (temp / 200) * iprob + ((200 - temp) / 200) * prob # However, this version preforms much better: + # Essentially, it weights probabilities towards their inverses when temperature is higher, and leaves them unaffected when it is lower. # Some statistical analysis is needed of course return (temp / 100) * iprob + ((100 - temp) / 100) * prob - ''' + + # This will give only xyd answers: + #return 1 - (temp / 100) * iprob + ((100 - temp) / 100) * prob + """ lucas@infinity:~/projects/personal/copycat$ ./main.py abc abd xyz --iterations 10 --plot Answered wyz (time 3865, final temperature 13.9) Answered wyz (time 8462, final temperature 10.8) @@ -324,7 +387,7 @@ class Temperature(object): Answered ijjkkl (time 1064, final temperature 50.6) ijjlll: 3 (avg time 3051.0, avg temp 16.1) ijjkkl: 7 (avg time 1540.4, avg temp 42.6) - ''' + """ # unparameterized version #curvedProb = (temp / 100) * iprob + (cold / 100) * prob @@ -340,7 +403,7 @@ class Temperature(object): # beta = 1.0 # return ((alpha + temp / 100) * iprob + (beta + cold / 100) * prob) / (alpha + beta) - ''' + """ # A scaling factor (between 0 and infinity), based on temperature (i.e. 100/coldness) if temp == 100: # Avoid dividing by zero factor = float('inf') diff --git a/multi-run.py b/multi-run.py new file mode 100755 index 0000000..fc3cbfc --- /dev/null +++ b/multi-run.py @@ -0,0 +1,33 @@ +#!/usr/bin/env python3 +import argparse, logging +from copycat import Copycat, Reporter, plot_answers, save_answers + +class SimpleReporter(Reporter): + """Reports results from a single run.""" + def report_answer(self, answer): + """Self-explanatory code.""" + print('Answered %s (time %d, final temperature %.1f)' % ( + answer['answer'], answer['time'], answer['temp'], + )) + +def main(): + parser = argparse.ArgumentParser() + parser.add_argument('--iterations', type=int, default=1, help='Run the given case this many times.') + options = parser.parse_args() + + copycat = Copycat(reporter=SimpleReporter()) + + with open('input/reduced_problems.csv', 'r') as infile: + for line in infile: + line = line.replace('\n', '') + a, b, c = line.split(',') + answerList = copycat.run(a, b, c, options.iterations, True) + for answers in answerList: + for answer, d in sorted(iter(answers.items()), key=lambda kv: kv[1]['avgtemp']): + print('%s: %d (avg time %.1f, avg temp %.1f)' % (answer, d['count'], d['avgtime'], d['avgtemp'])) + + #filename = 'output/{}-{}-{}.csv'.format(a, b, c) + #save_answers(answers, filename) + +if __name__ == '__main__': + main() From 8203cebb1579bccbd7160d047da9b852fcd38db9 Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Wed, 4 Oct 2017 15:37:22 -0600 Subject: [PATCH 33/52] Calculate Chi^2 values for getAdj- formulas --- copycat/copycat.py | 8 ++++++-- multi-run.py | 28 +++++++++++++++++++++++++--- 2 files changed, 31 insertions(+), 5 deletions(-) diff --git a/copycat/copycat.py b/copycat/copycat.py index 64adbef..e5f41e1 100644 --- a/copycat/copycat.py +++ b/copycat/copycat.py @@ -67,6 +67,10 @@ class Copycat(object): def run(self, initial, modified, target, iterations, testAdjFormulas=False): self.workspace.resetWithStrings(initial, modified, target) + + # I (LSaldyt) am very sorry for writing code like this. + # It will soon be deleted. I promise. + if testAdjFormulas: formulas = self.temperature.adj_formulas() else: @@ -90,9 +94,9 @@ class Copycat(object): for answer, d in answers.items(): d['avgtemp'] = d.pop('sumtemp') / d['count'] d['avgtime'] = d.pop('sumtime') / d['count'] - formulaList.append(answers) + formulaList.append((formula, answers)) if not testAdjFormulas: - return formulaList[0] + return formulaList[0][1] else: return formulaList diff --git a/multi-run.py b/multi-run.py index fc3cbfc..a5b58c6 100755 --- a/multi-run.py +++ b/multi-run.py @@ -1,6 +1,7 @@ #!/usr/bin/env python3 import argparse, logging from copycat import Copycat, Reporter, plot_answers, save_answers +from collections import defaultdict class SimpleReporter(Reporter): """Reports results from a single run.""" @@ -22,9 +23,30 @@ def main(): line = line.replace('\n', '') a, b, c = line.split(',') answerList = copycat.run(a, b, c, options.iterations, True) - for answers in answerList: - for answer, d in sorted(iter(answers.items()), key=lambda kv: kv[1]['avgtemp']): - print('%s: %d (avg time %.1f, avg temp %.1f)' % (answer, d['count'], d['avgtime'], d['avgtemp'])) + results = dict() + for formula, answers in answerList: + answers = sorted(answers.items(), key=lambda kv : kv[1]['count']) + keys = [k for k, v in answers] + counts = [v['count'] for k, v in answers] + results[formula] = (keys, counts) + + originalCounts = defaultdict(lambda : 0) + originalCounts.update(dict(zip(*results['original']))) + + for formula, (keys, counts) in results.items(): + if formula != 'original': + chi2 = 0 + for answer, count in zip(keys, counts): + originalCount = originalCounts[answer] + if originalCount != 0: + chi2 += (count + originalCount) ** 2 / originalCount + print((formula, chi2)) + + + + #for answer, d in sorted(iter(answers.items()), key=lambda kv: kv[1]['avgtemp']): + #print('%s: %d (avg time %.1f, avg temp %.1f)' % (answer, d['count'], d['avgtime'], d['avgtemp'])) + #filename = 'output/{}-{}-{}.csv'.format(a, b, c) #save_answers(answers, filename) From c2c5d24f0da5462ec2d5d2a8121129fc78966e5f Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Thu, 5 Oct 2017 15:03:58 -0600 Subject: [PATCH 34/52] TAG: Formula testing code --- copycat/copycat.py | 6 ++---- copycat/temperature.py | 3 +-- multi-run.py | 5 +---- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/copycat/copycat.py b/copycat/copycat.py index e5f41e1..c14f1eb 100644 --- a/copycat/copycat.py +++ b/copycat/copycat.py @@ -68,13 +68,11 @@ class Copycat(object): def run(self, initial, modified, target, iterations, testAdjFormulas=False): self.workspace.resetWithStrings(initial, modified, target) - # I (LSaldyt) am very sorry for writing code like this. - # It will soon be deleted. I promise. - if testAdjFormulas: formulas = self.temperature.adj_formulas() else: - formulas = ['original'] + formulas = ['inverse'] + #formulas = ['entropy'] formulaList = [] for formula in formulas: diff --git a/copycat/temperature.py b/copycat/temperature.py index 8538a3e..ea352dd 100644 --- a/copycat/temperature.py +++ b/copycat/temperature.py @@ -1,7 +1,6 @@ import math # Alternate formulas for getAdjustedProbability - def _original(temp, prob): if prob == 0 or prob == 0.5 or temp == 0: return prob @@ -33,7 +32,7 @@ def _inverse_prob(temp, prob): class Temperature(object): def __init__(self): self.reset() - self.adjustmentType = 'original' + self.adjustmentType = 'inverse' self._adjustmentFormulas = { 'original' : _original, 'entropy' : _entropy, diff --git a/multi-run.py b/multi-run.py index a5b58c6..88b1b16 100755 --- a/multi-run.py +++ b/multi-run.py @@ -40,14 +40,11 @@ def main(): originalCount = originalCounts[answer] if originalCount != 0: chi2 += (count + originalCount) ** 2 / originalCount - print((formula, chi2)) - - + print('Chi^2 value for {}:{}'.format(formula, chi2)) #for answer, d in sorted(iter(answers.items()), key=lambda kv: kv[1]['avgtemp']): #print('%s: %d (avg time %.1f, avg temp %.1f)' % (answer, d['count'], d['avgtime'], d['avgtemp'])) - #filename = 'output/{}-{}-{}.csv'.format(a, b, c) #save_answers(answers, filename) From 96c7c6e08c6b92ca293135e133fb8b36de77e1d2 Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Thu, 5 Oct 2017 15:17:39 -0600 Subject: [PATCH 35/52] Cleans code, moving formula choice to copycat.py --- copycat/copycat.py | 50 +++--- copycat/temperature.py | 371 +---------------------------------------- multi-run.py | 52 ------ 3 files changed, 29 insertions(+), 444 deletions(-) delete mode 100755 multi-run.py diff --git a/copycat/copycat.py b/copycat/copycat.py index c14f1eb..3d0cf01 100644 --- a/copycat/copycat.py +++ b/copycat/copycat.py @@ -65,38 +65,30 @@ class Copycat(object): self.reporter.report_answer(answer) return answer - def run(self, initial, modified, target, iterations, testAdjFormulas=False): + def run(self, initial, modified, target, iterations): self.workspace.resetWithStrings(initial, modified, target) - if testAdjFormulas: - formulas = self.temperature.adj_formulas() - else: - formulas = ['inverse'] - #formulas = ['entropy'] + #self.temperature.useAdj('original') + #self.temperature.useAdj('entropy') + self.temperature.useAdj('inverse') # 100 weight + #self.temperature.useAdj('150-weight') + #self.temperature.useAdj('200-weight') + answers = {} + for i in range(iterations): + answer = self.runTrial() + d = answers.setdefault(answer['answer'], { + 'count': 0, + 'sumtemp': 0, # TODO: use entropy + 'sumtime': 0 + }) + d['count'] += 1 + d['sumtemp'] += answer['temp'] # TODO: use entropy + d['sumtime'] += answer['time'] - formulaList = [] - for formula in formulas: - self.temperature.useAdj(formula) - answers = {} - for i in range(iterations): - answer = self.runTrial() - d = answers.setdefault(answer['answer'], { - 'count': 0, - 'sumtemp': 0, # TODO: use entropy - 'sumtime': 0 - }) - d['count'] += 1 - d['sumtemp'] += answer['temp'] # TODO: use entropy - d['sumtime'] += answer['time'] - - for answer, d in answers.items(): - d['avgtemp'] = d.pop('sumtemp') / d['count'] - d['avgtime'] = d.pop('sumtime') / d['count'] - formulaList.append((formula, answers)) - if not testAdjFormulas: - return formulaList[0][1] - else: - return formulaList + for answer, d in answers.items(): + d['avgtemp'] = d.pop('sumtemp') / d['count'] + d['avgtime'] = d.pop('sumtime') / d['count'] + return answers def run_forever(self, initial, modified, target): self.workspace.resetWithStrings(initial, modified, target) diff --git a/copycat/temperature.py b/copycat/temperature.py index ea352dd..075a032 100644 --- a/copycat/temperature.py +++ b/copycat/temperature.py @@ -28,6 +28,11 @@ def _inverse_prob(temp, prob): iprob = 1 - prob return (temp / 100) * iprob + ((100 - temp) / 100) * prob +def _create_weighted_inverse_prob(weight): + def _inner_weighted_prob(temp, prob): + iprob = 1 - prob + return (temp / weight) * iprob + ((weight - temp) / weight) * prob + return _inner_weighted_prob class Temperature(object): def __init__(self): @@ -36,7 +41,9 @@ class Temperature(object): self._adjustmentFormulas = { 'original' : _original, 'entropy' : _entropy, - 'inverse' : _inverse_prob + 'inverse' : _inverse_prob, + '200-weight' : _create_weighted_inverse_prob(200), + '150-weight' : _create_weighted_inverse_prob(150) } def reset(self): @@ -78,365 +85,3 @@ class Temperature(object): def adj_formulas(self): return self._adjustmentFormulas.keys() - - ''' - def getAdjustedProbability(self, value): - if value == 0 or value == 0.5 or self.value() == 0: - return value - if value < 0.5: - return 1.0 - self.getAdjustedProbability(1.0 - value) - coldness = 100.0 - self.value() - a = math.sqrt(coldness) - c = (10 - a) / 100 - f = (c + 1) * value - return max(f, 0.5) - - def getAdjustedProbability(self, value): - if value == 0 or value == 0.5 or self.value() == 0: - return value - if value < 0.5: - return 1.0 - self.getAdjustedProbability(1.0 - value) - coldness = 100.0 - self.value() - a = math.sqrt(coldness) - c = (10 - a) / 100 - f = (c + 1) * value - # return max(f, 0.5) - # return max(f, 0.0) - # return (0 + (-f * math.log2(f))) - return -f * math.log2(f) - # TODO: use entropy - - """ - This function returns the probability for a decision. - Copied above. - - Please look at the last line of it. Strangely, it was - return max(f, 0.5). Does that make sense? Let's compare - some results. Where it was (0.5), we obtained, for example: - - iiijjjlll: 670 (avg time 1108.5, avg temp 23.6) - iiijjjd: 2 (avg time 1156.0, avg temp 35.0) - iiijjjkkl: 315 (avg time 1194.4, avg temp 35.5) - iiijjjkll: 8 (avg time 2096.8, avg temp 44.1) - iiijjjkkd: 5 (avg time 837.2, avg temp 48.0) - - wyz: 5 (avg time 2275.2, avg temp 14.9) - xyd: 982 (avg time 2794.4, avg temp 17.5) - yyz: 7 (avg time 2731.9, avg temp 25.1) - dyz: 2 (avg time 3320.0, avg temp 27.1) - xyy: 2 (avg time 4084.5, avg temp 31.1) - xyz: 2 (avg time 1873.5, avg temp 52.1) - - Now, let's see what return max(f, 0.0000) does: - - wyz: 7 (avg time 3192.9, avg temp 13.1) - xyd: 985 (avg time 2849.1, avg temp 17.5) - yyz: 6 (avg time 3836.7, avg temp 18.6) - xyy: 1 (avg time 1421.0, avg temp 19.5) - xyz: 1 (avg time 7350.0, avg temp 48.3) - - They *seem* better (in the strict sense that we've obtained both - lower T and more times of wyz.) But they're *not* statistically - significant (for 1000 runs). - - Now... looking at the code... it seems to be a mess... what does - function f() even mean in intuitive terms? - - Work it does, but dude... quite a hack. - - Another run, with return f @line89: - - wyz: 8 (avg time 4140.5, avg temp 13.3) - yyz: 6 (avg time 2905.2, avg temp 14.5) - xyd: 982 (avg time 3025.4, avg temp 17.6) - dyz: 4 (avg time 4265.0, avg temp 17.7) - - Does it even matter? Another (quick) run, I think with return (0.5): - - dyz: 1 (avg time 5198.0, avg temp 15.3) - wyz: 3 (avg time 4043.7, avg temp 17.1) - yyz: 9 (avg time 3373.6, avg temp 21.0) - xyd: 84 (avg time 5011.1, avg temp 23.3) - xyy: 3 (avg time 4752.0, avg temp 27.9) - - Compared to return(0.99): - - xyd: 1000 (avg time 1625.2, avg temp 17.3) - - Comparing to return f --> Statistically significant. - Comparing to return(0.5) --> same, so this return value does something. - - Now running return(0.0): - - xyz: 3 (avg time 3996.7, avg temp 81.1) - dyz: 46 (avg time 5931.7, avg temp 82.6) - xd: 17 (avg time 6090.3, avg temp 83.8) - xyd: 934 (avg time 7699.8, avg temp 88.1) - - It's bad overall, but at least it's statistically significant! - - return (-f * (math.log2(f))) # Entropy test #1 (global). - - wyz: 123 (avg time 5933.1, avg temp 16.5) - xyy: 200 (avg time 6486.7, avg temp 27.8) - yyz: 330 (avg time 6310.2, avg temp 38.5) - dyz: 75 (avg time 6393.3, avg temp 39.6) - yzz: 5 (avg time 4965.0, avg temp 59.3) - xyz: 160 (avg time 6886.2, avg temp 60.2) - xd: 4 (avg time 2841.0, avg temp 61.8) - dz: 3 (avg time 3721.0, avg temp 62.1) - xyd: 100 (avg time 5853.1, avg temp 67.5) - - Here we get an intuitive result: entropy/uncertainty seems better at - exploring a whole range of possible solutions. It even seems, at least - to me, better than the distribution obtained by the original copycat. - - instead of log2, trying ln --> return (-f * math.log(f)): - - wyz: 78 (avg time 7793.7, avg temp 16.6) - xyy: 202 (avg time 9168.5, avg temp 27.5) - wxz: 1 (avg time 3154.0, avg temp 33.4) - dyz: 63 (avg time 7950.3, avg temp 41.7) - yyz: 217 (avg time 8147.4, avg temp 41.7) - xyz: 201 (avg time 7579.7, avg temp 62.5) - xxy: 1 (avg time 7994.0, avg temp 64.8) - yzz: 8 (avg time 4672.6, avg temp 65.7) - xd: 9 (avg time 9215.2, avg temp 68.1) - xyd: 217 (avg time 7677.9, avg temp 73.8) - dz: 3 (avg time 20379.0, avg temp 77.3) - - (quickly) trying out (1-this_entropy_function): - - xyd: 100 (avg time 2984.3, avg temp 18.2) - - And that's beautiful! One wants an inverse function that punishes - exploration and creativity, that takes all the fluidity off - the system. - - But somehow this completely messes up with abc abd iijjkk: - - jijjkk: 66 (avg time 3200.1, avg temp 61.3) - iijjkk: 114 (avg time 5017.2, avg temp 63.5) - dijjkk: 23 (avg time 2209.0, avg temp 67.3) - iijjkl: 748 (avg time 3262.8, avg temp 70.0) - iijjkd: 49 (avg time 2315.9, avg temp 76.3) - - Which leads me to suspect that someone may have overfitted the - model for either xyz or iijjkk or some other problem, and one - improvement there means disaster here. - - Something tells me to invert again to 1-entropy... and bingo! - - iijjll: 59 (avg time 797.4, avg temp 19.8) - iijjkl: 41 (avg time 696.1, avg temp 28.5) - - My guess is that some code is prefering to find groups in the - opposite form that it likes finding the "symmetry/opposite" - concepts of the xyz problem. - - Sould compare & contrast the unhappiness and relevance of both - the opposite/symmetry codelets and the grouping/chunking codelets. - My hunch is the sameness group code: something there that - interacts with Temperature is wicked, and should be relatively - easy to find the error. - - Here's why: the following run was done on (1-entropy(f)): - - mrrlll: 77 (avg time 2195.7, avg temp 41.4) - mrrd: 2 (avg time 1698.0, avg temp 42.6) - mrrkkl: 20 (avg time 1317.8, avg temp 46.6) - mrrkkd: 1 (avg time 1835.0, avg temp 48.6) - - - If (1-entropy(f)) binds the system into a tight corridor of possibilities, - then why does it easily get the samenessGroup right? If this is right, - then running just entropy(f) should have big trouble with samenessGroup. - Let's see: - - nrrkkk: 11 (avg time 3637.8, avg temp 64.6) - drrkkk: 3 (avg time 5921.3, avg temp 66.2) - mrrkkd: 7 (avg time 6771.3, avg temp 74.6) - mrrkkl: 79 (avg time 3723.0, avg temp 74.9) - - So there we are: the system is unable to find that change samenessGroup - to next letterCategory, so there ought to be something very different - in the code that: - - * Interacts with Temperature (things like unhappiness, relevance, depth, - urgency, and whatever else interacts with T) - * something very close to samenessGroup... sameGroup, sameness, - sameNeighbors, etc... is encoded in a form that is *directly opposite* - to other concepts/categories/codlets, etc. - - - Need to play with this more... and WTF is f anyways? - - LSaldyt: - - Recall self.value(): - def value(self): - return 100.0 if self.clamped else self.actual_value - - f in terms of value() and value only - f = ((10 - sqrt(100 - self.value()))/100 + 1) * value - so, the function: (10 - sqrt(100 - temp)) / 100 - produces a scalar from the current temperature, - ranging from 1.0 when the temp is 0 to 1.1 when the temp is 100. - This is used to scale probablities in their inverse directions - - For the original LISP program: - ; This function is a filter: it inputs a value (from 0 to 100) and returns - ; a probability (from 0 - 1) based on that value and the temperature. - ********************************************************* - ; When the temperature is 0, the result is (/ value 100), but at higher - ; temperatures, values below 50 get raised and values above 50 get lowered - ; as a function of temperature. - ********************************************************** - ; I think this whole formula could probably be simplified. - ********************************************************** - - (defun get-temperature-adjusted-probability (prob &aux low-prob-factor - result) - (setq result - (cond ((= prob 0) 0) - ((<= prob .5) - (setq low-prob-factor (max 1 (truncate (abs (log prob 10))))) - (min (+ prob - (* (/ (- 10 (sqrt (fake-reciprocal *temperature*))) - 100) - (- (expt 10 (- (1- low-prob-factor))) prob))) - .5)) - - ((= prob .5) .5) - ((> prob .5) - (max (- 1 - (+ (- 1 prob) - (* (/ (- 10 (sqrt (fake-reciprocal *temperature*))) - 100) - (- 1 (- 1 prob))))) - .5)))) - result) - - Which was tested using: - - (defun test-get-temperature-adjusted-probability (prob) - (with-open-file (ostream "testfile" :direction :output - :if-does-not-exist :create - :if-exists :append) - (format ostream "prob: ~a~&" prob) - (loop for temp in '(0 10 20 30 40 50 60 70 80 90 100) do - (setq *temperature* temp) - (format ostream "Temperature: ~a; probability ~a~&" - temp (float (get-temperature-adjusted-probability prob)))) - (format ostream "~%"))) - - Interpretation: - - Importantly, the values of .5 in both the min and max correspond to the mid-cutoff of 50: - i.e. 'values below 50 get raised and values above 50 get lowered' - Still, it is interesting to note that changing 'return max(f, 0.0) to max(f, 0.5) has no significant effect on the distribution - - It looks like the function below preserves most of the functionality of the original lisp. - However, the comments themselves agree that the formula is overly complicated. - - """ - prob = value # Slightly more descriptive (and less ambiguous), will change argument - # Temperature, potentially clamped - temp = self.value() - iprob = 1 - prob - - - # This function does precisely what I think the original lisp comment describes, but provides crappy results - # return (temp / 200) * iprob + ((200 - temp) / 200) * prob - # However, this version preforms much better: - # Essentially, it weights probabilities towards their inverses when temperature is higher, and leaves them unaffected when it is lower. - # Some statistical analysis is needed of course - return (temp / 100) * iprob + ((100 - temp) / 100) * prob - - # This will give only xyd answers: - #return 1 - (temp / 100) * iprob + ((100 - temp) / 100) * prob - """ - lucas@infinity:~/projects/personal/copycat$ ./main.py abc abd xyz --iterations 10 --plot - Answered wyz (time 3865, final temperature 13.9) - Answered wyz (time 8462, final temperature 10.8) - Answered wyz (time 6062, final temperature 11.7) - Answered yyz (time 4022, final temperature 15.6) - Answered yyz (time 2349, final temperature 59.8) - Answered xyd (time 17977, final temperature 14.9) - Answered xyd (time 1550, final temperature 14.7) - Answered xyd (time 11755, final temperature 16.8) - Answered wyz (time 2251, final temperature 13.7) - Answered yyz (time 13007, final temperature 11.7) - wyz: 4 (avg time 5160.0, avg temp 12.5) - xyd: 3 (avg time 10427.3, avg temp 15.5) - yyz: 3 (avg time 6459.3, avg temp 29.0) - - However, it generally does worse on abc:abd::ijjkk:_ - - lucas@infinity:~/projects/personal/copycat$ ./main.py abc abd ijjkkk --iterations 10 --plot - Answered ijjlll (time 7127, final temperature 17.6) - Answered ijjlll (time 968, final temperature 17.5) - Answered ijjkkl (time 1471, final temperature 19.8) - Answered ijjlll (time 1058, final temperature 13.2) - Answered ijjkkl (time 489, final temperature 83.9) - Answered ijjkkl (time 1576, final temperature 18.7) - Answered ijjkkl (time 1143, final temperature 65.2) - Answered ijjkkl (time 3067, final temperature 19.6) - Answered ijjkkl (time 1973, final temperature 40.4) - Answered ijjkkl (time 1064, final temperature 50.6) - ijjlll: 3 (avg time 3051.0, avg temp 16.1) - ijjkkl: 7 (avg time 1540.4, avg temp 42.6) - """ - # unparameterized version - #curvedProb = (temp / 100) * iprob + (cold / 100) * prob - - #if prob < .5: - # # Curving small (<.5) probabilities to .5, but not over - # return max(curvedProb, .5) - #else: - # # Curving large (>.5) probabilities to .5, but not under - # return min(curvedProb, .5) - - # parameterized version : weights towards or away from probabilities - # alpha = 1.0 - # beta = 1.0 - # return ((alpha + temp / 100) * iprob + (beta + cold / 100) * prob) / (alpha + beta) - - """ - # A scaling factor (between 0 and infinity), based on temperature (i.e. 100/coldness) - if temp == 100: # Avoid dividing by zero - factor = float('inf') - else: - # My factor: - # factor = 100 / (100 - temp) - # SQRT: - # factor = math.sqrt(100 / (100 - temp)) - # Original factor: - # factor = (110 - math.sqrt(100 - temp)) / 100 - # Factor ^ 10: - # factor = ((110 - math.sqrt(100 - temp)) / 100) ** 10. - # Factor ^ 20 - # factor = ((110 - math.sqrt(100 - temp)) / 100) ** 20. - # No factor: - # factor = 1 - if prob == .5: - return .5 - elif prob > .5: - prob = prob / factor - elif prob < .5: - prob = prob * factor - return min(max(prob, 0), 1) # Normalize between 0 and 1. - - if value == 0 or value == 0.5 or self.value() == 0: - return value - if value < 0.5: - return 1.0 - self.getAdjustedProbability(1.0 - value) - coldness = 100.0 - self.value() - a = math.sqrt(coldness) - c = (10 - a) / 100 - f = (c + 1) * value - # return max(f, 0.5) - # return max(f, 0.0) - # return (0 + (-f * math.log2(f))) - return -f * math.log2(f) - ''' diff --git a/multi-run.py b/multi-run.py deleted file mode 100755 index 88b1b16..0000000 --- a/multi-run.py +++ /dev/null @@ -1,52 +0,0 @@ -#!/usr/bin/env python3 -import argparse, logging -from copycat import Copycat, Reporter, plot_answers, save_answers -from collections import defaultdict - -class SimpleReporter(Reporter): - """Reports results from a single run.""" - def report_answer(self, answer): - """Self-explanatory code.""" - print('Answered %s (time %d, final temperature %.1f)' % ( - answer['answer'], answer['time'], answer['temp'], - )) - -def main(): - parser = argparse.ArgumentParser() - parser.add_argument('--iterations', type=int, default=1, help='Run the given case this many times.') - options = parser.parse_args() - - copycat = Copycat(reporter=SimpleReporter()) - - with open('input/reduced_problems.csv', 'r') as infile: - for line in infile: - line = line.replace('\n', '') - a, b, c = line.split(',') - answerList = copycat.run(a, b, c, options.iterations, True) - results = dict() - for formula, answers in answerList: - answers = sorted(answers.items(), key=lambda kv : kv[1]['count']) - keys = [k for k, v in answers] - counts = [v['count'] for k, v in answers] - results[formula] = (keys, counts) - - originalCounts = defaultdict(lambda : 0) - originalCounts.update(dict(zip(*results['original']))) - - for formula, (keys, counts) in results.items(): - if formula != 'original': - chi2 = 0 - for answer, count in zip(keys, counts): - originalCount = originalCounts[answer] - if originalCount != 0: - chi2 += (count + originalCount) ** 2 / originalCount - print('Chi^2 value for {}:{}'.format(formula, chi2)) - - #for answer, d in sorted(iter(answers.items()), key=lambda kv: kv[1]['avgtemp']): - #print('%s: %d (avg time %.1f, avg temp %.1f)' % (answer, d['count'], d['avgtime'], d['avgtemp'])) - - #filename = 'output/{}-{}-{}.csv'.format(a, b, c) - #save_answers(answers, filename) - -if __name__ == '__main__': - main() From 874683bf1895e38bfc99cae2f5b97c2ed80ac86f Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Sat, 7 Oct 2017 23:38:48 -0600 Subject: [PATCH 36/52] Adds clarification to breaker codelet docs --- copycat/codeletMethods.py | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/copycat/codeletMethods.py b/copycat/codeletMethods.py index 46e2ebf..a497410 100644 --- a/copycat/codeletMethods.py +++ b/copycat/codeletMethods.py @@ -112,11 +112,9 @@ def __fightIncompatibles(incompatibles, structure, name, def __slippability(ctx, conceptMappings): random = ctx.random - # TODO: use entropy temperature = ctx.temperature for mapping in conceptMappings: slippiness = mapping.slippability() / 100.0 - # TODO: use entropy probabilityOfSlippage = temperature.getAdjustedProbability(slippiness) if random.coinFlip(probabilityOfSlippage): return True @@ -125,11 +123,18 @@ def __slippability(ctx, conceptMappings): @codelet('breaker') def breaker(ctx, codelet): + # From the original LISP: + ''' + First decides probabilistically whether or not to fizzle, based on + temperature. Chooses a structure and random and decides probabilistically + whether or not to break it as a function of its total weakness. + + If the structure is a bond in a group, have to break the group in + order to break the bond. + ''' random = ctx.random - # TODO: use entropy temperature = ctx.temperature workspace = ctx.workspace - # TODO: use entropy probabilityOfFizzle = (100.0 - temperature.value()) / 100.0 if random.coinFlip(probabilityOfFizzle): return @@ -145,8 +150,9 @@ def breaker(ctx, codelet): if structure.source.group == structure.destination.group: breakObjects += [structure.source.group] # Break all the objects or none of them; this matches the Java + # "all objects" means a bond and its group, if it has one. + for structure in breakObjects: - # TODO: use entropy breakProbability = temperature.getAdjustedProbability( structure.totalStrength / 100.0) if random.coinFlip(breakProbability): From 3bf417e38ac35af8c2f3e6ec0b836731d28005a2 Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Mon, 9 Oct 2017 11:06:16 -0600 Subject: [PATCH 37/52] WIP --- copycat/codeletMethods.py | 1 + copycat/copycat.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/copycat/codeletMethods.py b/copycat/codeletMethods.py index a497410..d563eec 100644 --- a/copycat/codeletMethods.py +++ b/copycat/codeletMethods.py @@ -155,6 +155,7 @@ def breaker(ctx, codelet): for structure in breakObjects: breakProbability = temperature.getAdjustedProbability( structure.totalStrength / 100.0) + #breakProbability = structure.totalStrength / 100.0 if random.coinFlip(breakProbability): return for structure in breakObjects: diff --git a/copycat/copycat.py b/copycat/copycat.py index 3d0cf01..4957292 100644 --- a/copycat/copycat.py +++ b/copycat/copycat.py @@ -68,9 +68,9 @@ class Copycat(object): def run(self, initial, modified, target, iterations): self.workspace.resetWithStrings(initial, modified, target) - #self.temperature.useAdj('original') + self.temperature.useAdj('original') #self.temperature.useAdj('entropy') - self.temperature.useAdj('inverse') # 100 weight + #self.temperature.useAdj('inverse') # 100 weight #self.temperature.useAdj('150-weight') #self.temperature.useAdj('200-weight') answers = {} From 27a55668bee076c741222d615c74c08b638acfd6 Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Mon, 9 Oct 2017 12:20:33 -0600 Subject: [PATCH 38/52] Experiments with alt inverse: Equal probabilities for all items when temperature is equal to 100 --- copycat/codeletMethods.py | 1 - copycat/copycat.py | 7 +++---- copycat/temperature.py | 20 +++++++++----------- 3 files changed, 12 insertions(+), 16 deletions(-) diff --git a/copycat/codeletMethods.py b/copycat/codeletMethods.py index d563eec..a497410 100644 --- a/copycat/codeletMethods.py +++ b/copycat/codeletMethods.py @@ -155,7 +155,6 @@ def breaker(ctx, codelet): for structure in breakObjects: breakProbability = temperature.getAdjustedProbability( structure.totalStrength / 100.0) - #breakProbability = structure.totalStrength / 100.0 if random.coinFlip(breakProbability): return for structure in breakObjects: diff --git a/copycat/copycat.py b/copycat/copycat.py index 4957292..a9a4a1e 100644 --- a/copycat/copycat.py +++ b/copycat/copycat.py @@ -68,11 +68,10 @@ class Copycat(object): def run(self, initial, modified, target, iterations): self.workspace.resetWithStrings(initial, modified, target) - self.temperature.useAdj('original') + #self.temperature.useAdj('original') #self.temperature.useAdj('entropy') - #self.temperature.useAdj('inverse') # 100 weight - #self.temperature.useAdj('150-weight') - #self.temperature.useAdj('200-weight') + self.temperature.useAdj('inverse') # 100 weight + #self.temperature.useAdj('alt_inverse') # 100 weight, equal probs at 100 answers = {} for i in range(iterations): answer = self.runTrial() diff --git a/copycat/temperature.py b/copycat/temperature.py index 075a032..be2f32f 100644 --- a/copycat/temperature.py +++ b/copycat/temperature.py @@ -24,26 +24,24 @@ def _entropy(temp, prob): return -f * math.log2(f) def _inverse_prob(temp, prob): - # Temperature, potentially clamped iprob = 1 - prob return (temp / 100) * iprob + ((100 - temp) / 100) * prob -def _create_weighted_inverse_prob(weight): - def _inner_weighted_prob(temp, prob): - iprob = 1 - prob - return (temp / weight) * iprob + ((weight - temp) / weight) * prob - return _inner_weighted_prob +def _alt_inverse_prob(temp, prob): + if temp == 100: + return .5 + iprob = 1 - prob + return (temp / 100) * iprob + ((100 - temp) / 100) * prob class Temperature(object): def __init__(self): self.reset() self.adjustmentType = 'inverse' self._adjustmentFormulas = { - 'original' : _original, - 'entropy' : _entropy, - 'inverse' : _inverse_prob, - '200-weight' : _create_weighted_inverse_prob(200), - '150-weight' : _create_weighted_inverse_prob(150) + 'original' : _original, + 'entropy' : _entropy, + 'inverse' : _inverse_prob, + 'alt_inverse' : _alt_inverse_prob } def reset(self): From 73d07212860a440eed1fed724a6cfa02c33fc240 Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Mon, 9 Oct 2017 12:53:54 -0600 Subject: [PATCH 39/52] Moves log location --- .gitignore | 1 - copycat/copycat.py | 1 - copycat/temperature.py | 10 +--------- main.py | 2 +- 4 files changed, 2 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index ea7e94f..c6ecab7 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,6 @@ pip-log.txt .coverage .tox .log -copycat.log # Other filesystems .svn diff --git a/copycat/copycat.py b/copycat/copycat.py index a9a4a1e..2adff4a 100644 --- a/copycat/copycat.py +++ b/copycat/copycat.py @@ -71,7 +71,6 @@ class Copycat(object): #self.temperature.useAdj('original') #self.temperature.useAdj('entropy') self.temperature.useAdj('inverse') # 100 weight - #self.temperature.useAdj('alt_inverse') # 100 weight, equal probs at 100 answers = {} for i in range(iterations): answer = self.runTrial() diff --git a/copycat/temperature.py b/copycat/temperature.py index be2f32f..5457c97 100644 --- a/copycat/temperature.py +++ b/copycat/temperature.py @@ -27,12 +27,6 @@ def _inverse_prob(temp, prob): iprob = 1 - prob return (temp / 100) * iprob + ((100 - temp) / 100) * prob -def _alt_inverse_prob(temp, prob): - if temp == 100: - return .5 - iprob = 1 - prob - return (temp / 100) * iprob + ((100 - temp) / 100) * prob - class Temperature(object): def __init__(self): self.reset() @@ -40,9 +34,7 @@ class Temperature(object): self._adjustmentFormulas = { 'original' : _original, 'entropy' : _entropy, - 'inverse' : _inverse_prob, - 'alt_inverse' : _alt_inverse_prob - } + 'inverse' : _inverse_prob} def reset(self): self.actual_value = 100.0 diff --git a/main.py b/main.py index 3f197ee..23b1033 100755 --- a/main.py +++ b/main.py @@ -49,7 +49,7 @@ class SimpleReporter(Reporter): def main(): """Program's main entrance point. Self-explanatory code.""" - logging.basicConfig(level=logging.INFO, format='%(message)s', filename='./copycat.log', filemode='w') + logging.basicConfig(level=logging.INFO, format='%(message)s', filename='./output/copycat.log', filemode='w') parser = argparse.ArgumentParser() parser.add_argument('--seed', type=int, default=None, help='Provide a deterministic seed for the RNG.') From be06e22f6433d43468d0a8a814b031a9e1adbd66 Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Mon, 9 Oct 2017 13:01:11 -0600 Subject: [PATCH 40/52] Moves tests --- copycat/tests.py => tests.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename copycat/tests.py => tests.py (99%) diff --git a/copycat/tests.py b/tests.py similarity index 99% rename from copycat/tests.py rename to tests.py index 522206a..c607867 100644 --- a/copycat/tests.py +++ b/tests.py @@ -1,6 +1,5 @@ import unittest - -from .copycat import Copycat +from copycat import Copycat # TODO: update test cases to use entropy From f3e1c875dee1cf030247de45294d685306131fdb Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Mon, 9 Oct 2017 13:01:18 -0600 Subject: [PATCH 41/52] Adds travis testing skeleton --- .travis.yml | 5 +++++ tests.py | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..5bb996d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: python +python: + - "3.6" +script: + - python3 tests.py diff --git a/tests.py b/tests.py index c607867..eccbafd 100644 --- a/tests.py +++ b/tests.py @@ -1,4 +1,6 @@ import unittest +from pprint import pprint + from copycat import Copycat # TODO: update test cases to use entropy @@ -67,6 +69,7 @@ class TestCopycat(unittest.TestCase): self.fail('No instances of expected key %s were produced! %r != %r' % (k, actual, expected)) def run_testcase(self, initial, modified, target, iterations, expected): + pprint(expected) actual = Copycat().run(initial, modified, target, iterations) self.assertEqual(sum(a['count'] for a in list(actual.values())), iterations) self.assertProbabilitiesLookRoughlyLike(actual, expected) From 81984d24e25cd0d14dcc6d0d79d5a84329d013a8 Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Mon, 9 Oct 2017 13:03:12 -0600 Subject: [PATCH 42/52] Restricts testing to develop and master --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5bb996d..e58582d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,10 @@ language: python +branches: + only: + - "develop" + - "master" python: - "3.6" script: - python3 tests.py + From ca38b16e727254ce25ae2a30dadcac8332fe7393 Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Mon, 9 Oct 2017 13:08:35 -0600 Subject: [PATCH 43/52] Updates travis testing installation step --- .travis.yml | 2 ++ requirements.txt | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 requirements.txt diff --git a/.travis.yml b/.travis.yml index e58582d..45fbf65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ branches: - "master" python: - "3.6" +install: + - pip3 install -r requirements.txt script: - python3 tests.py diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..db5d81e --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +matplotlib +numpy From 6ff43f8d5aff3e8e9c9508d095895b591a816305 Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Mon, 9 Oct 2017 14:01:17 -0600 Subject: [PATCH 44/52] Updates tests --- copycat/temperature.py | 1 + tests.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/copycat/temperature.py b/copycat/temperature.py index 5457c97..2a72e64 100644 --- a/copycat/temperature.py +++ b/copycat/temperature.py @@ -1,6 +1,7 @@ import math # Alternate formulas for getAdjustedProbability + def _original(temp, prob): if prob == 0 or prob == 0.5 or temp == 0: return prob diff --git a/tests.py b/tests.py index eccbafd..c7078c6 100644 --- a/tests.py +++ b/tests.py @@ -69,7 +69,7 @@ class TestCopycat(unittest.TestCase): self.fail('No instances of expected key %s were produced! %r != %r' % (k, actual, expected)) def run_testcase(self, initial, modified, target, iterations, expected): - pprint(expected) + #tpprint(expected) actual = Copycat().run(initial, modified, target, iterations) self.assertEqual(sum(a['count'] for a in list(actual.values())), iterations) self.assertProbabilitiesLookRoughlyLike(actual, expected) From b7c073d16b02067e4f2eb508ba71c5ae6000252e Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Mon, 9 Oct 2017 14:06:41 -0600 Subject: [PATCH 45/52] Modifies tests for inverse adjustment formula --- tests.py | 128 +++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 87 insertions(+), 41 deletions(-) diff --git a/tests.py b/tests.py index c7078c6..b9196bd 100644 --- a/tests.py +++ b/tests.py @@ -42,18 +42,31 @@ def upper_bound_on_probability(hits, attempts, confidence=0.95): class TestCopycat(unittest.TestCase): + + SignificantPercent = 10 + def setUp(self): self.longMessage = True # new in Python 2.7 - def assertProbabilitiesLookRoughlyLike(self, actual, expected): + def assertProbabilitiesLookRoughlyLike(self, actual, expected, iterations): + significantCount = iterations / TestCopycat.SignificantPercent # The number of times a value must show up to be significant + actual_count = 0.0 + sum(d['count'] for d in list(actual.values())) expected_count = 0.0 + sum(d['count'] for d in list(expected.values())) self.assertGreater(actual_count, 1) self.assertGreater(expected_count, 1) + for k in set(list(actual.keys()) + list(expected.keys())): if k not in expected: + expected_probability = 0.05 + else: + expected_probability = expected[k]['count'] / expected_count + ''' + if k not in expected and actual[k]['count'] >= significantCount: self.fail('Key %s was produced but not expected! %r != %r' % (k, actual, expected)) + expected_probability = expected_probability = expected[k]['count'] / expected_count + ''' if k in actual: actual_lo = lower_bound_on_probability(actual[k]['count'], actual_count) actual_hi = upper_bound_on_probability(actual[k]['count'], actual_count) @@ -69,62 +82,94 @@ class TestCopycat(unittest.TestCase): self.fail('No instances of expected key %s were produced! %r != %r' % (k, actual, expected)) def run_testcase(self, initial, modified, target, iterations, expected): - #tpprint(expected) + print('expected:') + pprint(expected) actual = Copycat().run(initial, modified, target, iterations) + print('actual:') + pprint(actual) self.assertEqual(sum(a['count'] for a in list(actual.values())), iterations) - self.assertProbabilitiesLookRoughlyLike(actual, expected) + self.assertProbabilitiesLookRoughlyLike(actual, expected, iterations) + ''' def test_simple_cases(self): - self.run_testcase('abc', 'abd', 'efg', 50, { - 'efd': {'count': 1, 'avgtemp': 16}, - 'efh': {'count': 99, 'avgtemp': 19}, - }) - self.run_testcase('abc', 'abd', 'ijk', 50, { - 'ijd': {'count': 4, 'avgtemp': 24}, - 'ijl': {'count': 96, 'avgtemp': 20}, + self.run_testcase('abc', 'abd', 'efg', 30, + {'dfg': {'avgtemp': 72.37092377767368, 'avgtime': 475.0, 'count': 1}, + 'efd': {'avgtemp': 49.421147725239024, 'avgtime': 410.5, 'count': 2}, + 'efh': {'avgtemp': 19.381658717913258, + 'avgtime': 757.1851851851852, + 'count': 27}}) + self.run_testcase('abc', 'abd', 'ijk', 30, { + 'ijl': {'count': 30, 'avgtemp': 20}, }) + ''' def test_abc_xyz(self): - self.run_testcase('abc', 'abd', 'xyz', 20, { - 'xyd': {'count': 100, 'avgtemp': 19}, - }) + self.run_testcase('abc', 'abd', 'xyz', 100, + {'dyz': {'avgtemp': 26.143509984937367, 'avgtime': 9866.625, 'count': 8}, + 'wyz': {'avgtemp': 12.249539212574128, + 'avgtime': 9520.666666666666, + 'count': 18}, + 'xyd': {'avgtemp': 38.73402068486291, 'avgtime': 7439.225, 'count': 40}, + 'xyy': {'avgtemp': 24.614440709519627, 'avgtime': 3522.625, 'count': 8}, + 'xyz': {'avgtemp': 57.674822842028945, 'avgtime': 8315.2, 'count': 5}, + 'yyz': {'avgtemp': 26.874886217740315, + 'avgtime': 8493.142857142857, + 'count': 21}}) def test_ambiguous_case(self): - self.run_testcase('abc', 'abd', 'ijkk', 50, { - 'ijkkk': {'count': 7, 'avgtemp': 21}, - 'ijll': {'count': 47, 'avgtemp': 28}, - 'ijkl': {'count': 44, 'avgtemp': 32}, - 'ijkd': {'count': 2, 'avgtemp': 65}, - }) + self.run_testcase('abc', 'abd', 'ijkk', 100, + {'ijd': {'avgtemp': 55.6767488926397, 'avgtime': 948.0, 'count': 1}, + 'ijkd': {'avgtemp': 78.09357723857647, 'avgtime': 424.5, 'count': 2}, + 'ijkk': {'avgtemp': 68.54252699118226, 'avgtime': 905.5, 'count': 2}, + 'ijkkk': {'avgtemp': 21.75444235750483, + 'avgtime': 2250.3333333333335, + 'count': 3}, + 'ijkl': {'avgtemp': 38.079858245918466, + 'avgtime': 1410.2391304347825, + 'count': 46}, + 'ijll': {'avgtemp': 27.53845719945872, + 'avgtime': 1711.8863636363637, + 'count': 44}, + 'jjkk': {'avgtemp': 75.76606718990365, 'avgtime': 925.0, 'count': 2}}) + ''' def test_mrrjjj(self): - self.run_testcase('abc', 'abd', 'mrrjjj', 50, { - 'mrrjjjj': {'count': 4, 'avgtemp': 16}, - 'mrrkkk': {'count': 31, 'avgtemp': 47}, - 'mrrjjk': {'count': 64, 'avgtemp': 51}, - 'mrrjkk': {'count': 1, 'avgtemp': 52}, - 'mrrjjd': {'count': 1, 'avgtemp': 54}, - }) + self.run_testcase('abc', 'abd', 'mrrjjj', 30, + {'drrjjj': {'avgtemp': 47.3961, 'avgtime': 1538.0, 'count': 1}, + 'mrrjjd': {'avgtemp': 70.5363, 'avgtime': 681.0, 'count': 1}, + 'mrrjjjj': {'avgtemp': 19.1294, 'avgtime': 2075.0, 'count': 1}, + 'mrrjjk': {'avgtemp': 48.0952, + 'avgtime': 2203.5714, + 'count': 14}, + 'mrrkkk': {'avgtemp': 43.6931, + 'avgtime': 2251.4615, + 'count': 13}}) + ''' + + ''' + Below are examples of improvements that could be made to copycat. def test_elongation(self): # This isn't remotely what a human would say. - self.run_testcase('abc', 'aabbcc', 'milk', 50, { - 'milj': {'count': 85, 'avgtemp': 55}, - 'mikj': {'count': 10, 'avgtemp': 56}, - 'milk': {'count': 1, 'avgtemp': 56}, - 'lilk': {'count': 1, 'avgtemp': 57}, - 'milb': {'count': 3, 'avgtemp': 57}, - }) - + self.run_testcase('abc', 'aabbcc', 'milk', 30, + {'lilk': {'avgtemp': 68.18128407669258, + 'avgtime': 1200.6666666666667, + 'count': 3}, + 'mikj': {'avgtemp': 57.96973195905564, + 'avgtime': 1236.888888888889, + 'count': 9}, + 'milb': {'avgtemp': 79.98413990245763, 'avgtime': 255.0, 'count': 1}, + 'milj': {'avgtemp': 64.95289549955349, 'avgtime': 1192.4, 'count': 15}, + 'milk': {'avgtemp': 66.11387816293755, 'avgtime': 1891.5, 'count': 2}}) def test_repairing_successor_sequence(self): # This isn't remotely what a human would say. - self.run_testcase('aba', 'abc', 'xyx', 50, { - 'xc': {'count': 9, 'avgtemp': 57}, - 'xyc': {'count': 82, 'avgtemp': 59}, - 'cyx': {'count': 7, 'avgtemp': 68}, - 'xyx': {'count': 2, 'avgtemp': 69}, - }) - + self.run_testcase('aba', 'abc', 'xyx', 30, + {'cyx': {'avgtemp': 82.10555880340601, 'avgtime': 2637.0, 'count': 2}, + 'xc': {'avgtemp': 73.98845045179358, 'avgtime': 5459.5, 'count': 2}, + 'xyc': {'avgtemp': 77.1384941639991, + 'avgtime': 4617.434782608696, + 'count': 23}, + 'xyx': {'avgtemp': 74.39287653046891, 'avgtime': 3420.0, 'count': 3}}) def test_nonsense(self): self.run_testcase('cat', 'dog', 'cake', 10, { 'cakg': {'count': 99, 'avgtemp': 70}, @@ -134,6 +179,7 @@ class TestCopycat(unittest.TestCase): 'kitteg': {'count': 96, 'avgtemp': 66}, 'kitten': {'count': 4, 'avgtemp': 68}, }) + ''' if __name__ == '__main__': From 73558f378c3c24fc753a7b224e247aa2455b35b0 Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Mon, 9 Oct 2017 14:18:27 -0600 Subject: [PATCH 46/52] Reverts to original adjustment formula for tests --- copycat/copycat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/copycat/copycat.py b/copycat/copycat.py index 2adff4a..f2fee9c 100644 --- a/copycat/copycat.py +++ b/copycat/copycat.py @@ -68,9 +68,9 @@ class Copycat(object): def run(self, initial, modified, target, iterations): self.workspace.resetWithStrings(initial, modified, target) - #self.temperature.useAdj('original') + self.temperature.useAdj('original') #self.temperature.useAdj('entropy') - self.temperature.useAdj('inverse') # 100 weight + #self.temperature.useAdj('inverse') # 100 weight answers = {} for i in range(iterations): answer = self.runTrial() From f3386b91bef494f5af20a72f1192651a1b5596b5 Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Mon, 9 Oct 2017 17:54:26 -0600 Subject: [PATCH 47/52] Adds automated chi^2 testing --- tests.py | 107 ++++++++++++++++++------------------------------------- 1 file changed, 35 insertions(+), 72 deletions(-) diff --git a/tests.py b/tests.py index b9196bd..b194b9a 100644 --- a/tests.py +++ b/tests.py @@ -5,81 +5,44 @@ from copycat import Copycat # TODO: update test cases to use entropy -def pnormaldist(p): - table = { - 0.80: 1.2815, - 0.90: 1.6448, - 0.95: 1.9599, - 0.98: 2.3263, - 0.99: 2.5758, - 0.995: 2.8070, - 0.998: 3.0902, - 0.999: 3.2905, - 0.9999: 3.8905, - 0.99999: 4.4171, - 0.999999: 4.8916, - 0.9999999: 5.3267, - 0.99999999: 5.7307, - 0.999999999: 6.1094, - } - return max(v for k, v in table.items() if k <= p) - - -def lower_bound_on_probability(hits, attempts, confidence=0.95): - if attempts == 0: - return 0 - z = pnormaldist(confidence) - zsqr = z * z - phat = 1.0 * hits / attempts - under_sqrt = (phat * (1 - phat) + zsqr / (4 * attempts)) / attempts - denominator = (1 + zsqr / attempts) - return (phat + zsqr / (2 * attempts) - z * (under_sqrt ** 0.5)) / denominator - - -def upper_bound_on_probability(hits, attempts, confidence=0.95): - misses = attempts - hits - return 1.0 - lower_bound_on_probability(misses, attempts, confidence) - +# CHI2 values for n degrees freedom +_chiSquared_table = { + 1:3.841, + 2:5.991, + 3:7.815, + 4:9.488, + 5:11.071, + 6:12.592, + 7:14.067, + 8:15.507, + 9:16.919, + 10:18.307 + } class TestCopycat(unittest.TestCase): - SignificantPercent = 10 - def setUp(self): self.longMessage = True # new in Python 2.7 def assertProbabilitiesLookRoughlyLike(self, actual, expected, iterations): - significantCount = iterations / TestCopycat.SignificantPercent # The number of times a value must show up to be significant - actual_count = 0.0 + sum(d['count'] for d in list(actual.values())) - expected_count = 0.0 + sum(d['count'] for d in list(expected.values())) - self.assertGreater(actual_count, 1) - self.assertGreater(expected_count, 1) + answerKeys = set(list(actual.keys()) + list(expected.keys())) + degreesFreedom = len(answerKeys) + chiSquared = 0 - for k in set(list(actual.keys()) + list(expected.keys())): - if k not in expected: - expected_probability = 0.05 + get_count = lambda k, d : d[k]['count'] if k in d else 0 + + for k in answerKeys: + E = get_count(k, expected) + O = get_count(k, actual) + if E == 0: + print('Warning! Expected 0 counts of {}, but got {}'.format(k, O)) else: - expected_probability = expected[k]['count'] / expected_count - ''' - if k not in expected and actual[k]['count'] >= significantCount: - self.fail('Key %s was produced but not expected! %r != %r' % (k, actual, expected)) - expected_probability = - expected_probability = expected[k]['count'] / expected_count - ''' - if k in actual: - actual_lo = lower_bound_on_probability(actual[k]['count'], actual_count) - actual_hi = upper_bound_on_probability(actual[k]['count'], actual_count) - if not (actual_lo <= expected_probability <= actual_hi): - print('Failed (%s <= %s <= %s)' % (actual_lo, expected_probability, actual_hi)) - self.fail('Count ("obviousness" metric) seems way off! %r != %r' % (actual, expected)) - if abs(actual[k]['avgtemp'] - expected[k]['avgtemp']) >= 10.0 + (10.0 / actual[k]['count']): - print('Failed (%s - %s >= %s)' % (actual[k]['avgtemp'], expected[k]['avgtemp'], 10.0 + (10.0 / actual[k]['count']))) - self.fail('Temperature ("elegance" metric) seems way off! %r != %r' % (actual, expected)) - else: - actual_hi = upper_bound_on_probability(0, actual_count) - if not (0 <= expected_probability <= actual_hi): - self.fail('No instances of expected key %s were produced! %r != %r' % (k, actual, expected)) + chiSquared += (O - E) ** 2 / E + + if chiSquared >= _chiSquared_table[degreesFreedom]: + self.fail('Significant different between expected and actual answer distributions: \n' + + 'Chi2 value: {} with {} degrees of freedom'.format(chiSquared, degreesFreedom)) def run_testcase(self, initial, modified, target, iterations, expected): print('expected:') @@ -90,7 +53,6 @@ class TestCopycat(unittest.TestCase): self.assertEqual(sum(a['count'] for a in list(actual.values())), iterations) self.assertProbabilitiesLookRoughlyLike(actual, expected, iterations) - ''' def test_simple_cases(self): self.run_testcase('abc', 'abd', 'efg', 30, {'dfg': {'avgtemp': 72.37092377767368, 'avgtime': 475.0, 'count': 1}, @@ -98,10 +60,13 @@ class TestCopycat(unittest.TestCase): 'efh': {'avgtemp': 19.381658717913258, 'avgtime': 757.1851851851852, 'count': 27}}) - self.run_testcase('abc', 'abd', 'ijk', 30, { - 'ijl': {'count': 30, 'avgtemp': 20}, - }) - ''' + self.run_testcase('abc', 'abd', 'ijk', 30, + {'ijd': {'avgtemp': 14.691978036611559, 'avgtime': 453.0, 'count': 1}, + 'ijl': {'avgtemp': 22.344023091153964, + 'avgtime': 742.1428571428571, + 'count': 28}, + 'jjk': {'avgtemp': 11.233344554288019, 'avgtime': 595.0, 'count': 1}}) + def test_abc_xyz(self): self.run_testcase('abc', 'abd', 'xyz', 100, @@ -132,7 +97,6 @@ class TestCopycat(unittest.TestCase): 'count': 44}, 'jjkk': {'avgtemp': 75.76606718990365, 'avgtime': 925.0, 'count': 2}}) - ''' def test_mrrjjj(self): self.run_testcase('abc', 'abd', 'mrrjjj', 30, {'drrjjj': {'avgtemp': 47.3961, 'avgtime': 1538.0, 'count': 1}, @@ -144,7 +108,6 @@ class TestCopycat(unittest.TestCase): 'mrrkkk': {'avgtemp': 43.6931, 'avgtime': 2251.4615, 'count': 13}}) - ''' ''' Below are examples of improvements that could be made to copycat. From ef0e177badfa773fb1cd69e4dc3862775a25fd69 Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Wed, 11 Oct 2017 19:50:33 -0600 Subject: [PATCH 48/52] WIP --- copycat/temperature.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/copycat/temperature.py b/copycat/temperature.py index 2a72e64..d97aef0 100644 --- a/copycat/temperature.py +++ b/copycat/temperature.py @@ -24,9 +24,14 @@ def _entropy(temp, prob): f = (c + 1) * prob return -f * math.log2(f) -def _inverse_prob(temp, prob): +def _weighted_inverse(temp, prob): + alpha = 10 + beta = 1 + iprob = 1 - prob - return (temp / 100) * iprob + ((100 - temp) / 100) * prob + inverse_weighted = (temp / 100) * iprob + ((100 - temp) / 100) * prob + + return (alpha * inverse_weighted + beta * prob) / (alpha + beta) class Temperature(object): def __init__(self): @@ -35,7 +40,7 @@ class Temperature(object): self._adjustmentFormulas = { 'original' : _original, 'entropy' : _entropy, - 'inverse' : _inverse_prob} + 'inverse' : _weighted_inverse} def reset(self): self.actual_value = 100.0 From 0ba421029cd47462c3c1d7a7bb489063cabedf9c Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Wed, 11 Oct 2017 22:12:53 -0600 Subject: [PATCH 49/52] Adds additional formulas, weights, and tests --- copycat/copycat.py | 6 +++++- copycat/temperature.py | 35 +++++++++++++++++++++++++++-------- 2 files changed, 32 insertions(+), 9 deletions(-) diff --git a/copycat/copycat.py b/copycat/copycat.py index 2adff4a..33e408b 100644 --- a/copycat/copycat.py +++ b/copycat/copycat.py @@ -70,7 +70,11 @@ class Copycat(object): #self.temperature.useAdj('original') #self.temperature.useAdj('entropy') - self.temperature.useAdj('inverse') # 100 weight + #self.temperature.useAdj('inverse') # 100 weight + #self.temperature.useAdj('fifty_converge') + #self.temperature.useAdj('soft') + self.temperature.useAdj('weighted_soft') + answers = {} for i in range(iterations): answer = self.runTrial() diff --git a/copycat/temperature.py b/copycat/temperature.py index d97aef0..e47c20f 100644 --- a/copycat/temperature.py +++ b/copycat/temperature.py @@ -25,22 +25,41 @@ def _entropy(temp, prob): return -f * math.log2(f) def _weighted_inverse(temp, prob): - alpha = 10 - beta = 1 - iprob = 1 - prob - inverse_weighted = (temp / 100) * iprob + ((100 - temp) / 100) * prob + weight = 100 + inverse_weighted = (temp / weight) * iprob + ((weight - temp) / weight) * prob + return inverse_weighted - return (alpha * inverse_weighted + beta * prob) / (alpha + beta) +def _fifty_converge(temp, prob): # Uses .5 instead of 1-prob + weight = 100 + curved = (temp / weight) * .5 + ((weight - temp) / weight) * prob + return curved + +def _soft_curve(temp, prob): # Curves to the average of the (1-p) and .5 + iprob = 1 - prob + weight = 100 + curved = min(1, (temp / weight) * ((1.5 - prob) / 2) + ((weight - temp) / weight) * prob) + return curved + +def _weighted_soft_curve(temp, prob): # Curves to the weighted average of the (1-p) and .5 + weight = 100 # Don't change me in this context + gamma = .5 # convergance value + alpha = 1 # gamma weight + beta = 3 # iprob weight + curved = min(1, (temp / weight) * ((alpha * gamma + beta * (1 - prob)) / (alpha + beta)) + ((weight - temp) / weight) * prob) + return curved class Temperature(object): def __init__(self): self.reset() self.adjustmentType = 'inverse' self._adjustmentFormulas = { - 'original' : _original, - 'entropy' : _entropy, - 'inverse' : _weighted_inverse} + 'original' : _original, + 'entropy' : _entropy, + 'inverse' : _weighted_inverse, + 'fifty_converge' : _fifty_converge, + 'soft' : _soft_curve, + 'weighted_soft' : _weighted_soft_curve} def reset(self): self.actual_value = 100.0 From 6985dedb18945f3af6df2c4f979a6745493a3121 Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Sun, 15 Oct 2017 14:38:48 -0600 Subject: [PATCH 50/52] Adds additional adjustment formulas --- copycat/copycat.py | 6 ++++-- copycat/temperature.py | 33 +++++++++++++++++++++------------ 2 files changed, 25 insertions(+), 14 deletions(-) diff --git a/copycat/copycat.py b/copycat/copycat.py index 33e408b..1f16cd9 100644 --- a/copycat/copycat.py +++ b/copycat/copycat.py @@ -68,12 +68,14 @@ class Copycat(object): def run(self, initial, modified, target, iterations): self.workspace.resetWithStrings(initial, modified, target) - #self.temperature.useAdj('original') + self.temperature.useAdj('original') #self.temperature.useAdj('entropy') #self.temperature.useAdj('inverse') # 100 weight #self.temperature.useAdj('fifty_converge') #self.temperature.useAdj('soft') - self.temperature.useAdj('weighted_soft') + #self.temperature.useAdj('weighted_soft') + #self.temperature.useAdj('alt_fifty') + #self.temperature.useAdj('average_alt') answers = {} for i in range(iterations): diff --git a/copycat/temperature.py b/copycat/temperature.py index e47c20f..20aca17 100644 --- a/copycat/temperature.py +++ b/copycat/temperature.py @@ -24,31 +24,38 @@ def _entropy(temp, prob): f = (c + 1) * prob return -f * math.log2(f) +def _weighted(temp, prob, s, u): + weighted = (temp / 100) * s + ((100 - temp) / 100) * u + return weighted + def _weighted_inverse(temp, prob): iprob = 1 - prob - weight = 100 - inverse_weighted = (temp / weight) * iprob + ((weight - temp) / weight) * prob - return inverse_weighted + return _weighted(temp, prob, iprob, prob) def _fifty_converge(temp, prob): # Uses .5 instead of 1-prob - weight = 100 - curved = (temp / weight) * .5 + ((weight - temp) / weight) * prob - return curved + return _weighted(temp, prob, .5, prob) def _soft_curve(temp, prob): # Curves to the average of the (1-p) and .5 - iprob = 1 - prob - weight = 100 - curved = min(1, (temp / weight) * ((1.5 - prob) / 2) + ((weight - temp) / weight) * prob) - return curved + return min(1, _weighted(temp, prob, (1.5-prob)/2, prob)) def _weighted_soft_curve(temp, prob): # Curves to the weighted average of the (1-p) and .5 - weight = 100 # Don't change me in this context + weight = 100 gamma = .5 # convergance value alpha = 1 # gamma weight beta = 3 # iprob weight curved = min(1, (temp / weight) * ((alpha * gamma + beta * (1 - prob)) / (alpha + beta)) + ((weight - temp) / weight) * prob) return curved +def _alt_fifty(temp, prob): + s = .5 + u = prob ** 2 if prob < .5 else math.sqrt(prob) + return _weighted(temp, prob, s, u) + +def _averaged_alt(temp, prob): + s = (1.5 - prob)/2 + u = prob ** 2 if prob < .5 else math.sqrt(prob) + return _weighted(temp, prob, s, u) + class Temperature(object): def __init__(self): self.reset() @@ -59,7 +66,9 @@ class Temperature(object): 'inverse' : _weighted_inverse, 'fifty_converge' : _fifty_converge, 'soft' : _soft_curve, - 'weighted_soft' : _weighted_soft_curve} + 'weighted_soft' : _weighted_soft_curve, + 'alt_fifty' : _alt_fifty, + 'average_alt' : _averaged_alt} def reset(self): self.actual_value = 100.0 From 765323c3cd539ab1ec7aacdcbd4d7279445273af Mon Sep 17 00:00:00 2001 From: lsaldyt Date: Mon, 16 Oct 2017 13:21:19 -0700 Subject: [PATCH 51/52] Updates adjustment formula to a satisfactory formula Out of all of the formulas I've tried, I believe this formula to be a more elegant alternative to Mitchell's formula. However, like Mitchell's original formula, it still provides weird answers in some cases, but I believe these to source from elsewhere, not from the adjustment formula. For more information, please see: https://docs.google.com/spreadsheets/d/1JT2yCBUAsFzMcbKsQUcH1DhcBbuWDKTgPvUwD9EqyTY/edit?usp=sharing wq --- copycat/copycat.py | 3 ++- copycat/temperature.py | 9 ++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/copycat/copycat.py b/copycat/copycat.py index 1f16cd9..e66a738 100644 --- a/copycat/copycat.py +++ b/copycat/copycat.py @@ -68,7 +68,7 @@ class Copycat(object): def run(self, initial, modified, target, iterations): self.workspace.resetWithStrings(initial, modified, target) - self.temperature.useAdj('original') + #self.temperature.useAdj('original') #self.temperature.useAdj('entropy') #self.temperature.useAdj('inverse') # 100 weight #self.temperature.useAdj('fifty_converge') @@ -76,6 +76,7 @@ class Copycat(object): #self.temperature.useAdj('weighted_soft') #self.temperature.useAdj('alt_fifty') #self.temperature.useAdj('average_alt') + self.temperature.useAdj('best') answers = {} for i in range(iterations): diff --git a/copycat/temperature.py b/copycat/temperature.py index 20aca17..e62f0a8 100644 --- a/copycat/temperature.py +++ b/copycat/temperature.py @@ -56,6 +56,12 @@ def _averaged_alt(temp, prob): u = prob ** 2 if prob < .5 else math.sqrt(prob) return _weighted(temp, prob, s, u) +def _working_best(temp, prob): + s = .5 # convergence + r = 1.05 # power + u = prob ** r if prob < .5 else prob ** (1/r) + return _weighted(temp, prob, s, u) + class Temperature(object): def __init__(self): self.reset() @@ -68,7 +74,8 @@ class Temperature(object): 'soft' : _soft_curve, 'weighted_soft' : _weighted_soft_curve, 'alt_fifty' : _alt_fifty, - 'average_alt' : _averaged_alt} + 'average_alt' : _averaged_alt, + 'best' : _working_best} def reset(self): self.actual_value = 100.0 From 1835367ea94f930ee24cf0382303bac4930d400a Mon Sep 17 00:00:00 2001 From: lsaldyt Date: Mon, 16 Oct 2017 13:41:47 -0700 Subject: [PATCH 52/52] Updates tests: All tests pass. --- tests.py | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-) diff --git a/tests.py b/tests.py index b194b9a..04f0418 100644 --- a/tests.py +++ b/tests.py @@ -70,16 +70,13 @@ class TestCopycat(unittest.TestCase): def test_abc_xyz(self): self.run_testcase('abc', 'abd', 'xyz', 100, - {'dyz': {'avgtemp': 26.143509984937367, 'avgtime': 9866.625, 'count': 8}, - 'wyz': {'avgtemp': 12.249539212574128, - 'avgtime': 9520.666666666666, - 'count': 18}, - 'xyd': {'avgtemp': 38.73402068486291, 'avgtime': 7439.225, 'count': 40}, - 'xyy': {'avgtemp': 24.614440709519627, 'avgtime': 3522.625, 'count': 8}, - 'xyz': {'avgtemp': 57.674822842028945, 'avgtime': 8315.2, 'count': 5}, - 'yyz': {'avgtemp': 26.874886217740315, - 'avgtime': 8493.142857142857, - 'count': 21}}) + {'dyz': {'avgtemp': 16.78130739435325, 'avgtime': 393.0, 'count': 1}, + 'wyz': {'avgtemp': 26.100450643627426, 'avgtime': 4040.0, 'count': 2}, + 'xyd': {'avgtemp': 21.310415433987586, + 'avgtime': 5592.277777777777, + 'count': 90}, + 'xyz': {'avgtemp': 23.798124933747882, 'avgtime': 3992.0, 'count': 1}, + 'yyz': {'avgtemp': 27.137975077133788, 'avgtime': 4018.5, 'count': 6}}) def test_ambiguous_case(self): self.run_testcase('abc', 'abd', 'ijkk', 100, @@ -99,15 +96,12 @@ class TestCopycat(unittest.TestCase): def test_mrrjjj(self): self.run_testcase('abc', 'abd', 'mrrjjj', 30, - {'drrjjj': {'avgtemp': 47.3961, 'avgtime': 1538.0, 'count': 1}, - 'mrrjjd': {'avgtemp': 70.5363, 'avgtime': 681.0, 'count': 1}, - 'mrrjjjj': {'avgtemp': 19.1294, 'avgtime': 2075.0, 'count': 1}, - 'mrrjjk': {'avgtemp': 48.0952, - 'avgtime': 2203.5714, - 'count': 14}, - 'mrrkkk': {'avgtemp': 43.6931, - 'avgtime': 2251.4615, - 'count': 13}}) + {'mrrjjd': {'avgtemp': 44.46354725386579, 'avgtime': 1262.0, 'count': 1}, + 'mrrjjjj': {'avgtemp': 17.50702440140412, 'avgtime': 1038.375, 'count': 8}, + 'mrrjjk': {'avgtemp': 55.189156978290264, + 'avgtime': 1170.6363636363637, + 'count': 11}, + 'mrrkkk': {'avgtemp': 43.709349775080746, 'avgtime': 1376.2, 'count': 10}}) ''' Below are examples of improvements that could be made to copycat.